/aosp12/frameworks/base/telecomm/java/android/telecom/ |
H A D | InCallAdapter.java | 513 public void stopRtt(String callId) { in stopRtt() method in InCallAdapter 515 mAdapter.stopRtt(callId); in stopRtt()
|
H A D | RemoteConnection.java | 1190 public void stopRtt() { in stopRtt() method in RemoteConnection 1194 mConnectionService.stopRtt(mConnectionId, null /*Session.Info*/); in stopRtt()
|
H A D | Call.java | 2068 public void stopRtt() { in stopRtt() method in Call 2069 mInCallAdapter.stopRtt(mTelecomCallId); in stopRtt()
|
H A D | ConnectionService.java | 807 public void stopRtt(String callId, Session.Info sessionInfo) throws RemoteException { 1501 stopRtt(callId); 2522 private void stopRtt(String callId) { in stopRtt() method in ConnectionService
|
/aosp12/packages/apps/Bluetooth/src/com/android/bluetooth/telephony/ |
H A D | BluetoothCall.java | 153 public void stopRtt() { in stopRtt() method in BluetoothCall 154 mCall.stopRtt(); in stopRtt()
|
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/ |
H A D | IInCallAdapter.aidl | 92 void stopRtt(String callId); in stopRtt() method
|
H A D | IConnectionService.aidl | 131 void stopRtt(String callId, in Session.Info sessionInfo); in stopRtt() method
|
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/ |
H A D | TestRttActivity.java | 160 call.stopRtt(); in onCreate()
|
H A D | TestConnectionManager.java | 222 mRemote.stopRtt(); in onStopRtt()
|
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/ |
H A D | InCallAdapter.java | 719 public void stopRtt(String callId) { in stopRtt() method in InCallAdapter 727 call.stopRtt(); in stopRtt()
|
H A D | ConnectionServiceWrapper.java | 1962 void stopRtt(Call call) { in stopRtt() method in ConnectionServiceWrapper 1967 mServiceInterface.stopRtt(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in stopRtt()
|
H A D | Call.java | 3442 public void stopRtt() { in stopRtt() method in Call 3444 mConnectionService.stopRtt(this); in stopRtt()
|
/aosp12/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/ |
H A D | ConnectionServiceFixture.java | 407 public void stopRtt(String callId, Session.Info sessionInfo) throws RemoteException { in stopRtt() method in ConnectionServiceFixture.FakeConnectionService
|
/aosp12/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
H A D | ImsPhoneConnection.java | 1171 public void stopRtt() { in stopRtt() method in ImsPhoneConnection
|
/aosp12/packages/services/Telephony/src/com/android/services/telephony/ |
H A D | TelephonyConnection.java | 1192 originalConnection.stopRtt(); in onStopRtt()
|
/aosp12/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 55332 Landroid/telecom/ConnectionService;->stopRtt(Ljava/lang/String;)V 55467 Landroid/telecom/InCallAdapter;->stopRtt(Ljava/lang/String;)V 55889 Landroid/telecom/RemoteConnection;->stopRtt()V 86588 Lcom/android/internal/telecom/IConnectionService$Stub$Proxy;->stopRtt(Ljava/lang/String;Landroid/te… 86657 Lcom/android/internal/telecom/IConnectionService;->stopRtt(Ljava/lang/String;Landroid/telecom/Loggi… 86796 Lcom/android/internal/telecom/IInCallAdapter$Stub$Proxy;->stopRtt(Ljava/lang/String;)V 86853 Lcom/android/internal/telecom/IInCallAdapter;->stopRtt(Ljava/lang/String;)V
|
/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/core/api/ |
H A D | current.txt | 39577 method public void stopRtt();
|