Home
last modified time | relevance | path

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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DCallManager.java143 protected final RegistrantList mInCallVoicePrivacyOnRegistrants field in CallManager
1609 mInCallVoicePrivacyOnRegistrants.addUnique(h, what, obj); in registerForInCallVoicePrivacyOn()
1618 mInCallVoicePrivacyOnRegistrants.remove(h); in unregisterForInCallVoicePrivacyOn()
2326 mInCallVoicePrivacyOnRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()