Searched defs:testDevice (Results 1 – 4 of 4) sorted by relevance
77 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()
83 ITestDevice testDevice = mTestDeviceSupplier.get(); in setUp() local84 TEST_DEVICES.put(testDevice.getSerialNumber(), testDevice); in setUp() local
164 private void reversePort(ITestDevice testDevice, int destinationPort) { in reversePort()185 private void undoPortReversals(ITestDevice testDevice) { in undoPortReversals()
151 ITestDevice testDevice = testInfo.getDevice(); in beforeClassWithDevice() local