Searched refs:SAVE_SELECTED_GROUP (Results 1 – 2 of 2) sorted by relevance
106 @VisibleForTesting static final String SAVE_SELECTED_GROUP = "GROUP_NAME"; field in WifiP2pSettings234 if (savedInstanceState != null && savedInstanceState.containsKey(SAVE_SELECTED_GROUP)) { in onCreateView()235 mSelectedGroupName = savedInstanceState.getString(SAVE_SELECTED_GROUP); in onCreateView()560 outState.putString(SAVE_SELECTED_GROUP, mSelectedGroup.getGroupName()); in onSaveInstanceState()
140 bundle.putString(WifiP2pSettings.SAVE_SELECTED_GROUP, fakeGroupName); in onCreateView_withGroupName_shouldGetGroupName()451 assertThat(outBundle.getString(WifiP2pSettings.SAVE_SELECTED_GROUP)).isEqualTo( in onSaveInstanceState_withSelectedGroup_shouldSaveGroupName()464 bundle.putString(WifiP2pSettings.SAVE_SELECTED_GROUP, fakeGroupName); in persistentController_withOneGroup_shouldBeAvailable()