Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DAirplaneModeController.java49 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in AirplaneModeController()
66 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) { in onReceive()
89 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in unsafe()
DNetworkController.java243 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in NetworkController()
413 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { in onReceive()
/frameworks/base/services/java/com/android/server/
DTwilightService.java84 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED); in systemReady()
530 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())
DBluetoothManagerService.java136 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in registerForAirplaneMode()
158 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerBaseTest.java280 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/ConnectivityManagerTest/src/com/android/connectivitymanagertest/
DConnectivityManagerTestActivity.java662 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java572 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DQuickSettingsModel.java379 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeState()
/frameworks/base/policy/src/com/android/internal/policy/impl/
DGlobalActions.java915 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in changeAirplaneModeSystemSetting()
/frameworks/base/services/java/com/android/server/wifi/
DWifiService.java252 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED)); in WifiService()
/frameworks/base/core/java/android/content/
DIntent.java2131 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in Intent
/frameworks/base/api/
Dcurrent.txt6029 …field public static final java.lang.String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.A…