Searched refs:mPhoneStatusMap (Results 1 – 1 of 1) sorted by relevance
66 private final Map<Integer, Boolean> mPhoneStatusMap; field in PhoneConfigurationManager98 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()