Home
last modified time | relevance | path

Searched refs:doesFileExist (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/test/src/android/platform/test/flag/junit/host/
DHostFlagsValueProviderTest.java81 when(mTestDevice.doesFileExist("/system/etc/aconfig_flags.pb")).thenReturn(true); in initHostFlagsValueProvider()
82 when(mTestDevice.doesFileExist("/product/etc/aconfig_flags.pb")).thenReturn(true); in initHostFlagsValueProvider()
83 when(mTestDevice.doesFileExist("/system_ext/etc/aconfig_flags.pb")).thenReturn(false); in initHostFlagsValueProvider()
84 when(mTestDevice.doesFileExist("/vendor/etc/aconfig_flags.pb")).thenReturn(false); in initHostFlagsValueProvider()
/platform_testing/libraries/app-helpers/interfaces/handheld/src/android/platform/helpers/
DIDriveHelper.java131 boolean doesFileExist(String fileName); in doesFileExist() method
/platform_testing/host_runners/utils/src/com/android/runner/utils/
DNohupCommandHelper.java50 if (!device.doesFileExist(out.getParent())) { in executeAdbNohupCommand()
/platform_testing/host_runners/power/tests/src/com/android/power/
DPowerRunnerTests.java69 Mockito.when(mDevice.doesFileExist(Mockito.anyString())).thenReturn(true); in setUp()
130 Mockito.verify(mDevice, Mockito.times(3)).doesFileExist(Mockito.anyString()); in testRunWhenDeviceIsOnline()
/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DDeviceFlags.java153 if (!testDevice.doesFileExist(aconfigFlagsPbFilePath)) { in getAconfigParsedFlags()
/platform_testing/host_runners/power/src/com/android/power/
DPowerRunner.java230 if (getDevice().doesFileExist(filePath)) { in deleteTestFile()
/platform_testing/libraries/sts-common-util/host-side/src/com/android/sts/common/
DRootcanalUtils.java127 assertFalse("rootcanal set up called more than once", device.doesFileExist(LOCK_FILENAME)); in enableRootcanal()