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