Searched refs:mTelephonyCallbackMap (Results 1 – 1 of 1) sorted by relevance
104 private Map<Integer, PhoneCallStateTelephonyCallback> mTelephonyCallbackMap = new HashMap<>(); field in MobileNetworkRepository236 || mTelephonyCallbackMap.containsKey(subId)) { in createTelephonyManagerBySubId()248 mTelephonyCallbackMap.put(subId, telephonyCallback); in createTelephonyManagerBySubId()272 if (mTelephonyCallbackMap.containsKey(subId)) { in removerRegisterBySubId()275 PhoneCallStateTelephonyCallback callback = mTelephonyCallbackMap.get(subId); in removerRegisterBySubId()278 mTelephonyCallbackMap.remove(subId); in removerRegisterBySubId()294 TelephonyCallback callback = mTelephonyCallbackMap.get(id); in removeRegister()299 mTelephonyCallbackMap.clear(); in removeRegister()