/aosp12/packages/apps/Dialer/java/com/android/incallui/ |
H A D | RttRequestDialogFragment.java | 100 call.respondToRttRequest(true, getArguments().getInt(ARG_RTT_REQUEST_ID)); in onPositiveButtonClick() 108 call.respondToRttRequest(false, getArguments().getInt(ARG_RTT_REQUEST_ID)); in onNegativeButtonClick()
|
/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 503 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter 505 mAdapter.respondToRttRequest(callId, id, accept); in respondToRttRequest()
|
H A D | Call.java | 1993 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in Call 1994 mInCallAdapter.respondToRttRequest(mTelecomCallId, id, accept); in respondToRttRequest()
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothCall.java | 145 public void respondToRttRequest(int id, boolean accept) { in respondToRttRequest() method in BluetoothCall 146 mCall.respondToRttRequest(id, accept); in respondToRttRequest()
|
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 90 void respondToRttRequest(String callId, int id, boolean accept); in respondToRttRequest() method
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | TestInCallUI.java | 215 call.respondToRttRequest(mCallList.getLastRttRequestId(), true); in onCreate()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallAdapter.java | 697 public void respondToRttRequest(String callId, int id, boolean accept) { in respondToRttRequest() method in InCallAdapter
|
H A D | Call.java | 3505 mConnectionService.respondToRttRequest( in handleRttRequestResponse() 3509 mConnectionService.respondToRttRequest(this, null, null); in handleRttRequestResponse()
|
H A D | ConnectionServiceWrapper.java | 1973 void respondToRttRequest( in respondToRttRequest() method in ConnectionServiceWrapper
|
/aosp12/packages/apps/Dialer/java/com/android/incallui/call/ |
H A D | DialerCall.java | 1130 public void respondToRttRequest(boolean accept, int rttRequestId) { in respondToRttRequest() method in DialerCall 1138 getTelecomCall().respondToRttRequest(rttRequestId, accept); in respondToRttRequest()
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55460 Landroid/telecom/InCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V 86789 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->respondToRttRequest(Ljava/lang/String;IZ)V 86846 Lcom/android/internal/telecom/IInCallAdapter;->respondToRttRequest(Ljava/lang/String;IZ)V
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 39572 method public void respondToRttRequest(int, boolean);
|