Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DServiceStateTracker.java215 protected SparseArray<RegistrantList> mDetachedRegistrants = new SparseArray(); field in ServiceStateTracker
734 && mDetachedRegistrants.get(transport) != null) { in updatePhoneType()
735 mDetachedRegistrants.get(transport).notifyRegistrants(); in updatePhoneType()
3565 if (mDetachedRegistrants.get(transport) != null) { in pollStateDone()
3566 mDetachedRegistrants.get(transport).notifyRegistrants(); in pollStateDone()
4494 if (mDetachedRegistrants.get(transport) == null) { in registerForDataConnectionDetached()
4495 mDetachedRegistrants.put(transport, new RegistrantList()); in registerForDataConnectionDetached()
4497 mDetachedRegistrants.get(transport).add(r); in registerForDataConnectionDetached()
4515 if (mDetachedRegistrants.get(transport) != null) { in unregisterForDataConnectionDetached()
4516 mDetachedRegistrants.get(transport).remove(h); in unregisterForDataConnectionDetached()
DTelephonyTester.java167 mPhone.getServiceStateTracker().mDetachedRegistrants.get(