Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAirplaneModeController.java48 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in AirplaneModeController()
65 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) { in onReceive()
88 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in unsafe()
DNetworkController.java196 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in NetworkController()
279 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { in onReceive()
/frameworks/base/services/java/com/android/server/
DUiModeManagerService.java224 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
325 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED); in UiModeManagerService()
DWifiService.java382 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED)); in WifiService()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java563 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in changeAirplaneModeSystemSetting()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java657 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/
DDownloadManagerBaseTest.java482 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/core/tests/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestActivity.java683 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java577 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/wifi/java/android/net/wifi/p2p/
DWifiP2pService.java176 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in WifiP2pService()
198 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { in onReceive()
/frameworks/base/core/java/android/server/
DBluetoothService.java1647 if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) {
1687 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in registerForAirplaneMode()
/frameworks/base/core/java/android/content/
DIntent.java1943 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in Intent
/frameworks/base/api/
Dcurrent.txt5398 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…
D14.txt5398 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…