Searched refs:getMacAddress (Results 1 – 8 of 8) sorted by relevance
188 d.getMacAddress(), in DeviceDescriptor()238 public String getMacAddress() { in getMacAddress() method in DeviceDescriptor
127 public String getMacAddress(); in getMacAddress() method
271 public String getMacAddress() { in getMacAddress() method in RemoteAndroidDevice
4194 getDisplayString(getMacAddress()), in getDeviceDescriptor()4251 public String getMacAddress() { in getMacAddress() method in NativeDevice
188 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress()
2180 assertEquals(address, mTestDevice.getMacAddress()); in testGetMacAddress()2189 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress_fastboot()2206 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress_failure()2240 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress_stubDevice()
203 EasyMock.expect(mMockTestDevice.getMacAddress()).andStubReturn(MAC_ADDRESS); in setUp()1207 assertEquals(MAC_ADDRESS, res.get(0).getMacAddress()); in testListAllDevices()1225 assertEquals(MAC_ADDRESS, res.getMacAddress()); in testGetDeviceDescriptor()
357 json.put("macAddress", info.getMacAddress()); in getWifiInfo()