Searched refs:getMacAddress (Results 1 – 9 of 9) sorted by relevance
121 public String getMacAddress(); in getMacAddress() method
211 public String getMacAddress() { in getMacAddress() method in RemoteAndroidDevice
932 getDisplay(d.getMacAddress()), in listAllDevices()
3857 getDisplayString(getMacAddress()), in getDeviceDescriptor()3907 public String getMacAddress() { in getMacAddress() method in NativeDevice
145 public String getMacAddress() { in getMacAddress() method in DeviceDescriptor
171 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress()
2088 assertEquals(address, mTestDevice.getMacAddress()); in testGetMacAddress()2098 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress_fastboot()2116 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress_failure()2134 assertNull(mTestDevice.getMacAddress()); in testGetMacAddress_stubDevice()
195 EasyMock.expect(mMockTestDevice.getMacAddress()).andStubReturn(MAC_ADDRESS); in setUp()1133 assertEquals(MAC_ADDRESS, res.get(0).getMacAddress()); in testListAllDevices()
354 json.put("macAddress", info.getMacAddress()); in getWifiInfo()