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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java119 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
130 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
H A DHotspotTile.java87 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/emergency/
H A DEmergencyAffordanceService.java172 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
H A DDownloadManagerBaseTest.java346 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DNetworkControllerImpl.java221 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
377 } else if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) {
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
H A DConnectionUtil.java691 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java571 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java692 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
1067 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java163 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
185 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
H A DConnectivityService.java3888 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java1187 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java380 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
/frameworks/base/core/java/android/content/
H A DIntent.java2597 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in class:Intent

Completed in 476 milliseconds