HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_AIRPLANE_MODE_CHANGED (Results 1 - 25 of 55) sorted by null

1 2 3

  /packages/apps/Settings/src/com/android/settings/dashboard/conditional/
AirplaneModeCondition.java 37 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
111 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
AirplaneModeTile.java 132 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
143 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
EmergencyCryptkeeperText.java 59 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(intent.getAction())) {
76 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
NetworkControllerImpl.java 283 filter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
446 case Intent.ACTION_AIRPLANE_MODE_CHANGED:
    [all...]
  /packages/apps/Settings/src/com/android/settings/wifi/tether/
WifiTetherSwitchBarController.java 63 WIFI_INTENT_FILTER.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
121 } else if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
WifiTetherPreferenceController.java 46 Intent.ACTION_AIRPLANE_MODE_CHANGED);
155 if (Intent.ACTION_AIRPLANE_MODE_CHANGED.equals(action)) {
  /packages/experimental/ExampleImsFramework/src/com/android/example/imsframework/
ImsFrameworkApp.java 56 IntentFilter intentFilter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
72 if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) {
73 Log.d(TAG, "mReceiver: ACTION_AIRPLANE_MODE_CHANGED");
  /cts/hostsidetests/devicepolicy/app/DeviceOwner/src/com/android/cts/deviceowner/
AirplaneModeRestrictionTest.java 62 mContext.registerReceiver(receiver, new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
  /packages/apps/Settings/src/com/android/settings/
AirplaneModeEnabler.java 108 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
CryptKeeper.java     [all...]
  /packages/services/Telephony/src/com/android/services/telephony/
RadioOnHelper.java 113 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  /packages/apps/Settings/tests/robotests/src/com/android/settings/wifi/tether/
WifiTetherPreferenceControllerTest.java 132 final Intent broadcast = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
147 final Intent broadcast = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  /packages/apps/Settings/src/com/android/settings/network/
MobileNetworkPreferenceController.java 110 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
  /frameworks/base/services/core/java/com/android/server/emergency/
EmergencyAffordanceService.java 172 IntentFilter filter = new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  /frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DownloadManagerBaseTest.java 346 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  /external/ims/rcs/rcsservice/src/com/android/service/ims/presence/
PresencePublication.java 245 }else if(Intent.ACTION_AIRPLANE_MODE_CHANGED.equalsIgnoreCase(intent.getAction())){
285 statusFilter.addAction(Intent.ACTION_AIRPLANE_MODE_CHANGED);
    [all...]
  /packages/services/Telephony/src/com/android/phone/
PhoneGlobals.java 353 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED);
695 if (action.equals(Intent.ACTION_AIRPLANE_MODE_CHANGED)) {
    [all...]
  /frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/util/
ConnectionUtil.java 691 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 574 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/keyguard/
KeyguardUpdateMonitor.java     [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
UserRestrictionsUtils.java 561 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
    [all...]
  /frameworks/base/services/core/java/com/android/server/policy/
LegacyGlobalActions.java 835 Intent intent = new Intent(Intent.ACTION_AIRPLANE_MODE_CHANGED);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/globalactions/
GlobalActionsDialog.java     [all...]
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/
WifiServiceImpl.java 531 new IntentFilter(Intent.ACTION_AIRPLANE_MODE_CHANGED));
    [all...]
  /frameworks/base/core/java/android/content/
Intent.java     [all...]

Completed in 439 milliseconds

1 2 3