Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DRadioConfigIndicationAidl.java64 if (mRadioConfig.mSimultaneousCallingSupportStatusRegistrant != null) { in onSimultaneousCallingSupportChanged()
66 mRadioConfig.mSimultaneousCallingSupportStatusRegistrant.notifyRegistrant( in onSimultaneousCallingSupportChanged()
DRadioConfig.java79 protected Registrant mSimultaneousCallingSupportStatusRegistrant; field in RadioConfig
599 mSimultaneousCallingSupportStatusRegistrant = new Registrant(h, what, obj); in registerForSimultaneousCallingSupportStatusChanged()