Home
last modified time | relevance | path

Searched defs:testDevice (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/flag-helpers/junit/src_host/android/platform/test/flag/junit/host/
DDeviceFlags.java77 public static DeviceFlags createDeviceFlags(ITestDevice testDevice) throws FlagReadException { in createDeviceFlags()
93 public void init(ITestDevice testDevice) throws FlagReadException { in init()
102 private void getDeviceConfigFlags(ITestDevice testDevice) throws FlagReadException { in getDeviceConfigFlags()
118 private void getAconfigFlags(ITestDevice testDevice) throws FlagReadException { in getAconfigFlags()
146 private parsed_flags getAconfigParsedFlags(ITestDevice testDevice) throws FlagReadException { in getAconfigParsedFlags()
DHostFlagsValueProvider.java83 ITestDevice testDevice = mTestDeviceSupplier.get(); in setUp() local
84 TEST_DEVICES.put(testDevice.getSerialNumber(), testDevice); in setUp() local
/platform_testing/libraries/audio-test-harness/tradefed/src/main/java/com/android/media/audiotestharness/tradefed/
DAudioTestHarnessHermeticServerManagingMetricCollector.java164 private void reversePort(ITestDevice testDevice, int destinationPort) { in reversePort()
185 private void undoPortReversals(ITestDevice testDevice) { in undoPortReversals()
/platform_testing/tests/automotive/health/boottime/src/android/boottime/
DBootTimeTest.java151 ITestDevice testDevice = testInfo.getDevice(); in beforeClassWithDevice() local