Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java78 private String mSelectedGroupName; field in WifiP2pSettings
189 mSelectedGroupName = savedInstanceState.getString(SAVE_SELECTED_GROUP); in onActivityCreated()
532 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()
535 mSelectedGroupName = null; in onPersistentGroupInfoAvailable()
538 if (mSelectedGroupName != null) { in onPersistentGroupInfoAvailable()
543 Log.w(TAG, " Selected group " + mSelectedGroupName + " disappered on next query "); in onPersistentGroupInfoAvailable()