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.java213 protected SparseArray<RegistrantList> mDetachedRegistrants = new SparseArray(); field in ServiceStateTracker
788 && mDetachedRegistrants.get(transport) != null) { in updatePhoneType()
789 mDetachedRegistrants.get(transport).notifyRegistrants(); in updatePhoneType()
3834 if (mDetachedRegistrants.get(transport) != null) { in pollStateDone()
3835 mDetachedRegistrants.get(transport).notifyRegistrants(); in pollStateDone()
4759 if (mDetachedRegistrants.get(transport) == null) { in registerForDataConnectionDetached()
4760 mDetachedRegistrants.put(transport, new RegistrantList()); in registerForDataConnectionDetached()
4762 mDetachedRegistrants.get(transport).add(r); in registerForDataConnectionDetached()
4780 if (mDetachedRegistrants.get(transport) != null) { in unregisterForDataConnectionDetached()
4781 mDetachedRegistrants.get(transport).remove(h); in unregisterForDataConnectionDetached()
DTelephonyTester.java186 mPhone.getServiceStateTracker().mDetachedRegistrants.get(