Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java229 protected SparseArray<RegistrantList> mAttachedRegistrants = new SparseArray<>(); field in ServiceStateTracker
3847 mAttachedRegistrants.get(AccessNetworkConstants.TRANSPORT_TYPE_WWAN) in pollStateDone()
3874 if (mAttachedRegistrants.get(transport) != null) { in pollStateDone()
3875 mAttachedRegistrants.get(transport).notifyRegistrants(); in pollStateDone()
4787 if (mAttachedRegistrants.get(transport) == null) { in registerForDataConnectionAttached()
4788 mAttachedRegistrants.put(transport, new RegistrantList()); in registerForDataConnectionAttached()
4790 mAttachedRegistrants.get(transport).add(r); in registerForDataConnectionAttached()
4808 if (mAttachedRegistrants.get(transport) != null) { in unregisterForDataConnectionAttached()
4809 mAttachedRegistrants.get(transport).remove(h); in unregisterForDataConnectionAttached()
DTelephonyTester.java179 mPhone.getServiceStateTracker().mAttachedRegistrants.get(