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.java58 private final Map<Integer, Boolean> mPhoneStatusMap; field in PhoneConfigurationManager
87 mPhoneStatusMap = new HashMap<>(); in PhoneConfigurationManager()
242 if (mPhoneStatusMap.containsKey(phoneId)) { in getPhoneStatusFromCache()
243 return mPhoneStatusMap.get(phoneId); in getPhoneStatusFromCache()
264 mPhoneStatusMap.put(phoneId, status); in addToPhoneStatusCache()