Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhone.java2604 List<PhysicalChannelConfig> physicalChannelConfigs = getPhysicalChannelConfigList(); in registerForPhysicalChannelConfig() local
2605 if (physicalChannelConfigs != null) { in registerForPhysicalChannelConfig()
2606 registrant.notifyRegistrant(new AsyncResult(null, physicalChannelConfigs, null)); in registerForPhysicalChannelConfig()
DServiceStateTracker.java2010 List<PhysicalChannelConfig> physicalChannelConfigs, ServiceState ss) { in updateNrFrequencyRangeFromPhysicalChannelConfigs() argument
2013 if (physicalChannelConfigs != null) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()
2015 for (PhysicalChannelConfig config : physicalChannelConfigs) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()