Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneConfigurationManager.java66 private final Map<Integer, Boolean> mPhoneStatusMap; field in PhoneConfigurationManager
98 mPhoneStatusMap = new HashMap<>(); in PhoneConfigurationManager()
256 if (mPhoneStatusMap.containsKey(phoneId)) { in getPhoneStatusFromCache()
257 return mPhoneStatusMap.get(phoneId); in getPhoneStatusFromCache()
278 mPhoneStatusMap.put(phoneId, status); in addToPhoneStatusCache()