Home
last modified time | relevance | path

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

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/p2p/
DWifiP2pServiceImpl.java2686 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in setAndPersistDeviceName()
2720 mWifiNative.setP2pSsidPostfix("-" + mThisDevice.deviceName); in initializeP2pSettings()
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiNative.java823 public boolean setP2pSsidPostfix(String postfix) { in setP2pSsidPostfix() method in WifiNative