Searched refs:netCapabilityRegistrantList (Results 1 – 1 of 1) sorted by relevance
180 QnsRegistrantList netCapabilityRegistrantList = in notifyPreciseDataConnectionStateChanged() local182 if (netCapabilityRegistrantList != null) { in notifyPreciseDataConnectionStateChanged()183 netCapabilityRegistrantList.notifyRegistrants(ar); in notifyPreciseDataConnectionStateChanged()217 QnsRegistrantList netCapabilityRegistrantList = in registerQnsTelephonyInfoChanged() local219 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() local244 if (netCapabilityRegistrantList == null) { in registerPreciseDataConnectionStateChanged()[all …]