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