Home
last modified time | relevance | path

Searched refs:mIccRefreshRegistrants (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DSimIndication.java141 mRil.mIccRefreshRegistrants.notifyRegistrants(new AsyncResult(null, response, null)); in simRefresh()
DBaseCommands.java93 protected RegistrantList mIccRefreshRegistrants = new RegistrantList(); field in BaseCommands
555 mIccRefreshRegistrants.addUnique(h, what, obj); in registerForIccRefresh()
569 mIccRefreshRegistrants.remove(h); in unregisterForIccRefresh()
DRadioIndication.java484 mRil.mIccRefreshRegistrants.notifyRegistrants(new AsyncResult (null, response, null)); in simRefresh()