Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/com/android/internal/telephony/
H A DITelephonyRegistry.aidl84 void notifyCarrierNetworkChangeWithSubId(in int subId, in boolean active); in notifyCarrierNetworkChangeWithSubId() method
/aosp14/frameworks/base/core/java/android/telephony/
H A DTelephonyRegistryManager.java350 sRegistry.notifyCarrierNetworkChangeWithSubId(subscriptionId, active); in notifyCarrierNetworkChange()
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java1872 public void notifyCarrierNetworkChangeWithSubId(int subId, boolean active) { in notifyCarrierNetworkChangeWithSubId() method in TelephonyRegistry