Home
last modified time | relevance | path

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

/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/
DDefaultPhoneNotifierTest.java207 mDefaultPhoneNotifierUT.notifyDisconnectCause(mPhone, DisconnectCause.NOT_VALID, in testNotifyDisconnectCause()
209 verify(mTelephonyRegistryManager).notifyDisconnectCause(PHONE_ID, SUB_ID, in testNotifyDisconnectCause()
212 mDefaultPhoneNotifierUT.notifyDisconnectCause(mPhone, DisconnectCause.LOCAL, in testNotifyDisconnectCause()
214 verify(mTelephonyRegistryManager).notifyDisconnectCause(PHONE_ID, SUB_ID, in testNotifyDisconnectCause()
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneNotifier.java91 void notifyDisconnectCause(Phone sender, int cause, int preciseCause); in notifyDisconnectCause() method
DDefaultPhoneNotifier.java190 public void notifyDisconnectCause(Phone sender, int cause, int preciseCause) { in notifyDisconnectCause() method in DefaultPhoneNotifier
191 mTelephonyRegistryMgr.notifyDisconnectCause(sender.getPhoneId(), sender.getSubId(), cause, in notifyDisconnectCause()
DGsmCdmaPhone.java893 mNotifier.notifyDisconnectCause(this, cn.getDisconnectCause(), in notifyDisconnect()
/frameworks/base/core/java/com/android/internal/telephony/
DITelephonyRegistry.aidl73 void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() method
/frameworks/base/core/java/android/telephony/
DTelephonyRegistryManager.java878 public void notifyDisconnectCause(int slotIndex, int subId, @DisconnectCauses int cause, in notifyDisconnectCause() method in TelephonyRegistryManager
881 sRegistry.notifyDisconnectCause(slotIndex, subId, cause, preciseCause); in notifyDisconnectCause()
/frameworks/base/services/core/java/com/android/server/
DTelephonyRegistry.java2512 public void notifyDisconnectCause(int phoneId, int subId, int disconnectCause, in notifyDisconnectCause() method in TelephonyRegistry
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt84201 Lcom/android/internal/telephony/ITelephonyRegistry$Stub$Proxy;->notifyDisconnectCause(II)V
84261 Lcom/android/internal/telephony/ITelephonyRegistry;->notifyDisconnectCause(II)V