Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/aidl/android/telecom/cts/apps/
DIAppControl.aidl63 BooleanTransaction isNotificationPostedForCall(String callId); in isNotificationPostedForCall() method
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DAppControlWrapper.java338 public boolean isNotificationPostedForCall(String callId) throws RemoteException { in isNotificationPostedForCall() method in AppControlWrapper
341 BooleanTransaction transactionResult = mBinder.isNotificationPostedForCall(callId); in isNotificationPostedForCall()
DBaseAppVerifierImpl.java458 return appControlWrapper.isNotificationPostedForCall(callId); in verifyNotificationPostedForCall()
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/
DManagedAppControl.java339 public BooleanTransaction isNotificationPostedForCall(String callId) {
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/
DVoipConnectionServiceControlMain.java357 public BooleanTransaction isNotificationPostedForCall(String callId) {
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/
DTransactionalVoipAppControlMain.java381 public BooleanTransaction isNotificationPostedForCall(String callId) {