Home
last modified time | relevance | path

Searched refs:enableAdbRoot (Results 1 – 11 of 11) sorted by relevance

/aosp14/frameworks/base/tests/StagedInstallTest/src/com/android/tests/stagedinstallinternal/host/
H A DStagedInstallInternalTest.java122 getDevice().enableAdbRoot(); in deleteFiles()
162 getDevice().enableAdbRoot(); in pushTestApex()
180 getDevice().enableAdbRoot(); in pushTestVendorApexAllowList()
203 getDevice().enableAdbRoot(); in testUpdateSystemApp()
409 getDevice().enableAdbRoot(); in testOrphanedStagingDirectoryGetsCleanedUpOnReboot()
428 getDevice().enableAdbRoot(); in testFailStagedSessionIfStagingDirectoryDeleted()
448 getDevice().enableAdbRoot(); in testApexActivationFailureIsCapturedInSession()
473 getDevice().enableAdbRoot(); in testActiveApexIsRevertedOnCheckpointRollback()
493 getDevice().enableAdbRoot(); in testApexIsNotActivatedIfNotInCheckpointMode()
644 getDevice().enableAdbRoot(); in getStagingDirectories()
[all …]
/aosp14/frameworks/base/tests/SystemMemoryTest/host/src/com/android/tests/sysmem/host/
H A DDevice.java47 public void enableAdbRoot() throws TestException { in enableAdbRoot() method in Device
49 mDevice.enableAdbRoot(); in enableAdbRoot()
H A DMetrics.java80 mDevice.enableAdbRoot(); in sample()
/aosp14/frameworks/base/tests/utils/hostutils/src/com/android/tests/rollback/host/
H A DAbandonSessionsRule.java57 device.enableAdbRoot(); in abandonSessions()
/aosp14/frameworks/base/tests/utils/hostutils/src/com/android/internal/util/test/
H A DSystemPreparer.java365 device.enableAdbRoot();
371 device.enableAdbRoot();
384 device.enableAdbRoot();
/aosp14/frameworks/base/tests/RollbackTest/StagedRollbackTest/src/com/android/tests/rollback/host/
H A DStagedRollbackTest.java110 getDevice().enableAdbRoot(); in deleteFiles()
234 getDevice().enableAdbRoot(); in pushTestApex()
/aosp14/frameworks/base/tests/RollbackTest/lib/src/com/android/tests/rollback/host/
H A DWatchdogEventLogger.java36 mDevice.enableAdbRoot(); in resetProperties()
/aosp14/frameworks/base/services/tests/apexsystemservices/src/com/android/server/
H A DApexSystemServicesTestCases.java67 assertThat(mDevice.enableAdbRoot()).isTrue(); in setup()
/aosp14/system/core/fs_mgr/tests/src/com/android/tests/vendoroverlay/
H A DVendorOverlayHostTest.java46 Assume.assumeTrue("Test requires root", getDevice().enableAdbRoot()); in setup()
/aosp14/frameworks/base/core/tests/overlaytests/host/src/com/android/server/om/hosttest/
H A DInstallOverlayTests.java163 getDevice().enableAdbRoot(); in changesPersistedWhenUninstallingDisabledOverlay()
/aosp14/frameworks/base/tests/NativeProcessesMemoryTest/src/com/android/tests/nativeprocesses/
H A DNativeProcessesMemoryTest.java91 getDevice().enableAdbRoot(); in run()