Home
last modified time | relevance | path

Searched refs:ACTION_DEFAULT_SUBSCRIPTION_CHANGED (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java223 public static final String ACTION_DEFAULT_SUBSCRIPTION_CHANGED field in TelephonyIntents
224 = SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED;
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DTelephonyRegistryTest.java20 import static android.telephony.SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED;
1234 mContext.sendBroadcast(new Intent(ACTION_DEFAULT_SUBSCRIPTION_CHANGED) in testNotifyDisplayInfoChanged()
1261 mContext.sendBroadcast(new Intent(ACTION_DEFAULT_SUBSCRIPTION_CHANGED) in testDisplayInfoCompatibility()
1292 mContext.sendBroadcast(new Intent(ACTION_DEFAULT_SUBSCRIPTION_CHANGED) in testDisplayInfoCompatibility_moreCallingPackages()
1406 mContext.sendBroadcast(new Intent(ACTION_DEFAULT_SUBSCRIPTION_CHANGED) in testNotifyLinkCapacityEstimateChanged()
1440 mContext.sendBroadcast(new Intent(ACTION_DEFAULT_SUBSCRIPTION_CHANGED) in testPreciseDataConnectionStateChangedForInvalidSubId()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java650 } else if (action.equals(SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED)) {
916 filter.addAction(SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in systemRunning()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/subscription/
DSubscriptionManagerServiceTest.java739 SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in testSetDefaultVoiceSubId()
783 SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in testSetDefaultDataSubId()
/frameworks/base/telephony/java/android/telephony/
DSubscriptionManager.java1258 public static final String ACTION_DEFAULT_SUBSCRIPTION_CHANGED field in SubscriptionManager
/frameworks/opt/telephony/src/java/com/android/internal/telephony/subscription/
DSubscriptionManagerService.java3040 Intent intent = new Intent(SubscriptionManager.ACTION_DEFAULT_SUBSCRIPTION_CHANGED); in updateDefaultSubId()
/frameworks/base/core/api/
Dlint-baseline.txt224 BroadcastBehavior: android.telephony.SubscriptionManager#ACTION_DEFAULT_SUBSCRIPTION_CHANGED:
225 Field 'ACTION_DEFAULT_SUBSCRIPTION_CHANGED' is missing @BroadcastBehavior
Dmodule-lib-lint-baseline.txt288 BroadcastBehavior: android.telephony.SubscriptionManager#ACTION_DEFAULT_SUBSCRIPTION_CHANGED:
289 Field 'ACTION_DEFAULT_SUBSCRIPTION_CHANGED' is missing @BroadcastBehavior
Dtest-lint-baseline.txt300 BroadcastBehavior: android.telephony.SubscriptionManager#ACTION_DEFAULT_SUBSCRIPTION_CHANGED:
301 Field 'ACTION_DEFAULT_SUBSCRIPTION_CHANGED' is missing @BroadcastBehavior
Dsystem-lint-baseline.txt292 BroadcastBehavior: android.telephony.SubscriptionManager#ACTION_DEFAULT_SUBSCRIPTION_CHANGED:
293 Field 'ACTION_DEFAULT_SUBSCRIPTION_CHANGED' is missing @BroadcastBehavior
Dcurrent.txt45841 …field public static final String ACTION_DEFAULT_SUBSCRIPTION_CHANGED = "android.telephony.action.D…