Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsTelephonyListener.java180 QnsRegistrantList netCapabilityRegistrantList = in notifyPreciseDataConnectionStateChanged() local
182 if (netCapabilityRegistrantList != null) { in notifyPreciseDataConnectionStateChanged()
183 netCapabilityRegistrantList.notifyRegistrants(ar); in notifyPreciseDataConnectionStateChanged()
217 QnsRegistrantList netCapabilityRegistrantList = in registerQnsTelephonyInfoChanged() local
219 if (netCapabilityRegistrantList == null) { in registerQnsTelephonyInfoChanged()
220 netCapabilityRegistrantList = new QnsRegistrantList(); in registerQnsTelephonyInfoChanged()
221 mQnsTelephonyInfoRegistrantMap.put(netCapability, netCapabilityRegistrantList); in registerQnsTelephonyInfoChanged()
223 netCapabilityRegistrantList.add(r); in registerQnsTelephonyInfoChanged()
242 QnsRegistrantList netCapabilityRegistrantList = in registerPreciseDataConnectionStateChanged() local
244 if (netCapabilityRegistrantList == null) { in registerPreciseDataConnectionStateChanged()
[all …]