Home
last modified time | relevance | path

Searched refs:ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/telephony/java/com/android/internal/telephony/
DTelephonyIntents.java368 public static final String ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED field in TelephonyIntents
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DNetworkControllerImpl.java242 filter.addAction(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in registerListeners()
416 } else if (action.equals(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED)) { in onReceive()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSubscriptionController.java1651 Intent intent = new Intent(TelephonyIntents.ACTION_DEFAULT_VOICE_SUBSCRIPTION_CHANGED); in broadcastDefaultVoiceSubIdChanged()