Home
last modified time | relevance | path

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

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DCallServiceNotifier.java60 private Map<String, PhoneAccountHandle> mPhoneAccountMap = new HashMap<>(); field in CallServiceNotifier
128 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()