Searched refs:p2pGetDeviceAddress (Results 1 – 4 of 4) sorted by relevance
678 public String p2pGetDeviceAddress() { in p2pGetDeviceAddress() method in WifiP2pNative
3699 mThisDevice.deviceAddress = mWifiNative.p2pGetDeviceAddress(); in initializeP2pSettings()
495 assertEquals(TEST_BSSID, mWifiP2pNative.p2pGetDeviceAddress()); in testP2pGetDeviceAddress()
728 when(mWifiNative.p2pGetDeviceAddress()).thenReturn(thisDeviceMac); in setUpWifiP2pServiceImpl()