Home
last modified time | relevance | path

Searched refs:rejectWithMessage (Results 1 – 17 of 17) sorted by relevance

/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DRespondViaSmsManager.java141 public void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage) { in onIncomingCallRejected() argument
142 if (rejectWithMessage in onIncomingCallRejected()
H A DInCallAdapter.java98 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() argument
110 rejectWithMessage = false; in rejectCall()
114 Log.d(this, "rejectCall(%s,%b,%s)", callId, rejectWithMessage, textMessage); in rejectCall()
117 mCallsManager.rejectCall(call, rejectWithMessage, textMessage); in rejectCall()
H A DCallsManagerListenerBase.java51 public void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage) { in onIncomingCallRejected() argument
H A DCall.java2552 public void reject(boolean rejectWithMessage, String textMessage) { in reject() argument
2553 reject(rejectWithMessage, textMessage, "internal" /** reason */); in reject()
2565 public void reject(boolean rejectWithMessage, String textMessage, String reason) { in reject() argument
2583 mConnectionService.reject(this, rejectWithMessage, textMessage); in reject()
H A DConnectionServiceWrapper.java1697 void reject(Call call, boolean rejectWithMessage, String message) { in reject() argument
1703 if (rejectWithMessage && call.can( in reject()
1705 mServiceInterface.rejectWithMessage(callId, message, in reject()
H A DCallAudioManager.java308 public void onIncomingCallRejected(Call call, boolean rejectWithMessage, String message) { in onIncomingCallRejected() argument
H A DCallsManager.java168 void onIncomingCallRejected(Call call, boolean rejectWithMessage, String textMessage); in onIncomingCallRejected() argument
2574 public void rejectCall(Call call, boolean rejectWithMessage, String textMessage) {
2579 listener.onIncomingCallRejected(call, rejectWithMessage, textMessage);
2581 call.reject(rejectWithMessage, textMessage);
/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java85 public void rejectCall(String callId, boolean rejectWithMessage, String textMessage) { in rejectCall() argument
87 mAdapter.rejectCall(callId, rejectWithMessage, textMessage); in rejectCall()
H A DCall.java1716 public void reject(boolean rejectWithMessage, String textMessage) { in reject() argument
1717 mInCallAdapter.rejectCall(mTelecomCallId, rejectWithMessage, textMessage); in reject()
H A DConnectionService.java481 public void rejectWithMessage(String callId, String message, Session.Info sessionInfo) {
2250 private void reject(String callId, String rejectWithMessage) { in reject() argument
2252 findConnectionForAction(callId, "reject").onReject(rejectWithMessage); in reject()
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/
H A DBluetoothCall.java75 public void reject(boolean rejectWithMessage, String textMessage) { in reject() argument
76 mCall.reject(rejectWithMessage, textMessage); in reject()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl35 void rejectCall(String callId, boolean rejectWithMessage, String textMessage); in rejectCall() argument
H A DIConnectionService.aidl83 void rejectWithMessage(String callId, String message, in Session.Info sessionInfo); in rejectWithMessage() method
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/
H A DDialerCall.java1473 public void reject(boolean rejectWithMessage, String message) { in reject() argument
1475 telecomCall.reject(rejectWithMessage, message); in reject()
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
H A DConnectionServiceFixture.java323 public void rejectWithMessage(String callId, String message, in rejectWithMessage() method in ConnectionServiceFixture.FakeConnectionService
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt86580 Lcom/android/internal/telecom/IConnectionService$Stub$Proxy;->rejectWithMessage(Ljava/lang/String;L…
86649 Lcom/android/internal/telecom/IConnectionService;->rejectWithMessage(Ljava/lang/String;Ljava/lang/S…