Home
last modified time | relevance | path

Searched refs:setP2pSsidPostfix (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pNative.java379 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() method in WifiP2pNative
DWifiP2pServiceImpl.java3660 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in setAndPersistDeviceName()
3693 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in initializeP2pSettings()
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/p2p/
DWifiP2pNativeTest.java242 assertTrue(mWifiP2pNative.setP2pSsidPostfix(TEST_SSID_POSTFIX)); in testSetP2pSsidPostfix()
DWifiP2pServiceImplTest.java2676 verify(mWifiNative).setP2pSsidPostfix(eq("-" + mTestThisDevice.deviceName)); in testSetDeviceNameSuccess()