Searched refs:setP2pSsidPostfix (Results 1 – 4 of 4) sorted by relevance
353 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() method in WifiP2pNative
4016 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in setAndPersistDeviceName()4059 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in initializeP2pSettings()
260 assertTrue(mWifiP2pNative.setP2pSsidPostfix(TEST_SSID_POSTFIX)); in testSetP2pSsidPostfix()
2967 verify(mWifiNative).setP2pSsidPostfix(eq("-" + mTestThisDevice.deviceName)); in testSetDeviceNameSuccess()