Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java92 protected RegistrantList mIccRefreshRegistrants = new RegistrantList(); field in BaseCommands
535 mIccRefreshRegistrants.addUnique(h, what, obj); in registerForIccRefresh()
549 mIccRefreshRegistrants.remove(h); in unregisterForIccRefresh()
H A DRadioIndication.java502 mRil.mIccRefreshRegistrants.notifyRegistrants(new AsyncResult (null, response, null)); in simRefresh()