Searched defs:testDevice (Results 1 – 4 of 4) sorted by relevance
71 public static DeviceFlags createDeviceFlags(ITestDevice testDevice) throws FlagReadException { in createDeviceFlags()87 public void init(ITestDevice testDevice) throws FlagReadException { in init()96 private void getDeviceConfigFlags(ITestDevice testDevice) throws FlagReadException { in getDeviceConfigFlags()112 private void getAconfigFlags(ITestDevice testDevice) throws FlagReadException { in getAconfigFlags()140 private parsed_flags getAconfigParsedFlags(ITestDevice testDevice) throws FlagReadException { in getAconfigParsedFlags()
84 ITestDevice testDevice = mTestDeviceSupplier.get(); in setUp() local85 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()
156 ITestDevice testDevice = testInfo.getDevice(); in beforeClassWithDevice() local