Home
last modified time | relevance | path

Searched refs:removeNotificationForCall (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/telecom-apps/Utils/aidl/android/telecom/cts/apps/
DIAppControl.aidl68 NoDataTransaction removeNotificationForCall(String callId); in removeNotificationForCall() method
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAppControlWrapper.java465 public void removeNotificationForCall(String callId) throws RemoteException { in removeNotificationForCall() method in AppControlWrapper
468 NoDataTransaction transactionResult = mBinder.removeNotificationForCall(callId); in removeNotificationForCall()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DBaseAppVerifier.java495 public void removeNotificationForCall(AppControlWrapper appControl, String callId) in removeNotificationForCall() method in BaseAppVerifier
497 appControl.removeNotificationForCall(callId); in removeNotificationForCall()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedAppControl.java547 public NoDataTransaction removeNotificationForCall(String callId) {
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/
DTransactionalVoipAppControlMain.java524 public NoDataTransaction removeNotificationForCall(String callId) {
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceControlMain.java518 public NoDataTransaction removeNotificationForCall(String callId) {