Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneConfigurationManager.java68 private final Map<Integer, Boolean> mPhoneStatusMap; field in PhoneConfigurationManager
100 mPhoneStatusMap = new HashMap<>(); in PhoneConfigurationManager()
261 if (mPhoneStatusMap.containsKey(phoneId)) { in getPhoneStatusFromCache()
262 return mPhoneStatusMap.get(phoneId); in getPhoneStatusFromCache()
283 mPhoneStatusMap.put(phoneId, status); in addToPhoneStatusCache()