Home
last modified time | relevance | path

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

/packages/modules/Telephony/services/QualifiedNetworksService/src/com/android/telephony/qns/
DQnsRegistrantList.java25 protected final ArrayList<QnsRegistrant> mRegistrants;
40 add(new QnsRegistrant(h, what, obj)); in add()
53 add(new QnsRegistrant(h, what, obj)); in addUnique()
61 synchronized void add(QnsRegistrant r) { in add()
69 QnsRegistrant r = mRegistrants.get(i); in removeCleared()
102 for (QnsRegistrant registrant : mRegistrants) { in internalNotifyRegistrants()
136 for (QnsRegistrant r : mRegistrants) { in remove()
DQnsTelephonyListener.java216 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerQnsTelephonyInfoChanged()
241 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerPreciseDataConnectionStateChanged()
268 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerCallStateListener()
287 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerSrvccStateListener()
302 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerSubscriptionIdListener()
317 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerIwlanServiceStateListener()
341 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerImsCallDropDisconnectCauseListener()
DQnsImsManager.java619 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerImsStateChanged()
639 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerRcsStateChanged()
860 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerImsRegistrationStatusChanged()
880 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerRcsRegistrationStatusChanged()
919 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerSipDialogSessionStateChanged()
DQnsRegistrant.java25 class QnsRegistrant { class
30 QnsRegistrant(Handler h, int what, Object obj) { in QnsRegistrant() method in QnsRegistrant
DQnsCallStatusTracker.java53 private QnsRegistrant mCallTypeChangedEventListener;
54 private QnsRegistrant mEmergencyCallTypeChangedEventListener;
703 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerLowMediaQualityListener()
945 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerCallTypeChangedListener()
DDataConnectionStatusTracker.java154 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerDataConnectionStatusChanged()
DIwlanNetworkStatusTracker.java240 private void notifyIwlanNetworkStatusToRegister(int slotId, QnsRegistrant r) { in notifyIwlanNetworkStatusToRegister()
283 QnsRegistrant r = new QnsRegistrant(h, what, null); in registerIwlanNetworksChanged()
DQnsProvisioningListener.java160 QnsRegistrant r = new QnsRegistrant(h, what, userObj); in registerProvisioningItemInfoChanged()
DRestrictManager.java161 @VisibleForTesting QnsRegistrant mRestrictInfoRegistrant;
1381 mRestrictInfoRegistrant = new QnsRegistrant(h, what, null); in registerRestrictInfoChanged()