Home
last modified time | relevance | path

Searched refs:mPhysicalChannelConfigurationRegistrants (Results 1 – 2 of 2) sorted by relevance

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java109 protected RegistrantList mPhysicalChannelConfigurationRegistrants = new RegistrantList(); field in BaseCommands
924 mPhysicalChannelConfigurationRegistrants.addUnique(h, what, obj); in registerForPhysicalChannelConfiguration()
929 mPhysicalChannelConfigurationRegistrants.remove(h); in unregisterForPhysicalChannelConfiguration()
H A DRadioIndication.java1330 mRil.mPhysicalChannelConfigurationRegistrants.notifyRegistrants( in physicalChannelConfigsIndication()