Searched refs:mPhoneAccountMap (Results 1 – 1 of 1) sorted by relevance
60 private Map<String, PhoneAccountHandle> mPhoneAccountMap = new HashMap<>(); field in CallServiceNotifier128 mPhoneAccountMap.put(CALL_PROVIDER_ID, handle1); in registerPhoneAccount()149 mPhoneAccountMap.put(SIM_SUBSCRIPTION_ID, handle2); in registerPhoneAccount()169 mPhoneAccountMap.put(SIM_SUBSCRIPTION_ID2, handle3); in registerPhoneAccount()188 mPhoneAccountMap.put(CONNECTION_MANAGER_ID, handle4); in registerPhoneAccount()203 return mPhoneAccountMap.get(id); in getPhoneAccountHandle()