Searched defs:acceptCall (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/hfpclient/
H A DHeadsetClientService.java274 public boolean acceptCall(BluetoothDevice device, int flag) { method in class:HeadsetClientService.BluetoothHeadsetClientBinder
279 return service.acceptCall(device, flag);
579 boolean acceptCall(BluetoothDevice device, int flag) { method in class:HeadsetClientService
H A DHeadsetClientStateMachine.java908 private void acceptCall(int flag, boolean retry) { method in class:HeadsetClientStateMachine
911 Log.d(TAG, "acceptCall: (" + flag + ")");
1669 acceptCall(message.arg1, false);
1902 acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true);
1906 acceptCall(BluetoothHeadsetClient.CALL_ACCEPT_NONE, true);

Completed in 62 milliseconds