Home
last modified time | relevance | path

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

/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DBaseCommands.java148 protected Registrant mRestrictedStateRegistrant; field in BaseCommands
621 mRestrictedStateRegistrant = new Registrant (h, what, obj); in setOnRestrictedStateChanged()
626 if (mRestrictedStateRegistrant != null && mRestrictedStateRegistrant.getHandler() == h) { in unSetOnRestrictedStateChanged()
627 mRestrictedStateRegistrant.clear(); in unSetOnRestrictedStateChanged()
628 mRestrictedStateRegistrant = null; in unSetOnRestrictedStateChanged()
H A DRadioIndication.java578 if (mRil.mRestrictedStateRegistrant != null) { in restrictedStateChanged()
579 mRil.mRestrictedStateRegistrant.notifyRegistrant(new AsyncResult (null, state, null)); in restrictedStateChanged()
/aosp12/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
H A DSimulatedCommands.java2372 if (mRestrictedStateRegistrant != null) { in triggerRestrictedStateChanged()
2373 mRestrictedStateRegistrant.notifyRegistrant( in triggerRestrictedStateChanged()