Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/opp/
DBluetoothOppTransferTest.java397 verify(mCallProxy).handlerSendEmptyMessage(any(), eq(TRANSPORT_ERROR)); in socketConnectThreadRun_bluetoothDisabled_connectionFailed()
417 .handlerSendEmptyMessage(any(), eq(BluetoothOppObexSession.MSG_CONNECT_TIMEOUT)); in oppConnectionReceiver_onReceiveWithActionAclDisconnected_sendsConnectTimeout()
442 verify(mCallProxy).handlerSendEmptyMessage(any(), eq(TRANSPORT_ERROR)); in oppConnectionReceiver_onReceiveWithActionSdpRecord_withoutSdpRecord()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/
DBluetoothMethodProxy.java194 public boolean handlerSendEmptyMessage(Handler handler, final int what) { in handlerSendEmptyMessage() method in BluetoothMethodProxy
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/opp/
DBluetoothOppTransfer.java159 .handlerSendEmptyMessage( in onReceive()
929 .handlerSendEmptyMessage(mSessionHandler, TRANSPORT_ERROR); in markConnectionFailed()