Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAirplaneModeTile.java119 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setListening()
130 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
DHotspotTile.java87 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setListening()
/frameworks/base/services/core/java/com/android/server/twilight/
DTwilightService.java110 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED); in onStart()
585 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())
/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/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java221 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in registerListeners()
377 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { in onReceive()
/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.java571 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/services/core/java/com/android/server/
DBluetoothManagerService.java163 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in registerForAirplaneMode()
185 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
DConnectivityService.java3680 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardUpdateMonitor.java658 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
1004 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in KeyguardUpdateMonitor()
/frameworks/base/services/core/java/com/android/server/policy/
DGlobalActions.java1125 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiServiceImpl.java385 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED)); in checkAndStartWifi()
/frameworks/base/core/java/android/content/
DIntent.java2581 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in Intent
/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.txt8516 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…
Dtest-current.txt8525 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…
Dsystem-current.txt8846 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…