HomeSort by relevance Sort by last modified time
    Searched defs:notifyRegistrants (Results 1 - 13 of 13) 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/
BaseCommands.java 620 mRadioStateChangedRegistrants.notifyRegistrants();
624 mAvailRegistrants.notifyRegistrants();
630 mNotAvailRegistrants.notifyRegistrants();
635 mSIMReadyRegistrants.notifyRegistrants();
640 mSIMLockedRegistrants.notifyRegistrants();
645 mRUIMReadyRegistrants.notifyRegistrants();
650 mRUIMLockedRegistrants.notifyRegistrants();
654 mNVReadyRegistrants.notifyRegistrants();
659 mOnRegistrants.notifyRegistrants();
666 mOffOrNotAvailRegistrants.notifyRegistrants();
    [all...]
RIL.java     [all...]
IccCard.java 415 mPinLockedRegistrants.notifyRegistrants();
421 mAbsentRegistrants.notifyRegistrants();
425 mNetworkLockedRegistrants.notifyRegistrants();
  /frameworks/base/telephony/java/com/android/internal/telephony/gsm/
GsmServiceStateTracker.java     [all...]
GsmCallTracker.java 386 voiceCallEndedRegistrants.notifyRegistrants(
389 voiceCallStartedRegistrants.notifyRegistrants (
GSMPhone.java 735 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
748 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
759 mMmiRegistrants.notifyRegistrants(new AsyncResult(null, mmi, null));
    [all...]
SIMRecords.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/cdma/
CdmaServiceStateTracker.java 445 cdmaForSubscriptionInfoReadyRegistrants.notifyRegistrants();
    [all...]
CdmaCallTracker.java 433 voiceCallEndedRegistrants.notifyRegistrants(
436 voiceCallStartedRegistrants.notifyRegistrants (
    [all...]
RuimRecords.java 294 recordsLoadedRegistrants.notifyRegistrants(
CDMAPhone.java     [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/test/
SimulatedCommands.java     [all...]

Completed in 235 milliseconds