Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/service/java/com/android/server/wifi/p2p/
H A DWifiP2pNative.java353 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() method in WifiP2pNative
H A DWifiP2pServiceImpl.java4016 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in setAndPersistDeviceName()
4059 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in initializeP2pSettings()
/aosp12/packages/modules/Wifi/service/tests/wifitests/src/com/android/server/wifi/p2p/
H A DWifiP2pNativeTest.java260 assertTrue(mWifiP2pNative.setP2pSsidPostfix(TEST_SSID_POSTFIX)); in testSetP2pSsidPostfix()
H A DWifiP2pServiceImplTest.java2967 verify(mWifiNative).setP2pSsidPostfix(eq("-" + mTestThisDevice.deviceName)); in testSetDeviceNameSuccess()