Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/wifi/p2p/
DWifiP2pSettings.java86 @VisibleForTesting String mSelectedGroupName; field in WifiP2pSettings
235 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()
/packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/p2p/
DWifiP2pSettingsTest.java144 assertThat(mFragment.mSelectedGroupName).isEqualTo(fakeGroupName); in onCreateView_withGroupName_shouldGetGroupName()