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.java2596 List<PhysicalChannelConfig> physicalChannelConfigs = getPhysicalChannelConfigList(); in registerForPhysicalChannelConfig() local
2597 if (physicalChannelConfigs != null) { in registerForPhysicalChannelConfig()
2598 registrant.notifyRegistrant(new AsyncResult(null, physicalChannelConfigs, null)); in registerForPhysicalChannelConfig()
DServiceStateTracker.java2021 List<PhysicalChannelConfig> physicalChannelConfigs, ServiceState ss) { in updateNrFrequencyRangeFromPhysicalChannelConfigs() argument
2024 if (physicalChannelConfigs != null) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()
2026 for (PhysicalChannelConfig config : physicalChannelConfigs) { in updateNrFrequencyRangeFromPhysicalChannelConfigs()