Searched refs:isRooted (Results 1 – 5 of 5) sorted by relevance
81 val isRooted: Boolean in <lambda>() constant85 isRooted = if (isDevice && buildTags != null && buildTags.contains("test-keys")) { in <lambda>()95 return@AsyncFunction isRooted in <lambda>()
82 val isRooted: Boolean in <lambda>() constant86 isRooted = if (isDevice && buildTags != null && buildTags.contains("test-keys")) { in <lambda>()96 return@AsyncFunction isRooted in <lambda>()
104 var isRooted = false in isRootedExperimentalAsync() variable109 isRooted = if (isDevice && buildTags != null && buildTags.contains("test-keys")) { in isRootedExperimentalAsync()127 promise.resolve(isRooted) in isRootedExperimentalAsync()
73 resolve(@([[self class] isRooted]));76 + (BOOL)isRooted