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

/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DAirplaneModeTile.java108 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
119 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/twilight/
H A DTwilightService.java79 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
429 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())
/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.java213 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
365 } 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.java572 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
H A DKeyguardUpdateMonitor.java582 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
836 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/
H A DBluetoothManagerService.java169 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
191 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
H A DConnectivityService.java3430 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/policy/
H A DGlobalActions.java1119 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiServiceImpl.java363 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
/frameworks/base/core/java/android/content/
H A DIntent.java2419 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in class:Intent

Completed in 1786 milliseconds