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.aidl62 NoDataTransaction removeNotificationForCall(String callId); in removeNotificationForCall() method
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAppControlWrapper.java350 public void removeNotificationForCall(String callId) throws RemoteException { in removeNotificationForCall() method in AppControlWrapper
353 NoDataTransaction transactionResult = mBinder.removeNotificationForCall(callId); in removeNotificationForCall()
/cts/tests/tests/telecom-cuj/src/android/telecom/cts/cuj/
DBaseAppVerifier.java365 public void removeNotificationForCall(AppControlWrapper appControl, String callId) in removeNotificationForCall() method in BaseAppVerifier
367 appControl.removeNotificationForCall(callId); in removeNotificationForCall()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedAppControl.java349 public NoDataTransaction removeNotificationForCall(String callId) {
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceControlMain.java374 public NoDataTransaction removeNotificationForCall(String callId) {
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/
DTransactionalVoipAppControlMain.java398 public NoDataTransaction removeNotificationForCall(String callId) {