HomeSort by relevance Sort by last modified time
    Searched defs:notifyRegistrants (Results 1 - 14 of 14) sorted by null

  /frameworks/base/core/java/android/os/
RegistrantList.java 85 notifyRegistrants()
104 notifyRegistrants(AsyncResult ar)
  /frameworks/base/telephony/java/com/android/internal/telephony/
RIL.java     [all...]
BaseCommands.java 738 mRadioStateChangedRegistrants.notifyRegistrants();
742 mAvailRegistrants.notifyRegistrants();
748 mNotAvailRegistrants.notifyRegistrants();
753 mSIMReadyRegistrants.notifyRegistrants();
758 mSIMLockedRegistrants.notifyRegistrants();
763 mRUIMReadyRegistrants.notifyRegistrants();
768 mRUIMLockedRegistrants.notifyRegistrants();
772 mNVReadyRegistrants.notifyRegistrants();
777 mOnRegistrants.notifyRegistrants();
784 mOffOrNotAvailRegistrants.notifyRegistrants();
    [all...]
IccCard.java 449 mPinLockedRegistrants.notifyRegistrants();
455 mAbsentRegistrants.notifyRegistrants();
459 mNetworkLockedRegistrants.notifyRegistrants();
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaLteServiceStateTracker.java 352 mNetworkAttachedRegistrants.notifyRegistrants();
423 mAttachedRegistrants.notifyRegistrants();
427 mDetachedRegistrants.notifyRegistrants();
435 mRoamingOnRegistrants.notifyRegistrants();
439 mRoamingOffRegistrants.notifyRegistrants();
CdmaServiceStateTracker.java     [all...]
CdmaCallTracker.java 456 voiceCallEndedRegistrants.notifyRegistrants(
459 voiceCallStartedRegistrants.notifyRegistrants (
    [all...]
CDMAPhone.java 528 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
548 mMmiCompleteRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
RuimRecords.java 339 recordsLoadedRegistrants.notifyRegistrants(
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java 838 mNetworkAttachedRegistrants.notifyRegistrants();
    [all...]
GsmCallTracker.java 396 voiceCallEndedRegistrants.notifyRegistrants(
399 voiceCallStartedRegistrants.notifyRegistrants (
GSMPhone.java 732 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
745 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
756 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
SIMRecords.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 548 milliseconds