Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsTelephonyListener.java77 protected ConcurrentHashMap<Integer, QnsRegistrantList> mQnsTelephonyInfoRegistrantMap = field in QnsTelephonyListener
139 for (Integer netCapability : mQnsTelephonyInfoRegistrantMap.keySet()) { in notifyQnsTelephonyInfo()
146 mQnsTelephonyInfoRegistrantMap.get(netCapability).notifyRegistrants(ar); in notifyQnsTelephonyInfo()
153 mQnsTelephonyInfoRegistrantMap.get(NetworkCapabilities.NET_CAPABILITY_IMS); in notifyQnsTelephonyInfoIms()
155 mQnsTelephonyInfoRegistrantMap.get(NetworkCapabilities.NET_CAPABILITY_EIMS); in notifyQnsTelephonyInfoIms()
218 mQnsTelephonyInfoRegistrantMap.get(netCapability); in registerQnsTelephonyInfoChanged()
221 mQnsTelephonyInfoRegistrantMap.put(netCapability, netCapabilityRegistrantList); in registerQnsTelephonyInfoChanged()
355 mQnsTelephonyInfoRegistrantMap.get(netCapability); in unregisterQnsTelephonyInfoChanged()
772 mQnsTelephonyInfoRegistrantMap.clear(); in close()
/packages/modules/Telephony/services/QualifiedNetworksService/tests/src/com/android/telephony/qns/
DQnsTelephonyListenerTest.java307 mQtListener.mQnsTelephonyInfoRegistrantMap.get( in testRegisterQnsTelephonyInfoChanged()
312 .mQnsTelephonyInfoRegistrantMap in testRegisterQnsTelephonyInfoChanged()
321 mQtListener.mQnsTelephonyInfoRegistrantMap.get( in testRegisterQnsTelephonyInfoChanged()
326 .mQnsTelephonyInfoRegistrantMap in testRegisterQnsTelephonyInfoChanged()
392 mQtListener.mQnsTelephonyInfoRegistrantMap.get( in testUnregisterQnsTelephonyInfoChanged()
397 .mQnsTelephonyInfoRegistrantMap in testUnregisterQnsTelephonyInfoChanged()
403 mQtListener.mQnsTelephonyInfoRegistrantMap.get( in testUnregisterQnsTelephonyInfoChanged()
408 .mQnsTelephonyInfoRegistrantMap in testUnregisterQnsTelephonyInfoChanged()
418 .mQnsTelephonyInfoRegistrantMap in testUnregisterQnsTelephonyInfoChanged()