Home
last modified time | relevance | path

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

12

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/interruption/
DAvalancheProvider.kt45 Intent.ACTION_AIRPLANE_MODE_CHANGED,
58 intent.action == Intent.ACTION_AIRPLANE_MODE_CHANGED && in onReceive()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/am/
DBroadcastQueueTest.java650 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
676 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
723 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
751 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
811 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
829 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
849 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
870 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
901 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
932 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
[all …]
DBroadcastRecordTest.java171 new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED), List.of( in testSetDeliveryState_Single()
204 new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED), List.of( in testSetDeliveryState_Unordered()
229 new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED), List.of( in testSetDeliveryState_Ordered()
252 new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED), List.of( in testSetDeliveryState_DeferUntilActive()
320 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testGetReceiverIntent_Simple()
330 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testGetReceiverIntent_Filtered_Partial()
345 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testGetReceiverIntent_Filtered_Complete()
DBroadcastQueueModernImplTest.java372 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testRunnableAt_Normal_Deferrable()
400 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testRunnableAt_Normal()
432 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testRunnableAt_Foreground()
462 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testRunnableAt_Ordered()
487 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testRunnableAt_Huge()
634 new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED), in doRunnableAt_Cached()
704 makeBroadcastRecord(new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED) in testMakeActiveNextPending()
736 assertEquals(Intent.ACTION_AIRPLANE_MODE_CHANGED, queue.getActive().intent.getAction()); in testMakeActiveNextPending()
1510 final Intent airplane = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testGetPreferredSchedulingGroup()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
DAirplaneModeTile.java181 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in handleSetListening()
192 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
/frameworks/base/services/core/java/com/android/server/emergency/
DEmergencyAffordanceService.java92 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
195 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED); in handleThirdPartyBootPhase()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/emergency/
DRadioOnHelper.java143 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in powerOnRadio()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/connectivity/
DConnectivitySubsystemsRecoveryManager.java187 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED), null, mHandler); in startTrackingRecoveryAvailability()
/frameworks/base/services/tests/servicestests/src/com/android/server/emergency/
DEmergencyAffordanceServiceTest.java442 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/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/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationAttentionHelperTest.java276 if (filter.hasAction(Intent.ACTION_AIRPLANE_MODE_CHANGED)) { in initAttentionHelper()
2183 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testBeepVolume_politeNotif_AvalancheStrategy()
2229 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testBeepVolume_politeNotif_AvalancheStrategy_ChannelHasUserSound()
2270 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testBeepVolume_politeNotif_AvalancheStrategy_AttnUpdate()
2317 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testBeepVolume_politeNotif_AvalancheStrategy_exempt_AttnUpdate()
2393 final Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in testBeepVolume_politeNotif_Avalanche_exemptEmergency()
/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
DConnectionUtil.java694 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneMode()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerBaseTest.java578 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in setAirplaneModeOn()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/connectivity/
DNetworkControllerImpl.java514 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in registerListeners()
782 case Intent.ACTION_AIRPLANE_MODE_CHANGED: in onReceive()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java109 Intent.ACTION_AIRPLANE_MODE_CHANGED,
117 Intent.ACTION_AIRPLANE_MODE_CHANGED, new Pair<>("state", false),
/frameworks/base/services/core/java/com/android/server/policy/
DLegacyGlobalActions.java836 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/services/core/java/com/android/server/pm/
DUserRestrictionsUtils.java756 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED); in applyUserRestriction()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardUpdateMonitor.java1720 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
2358 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED); in start()
/frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
DGlobalActionsDialogLite.java2248 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
/frameworks/base/core/api/
Dlint-baseline.txt10 BroadcastBehavior: android.content.Intent#ACTION_AIRPLANE_MODE_CHANGED:
11 Field 'ACTION_AIRPLANE_MODE_CHANGED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt12 BroadcastBehavior: android.content.Intent#ACTION_AIRPLANE_MODE_CHANGED:
13 Field 'ACTION_AIRPLANE_MODE_CHANGED' is missing @BroadcastBehavior
Dtest-lint-baseline.txt16 BroadcastBehavior: android.content.Intent#ACTION_AIRPLANE_MODE_CHANGED:
17 Field 'ACTION_AIRPLANE_MODE_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt16 BroadcastBehavior: android.content.Intent#ACTION_AIRPLANE_MODE_CHANGED:
17 Field 'ACTION_AIRPLANE_MODE_CHANGED' is missing @BroadcastBehavior
/frameworks/base/core/java/android/content/
DIntent.java3696 public static final String ACTION_AIRPLANE_MODE_CHANGED = "android.intent.action.AIRPLANE_MODE"; field in Intent
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...

12