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