Searched refs:mSelectedGroupName (Results 1 – 2 of 2) sorted by relevance
86 @VisibleForTesting String mSelectedGroupName; field in WifiP2pSettings235 mSelectedGroupName = savedInstanceState.getString(SAVE_SELECTED_GROUP); in onCreateView()585 if (wppg.getGroupName().equals(mSelectedGroupName)) { in onPersistentGroupInfoAvailable()588 mSelectedGroupName = null; in onPersistentGroupInfoAvailable()591 if (mSelectedGroupName != null) { in onPersistentGroupInfoAvailable()596 Log.w(TAG, " Selected group " + mSelectedGroupName + " disappered on next query "); in onPersistentGroupInfoAvailable()
144 assertThat(mFragment.mSelectedGroupName).isEqualTo(fakeGroupName); in onCreateView_withGroupName_shouldGetGroupName()