Searched refs:mSelectedGroupName (Results 1 – 2 of 2) sorted by relevance
81 private String mSelectedGroupName; field in WifiP2pSettings216 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()
82 private String mSelectedGroupName; field in WifiP2pSettings219 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()