Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/sap/
DISapRilReceiver.java27 void notifyShutdown(); in notifyShutdown() method
DSapServer.java715 mRilBtReceiver.notifyShutdown(); /* Only needed in case of a connection error */ in handleMessage()
958 mRilBtReceiver.notifyShutdown(); /* Only needed in case of a connection error */ in sendRilMessage()
DSapRilReceiverHidl.java433 public void notifyShutdown() { in notifyShutdown() method in SapRilReceiverHidl
DSapRilReceiver.java426 public void notifyShutdown() { in notifyShutdown() method in SapRilReceiver
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/sap/
DSapRilReceiverTest.java129 public void notifyShutdown() throws Exception { in notifyShutdown() method in SapRilReceiverTest
132 mReceiver.notifyShutdown(); in notifyShutdown()
DSapRilReceiverHidlTest.java125 public void notifyShutdown() throws Exception { in notifyShutdown() method in SapRilReceiverHidlTest
126 mReceiver.notifyShutdown(); in notifyShutdown()
DSapServerTest.java287 verify(mockReceiver).notifyShutdown(); in sendRilMessage_whenRemoteExceptionIsThrown_sendsErrorClientMessage()
649 verify(mockReceiver).notifyShutdown(); in handleMessage_forProxyDeadMsg_notifiesShutDown()