Home
last modified time | relevance | path

Searched refs:notifyPhysicalChannelConfig (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java135 void notifyPhysicalChannelConfig(Phone sender, List<PhysicalChannelConfig> configs); in notifyPhysicalChannelConfig() method
DDefaultPhoneNotifier.java278 public void notifyPhysicalChannelConfig(Phone sender, in notifyPhysicalChannelConfig() method in DefaultPhoneNotifier
DPhone.java2953 public void notifyPhysicalChannelConfig(List<PhysicalChannelConfig> configs) { in notifyPhysicalChannelConfig() method in Phone
2955 mNotifier.notifyPhysicalChannelConfig(this, configs); in notifyPhysicalChannelConfig()
DServiceStateTracker.java1694 mPhone.notifyPhysicalChannelConfig(list); in handleMessage()