Home
last modified time | relevance | path

Searched refs:notifyPhysicalChannelConfiguration (Results 1 – 7 of 7) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java62 void notifyPhysicalChannelConfiguration(Phone sender, List<PhysicalChannelConfig> configs); in notifyPhysicalChannelConfiguration() method
DDefaultPhoneNotifier.java245 public void notifyPhysicalChannelConfiguration(Phone sender, in notifyPhysicalChannelConfiguration() method in DefaultPhoneNotifier
DPhone.java2381 public void notifyPhysicalChannelConfiguration(List<PhysicalChannelConfig> configs) { in notifyPhysicalChannelConfiguration() method in Phone
2382 mNotifier.notifyPhysicalChannelConfiguration(this, configs); in notifyPhysicalChannelConfiguration()
DServiceStateTracker.java1539 mPhone.notifyPhysicalChannelConfiguration(list); in handleMessage()
/frameworks/base/telephony/java/com/android/internal/telephony/
DITelephonyRegistry.aidl71 void notifyPhysicalChannelConfiguration(in List<PhysicalChannelConfig> configs); in notifyPhysicalChannelConfiguration() method
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/mocks/
DTelephonyRegistryMock.java356 public void notifyPhysicalChannelConfiguration(List<PhysicalChannelConfig> configs) { in notifyPhysicalChannelConfiguration() method in TelephonyRegistryMock
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java1258 public void notifyPhysicalChannelConfiguration(List<PhysicalChannelConfig> configs) { in notifyPhysicalChannelConfiguration() method in TelephonyRegistry