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.java205 protected SparseArray<RegistrantList> mDetachedRegistrants = new SparseArray(); field in ServiceStateTracker
687 && mDetachedRegistrants.get(transport) != null) { in updatePhoneType()
688 mDetachedRegistrants.get(transport).notifyRegistrants(); in updatePhoneType()
3356 if (mDetachedRegistrants.get(transport) != null) { in pollStateDone()
3357 mDetachedRegistrants.get(transport).notifyRegistrants(); in pollStateDone()
4289 if (mDetachedRegistrants.get(transport) == null) { in registerForDataConnectionDetached()
4290 mDetachedRegistrants.put(transport, new RegistrantList()); in registerForDataConnectionDetached()
4292 mDetachedRegistrants.get(transport).add(r); in registerForDataConnectionDetached()
4310 if (mDetachedRegistrants.get(transport) != null) { in unregisterForDataConnectionDetached()
4311 mDetachedRegistrants.get(transport).remove(h); in unregisterForDataConnectionDetached()
DTelephonyTester.java152 mPhone.getServiceStateTracker().mDetachedRegistrants.get(