Home
last modified time | relevance | path

Searched refs:isAdbRoot (Results 1 – 3 of 3) sorted by relevance

/test/app_compat/csuite/harness/src/test/java/com/android/csuite/core/
DSystemAppUninstallerTest.java136 Mockito.when(device.isAdbRoot()).thenReturn(true); in uninstallPackage_adbAlreadyRooted_doesNotRootAgain()
146 Mockito.when(device.isAdbRoot()).thenReturn(false); in uninstallPackage_adbNotAlreadyRooted_rootAdbAndThenUnroot()
378 Mockito.when(device.isAdbRoot()).thenReturn(false); in createGoodDeviceWithSystemAppInstalled()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java141 if (!device.isAdbRoot()) { in runAsRoot()
/test/vts/utils/python/controllers/
Dandroid_device.py478 def isAdbRoot(self): member in AndroidDevice
780 if not self.isAdbRoot: