Searched refs:ACTION_CONFIGURATION_CHANGED (Results 1 – 20 of 20) sorted by relevance
48 || Intent.ACTION_CONFIGURATION_CHANGED.equals(action)76 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()
184 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()239 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
256 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {328 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED)); in onAttachedToWindow()
108 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in start()
212 IntentFilter filter = new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()336 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
19 import static android.content.Intent.ACTION_CONFIGURATION_CHANGED;130 any(), argThat(f -> f.hasAction(ACTION_CONFIGURATION_CHANGED)), any(), any())) in setUp()
411 final Intent intent = new Intent(Intent.ACTION_CONFIGURATION_CHANGED); in sendConfigurationChanged()
109 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {289 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onStart()
147 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED);
510 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in register()
157 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in start()
285 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in startStateMachineUpdaters()706 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
1000 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in init()1054 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
205 case Intent.ACTION_CONFIGURATION_CHANGED: in onReceive()494 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onStart()
182 case Intent.ACTION_CONFIGURATION_CHANGED:288 configFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in registerBroadcastReceiver()
805 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in AudioService()5663 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
2826 …public static final String ACTION_CONFIGURATION_CHANGED = "android.intent.action.CONFIGURATION_CHA… field in Intent
18337 Intent intent = new Intent(Intent.ACTION_CONFIGURATION_CHANGED); in broadcastGlobalConfigurationChanged()
7603 …field public static final java.lang.String ACTION_CONFIGURATION_CHANGED = "android.intent.action.C…
10217 …field public static final String ACTION_CONFIGURATION_CHANGED = "android.intent.action.CONFIGURATI…