Home
last modified time | relevance | path

Searched refs:ACTION_AIRPLANE_MODE_CHANGED (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DEmergencyCryptkeeperText.java59 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
76 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED)); in onAttachedToWindow()
DNetworkControllerImpl.java247 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in registerListeners()
413 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { in onReceive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAirplaneModeTile.java118 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in handleSetListening()
129 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
DHotspotTile.java83 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in handleSetListening()
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java172 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED); in onBootPhase()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java346 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java691 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java574 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java765 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
1129 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java1221 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialog.java1200 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java508 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED)); in checkAndStartWifi()
/frameworks/base/core/java/android/content/
DIntent.java2776 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in Intent
/frameworks/base/services/core/java/com/android/server/
DConnectivityService.java3845 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt7586 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…
/frameworks/base/api/
Dcurrent.txt9324 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…
Dtest-current.txt9359 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…
Dsystem-current.txt9847 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…