Searched refs:ACTION_CONFIGURATION_CHANGED (Results 1 – 13 of 13) sorted by relevance
89 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onAttachedToWindow()124 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) {
242 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in NetworkController()410 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
89 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED), null, null); in systemReady()344 } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) {
216 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED);
145 new IntentFilter(Intent.ACTION_CONFIGURATION_CHANGED);
106 if (intent.getAction().equals(Intent.ACTION_CONFIGURATION_CHANGED)) {289 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in onStart()
146 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in QuickSettings()807 } else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) {
605 filter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in makeStatusBarView()2327 else if (Intent.ACTION_CONFIGURATION_CHANGED.equals(action)) {
291 android.content.Intent#ACTION_CONFIGURATION_CHANGED} broadcast when declared as
532 intentFilter.addAction(Intent.ACTION_CONFIGURATION_CHANGED); in AudioService()4112 } else if (action.equals(Intent.ACTION_CONFIGURATION_CHANGED)) { in onReceive()
1817 …public static final String ACTION_CONFIGURATION_CHANGED = "android.intent.action.CONFIGURATION_CHA… field in Intent
12690 Intent intent = new Intent(Intent.ACTION_CONFIGURATION_CHANGED); in updateConfigurationLocked()
6045 …field public static final java.lang.String ACTION_CONFIGURATION_CHANGED = "android.intent.action.C…