Searched refs:mAttachedRegistrants (Results 1 – 2 of 2) sorted by relevance
214 protected SparseArray<RegistrantList> mAttachedRegistrants = new SparseArray<>(); field in ServiceStateTracker3531 mAttachedRegistrants.get(AccessNetworkConstants.TRANSPORT_TYPE_WWAN) in pollStateDone()3559 if (mAttachedRegistrants.get(transport) != null) { in pollStateDone()3560 mAttachedRegistrants.get(transport).notifyRegistrants(); in pollStateDone()4458 if (mAttachedRegistrants.get(transport) == null) { in registerForDataConnectionAttached()4459 mAttachedRegistrants.put(transport, new RegistrantList()); in registerForDataConnectionAttached()4461 mAttachedRegistrants.get(transport).add(r); in registerForDataConnectionAttached()4479 if (mAttachedRegistrants.get(transport) != null) { in unregisterForDataConnectionAttached()4480 mAttachedRegistrants.get(transport).remove(h); in unregisterForDataConnectionAttached()
171 mPhone.getServiceStateTracker().mAttachedRegistrants.get(