Home
last modified time | relevance | path

Searched refs:stopRtt (Results 1 – 18 of 18) sorted by relevance

/aosp12/frameworks/base/telecomm/java/android/telecom/
H A DInCallAdapter.java513 public void stopRtt(String callId) { in stopRtt() method in InCallAdapter
515 mAdapter.stopRtt(callId); in stopRtt()
H A DRemoteConnection.java1190 public void stopRtt() { in stopRtt() method in RemoteConnection
1194 mConnectionService.stopRtt(mConnectionId, null /*Session.Info*/); in stopRtt()
H A DCall.java2068 public void stopRtt() { in stopRtt() method in Call
2069 mInCallAdapter.stopRtt(mTelecomCallId); in stopRtt()
H A DConnectionService.java807 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 DBluetoothCall.java153 public void stopRtt() { in stopRtt() method in BluetoothCall
154 mCall.stopRtt(); in stopRtt()
/aosp12/frameworks/base/telecomm/java/com/android/internal/telecom/
H A DIInCallAdapter.aidl92 void stopRtt(String callId); in stopRtt() method
H A DIConnectionService.aidl131 void stopRtt(String callId, in Session.Info sessionInfo); in stopRtt() method
/aosp12/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
H A DTestRttActivity.java160 call.stopRtt(); in onCreate()
H A DTestConnectionManager.java222 mRemote.stopRtt(); in onStopRtt()
/aosp12/packages/services/Telecomm/src/com/android/server/telecom/
H A DInCallAdapter.java719 public void stopRtt(String callId) { in stopRtt() method in InCallAdapter
727 call.stopRtt(); in stopRtt()
H A DConnectionServiceWrapper.java1962 void stopRtt(Call call) { in stopRtt() method in ConnectionServiceWrapper
1967 mServiceInterface.stopRtt(callId, Log.getExternalSession(TELECOM_ABBREVIATION)); in stopRtt()
H A DCall.java3442 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 DConnectionServiceFixture.java407 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 DImsPhoneConnection.java1171 public void stopRtt() { in stopRtt() method in ImsPhoneConnection
/aosp12/packages/services/Telephony/src/com/android/services/telephony/
H A DTelephonyConnection.java1192 originalConnection.stopRtt(); in onStopRtt()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt55332 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 Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt39577 method public void stopRtt();