Searched refs:chooserState (Results 1 – 1 of 1) sorted by relevance
1066 State chooserState = mManager.getChooser().getConfiguration() in configurationChanged() local1068 assert configState != null && chooserState != null; in configurationChanged()1069 assert !configState.getName().equals(chooserState.getName()) in configurationChanged()1070 : configState.toString() + ':' + chooserState; in configurationChanged()1090 State chooserState = mManager.getChooser().getConfiguration() in configurationChanged() local1092 assert configState != null && chooserState != null; in configurationChanged()1093 assert configState.getName().equals(chooserState.getName()) in configurationChanged()1094 : configState.toString() + ':' + chooserState; in configurationChanged()