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.java144 protected final RegistrantList mInCallVoicePrivacyOnRegistrants field in CallManager
1573 mInCallVoicePrivacyOnRegistrants.addUnique(h, what, obj); in registerForInCallVoicePrivacyOn()
1582 mInCallVoicePrivacyOnRegistrants.remove(h); in unregisterForInCallVoicePrivacyOn()
2290 mInCallVoicePrivacyOnRegistrants.notifyRegistrants((AsyncResult) msg.obj); in handleMessage()