Home
last modified time | relevance | path

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

/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/wifi/p2p/
DWifiP2pSettings.java81 private String mSelectedGroupName; field in WifiP2pSettings
216 mSelectedGroupName = savedInstanceState.getString(SAVE_SELECTED_GROUP); in onActivityCreated()
580 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()
583 mSelectedGroupName = null; in onPersistentGroupInfoAvailable()
586 if (mSelectedGroupName != null) { in onPersistentGroupInfoAvailable()
591 Log.w(TAG, " Selected group " + mSelectedGroupName + " disappered on next query "); in onPersistentGroupInfoAvailable()
/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java82 private String mSelectedGroupName; field in WifiP2pSettings
219 mSelectedGroupName = savedInstanceState.getString(SAVE_SELECTED_GROUP); in onActivityCreated()
577 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()
580 mSelectedGroupName = null; in onPersistentGroupInfoAvailable()
583 if (mSelectedGroupName != null) { in onPersistentGroupInfoAvailable()
588 Log.w(TAG, " Selected group " + mSelectedGroupName + " disappered on next query "); in onPersistentGroupInfoAvailable()