Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DBaseCommands.java88 protected RegistrantList mIccRefreshRegistrants = new RegistrantList(); field in BaseCommands
519 mIccRefreshRegistrants.addUnique(h, what, obj); in registerForIccRefresh()
533 mIccRefreshRegistrants.remove(h); in unregisterForIccRefresh()
DRadioIndication.java439 mRil.mIccRefreshRegistrants.notifyRegistrants(new AsyncResult (null, response, null)); in simRefresh()