Home
last modified time | relevance | path

Searched defs:rejectCall (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Dialer/java/com/android/incallui/answer/impl/answermethod/
DTwoButtonMethod.java209 private void rejectCall() { in rejectCall() method in TwoButtonMethod
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/hfpclient/
DHeadsetClientServiceInterface.java85 public boolean rejectCall(BluetoothDevice device) { in rejectCall() method in HeadsetClientServiceInterface
DHeadsetClientService.java461 public boolean rejectCall(BluetoothDevice device, AttributionSource source) { in rejectCall() method in HeadsetClientService.BluetoothHeadsetClientBinder
958 public boolean rejectCall(BluetoothDevice device) { in rejectCall() method in HeadsetClientService
DHeadsetClientStateMachine.java671 private void rejectCall() { in rejectCall() method in HeadsetClientStateMachine
/packages/modules/Bluetooth/android/app/aidl/android/bluetooth/
DIBluetoothHeadsetClient.aidl62 boolean rejectCall(in BluetoothDevice device, in AttributionSource attributionSource); in rejectCall() method
/packages/services/Telecomm/src/com/android/server/telecom/
DInCallAdapter.java101 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() method in InCallAdapter
/packages/modules/Bluetooth/framework/java/android/bluetooth/
DBluetoothHeadsetClient.java1124 public boolean rejectCall(BluetoothDevice device) { in rejectCall() method in BluetoothHeadsetClient
/packages/apps/Dialer/java/com/android/incallui/answer/impl/
DAnswerFragment.java994 private void rejectCall() { in rejectCall() method in AnswerFragment