Home
last modified time | relevance | path

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

/packages/services/Telephony/src/com/android/services/telephony/rcs/
DSipDelegateBinderConnection.java132 mExecutor.execute(() -> notifySipDelegateDestroyed(reason));
197 mExecutor.execute(() -> notifySipDelegateDestroyed(reason)); in destroy()
202 mExecutor.execute(() -> notifySipDelegateDestroyed(reason)); in destroy()
236 private void notifySipDelegateDestroyed(int reason) { in notifySipDelegateDestroyed() method in SipDelegateBinderConnection
266 notifySipDelegateDestroyed(SipDelegateManager.SIP_DELEGATE_DESTROY_REASON_SERVICE_DEAD); in binderDied()