Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java134 private List<PhysicalChannelConfig> mLastPhysicalChannelConfigList = null; field in ServiceStateTracker
1463 mLastPhysicalChannelConfigList = list; in handleMessage()
1884 mLastPhysicalChannelConfigList = null; in handlePollStateResultMessage()
2058 if (!ArrayUtils.isEmpty(mLastPhysicalChannelConfigList)) { in setPhyCellInfoFromCellIdentity()
2059 bandwidths = getBandwidthsFromConfigs(mLastPhysicalChannelConfigList); in setPhyCellInfoFromCellIdentity()