Searched refs:callEndpoint (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/transaction/ |
D | CallEndpointTransaction.java | 33 public CallEndpointTransaction(TestAppTransaction result, CallEndpoint callEndpoint) { in CallEndpointTransaction() argument 35 mCallEndpoint = callEndpoint; in CallEndpointTransaction()
|
/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/ |
D | ManagedConnection.java | 88 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() argument 89 mCallEndpoint = callEndpoint; in onCallEndpointChanged()
|
D | VoipConnection.java | 100 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() argument 101 mCallEndpoint = callEndpoint; in onCallEndpointChanged()
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 365 CallEndpoint callEndpoint = new CallEndpoint(name, CallEndpoint.TYPE_BLUETOOTH, identifier); in testCallEndpoint() local 366 assertEquals(name, callEndpoint.getEndpointName()); in testCallEndpoint() 367 assertEquals(CallEndpoint.TYPE_BLUETOOTH, callEndpoint.getEndpointType()); in testCallEndpoint() 368 assertEquals(identifier, callEndpoint.getIdentifier()); in testCallEndpoint() 373 callEndpoint.writeToParcel(p, 0); in testCallEndpoint() 380 assertEquals(callEndpoint, parcelCallEndpoint); in testCallEndpoint()
|
D | MockConference.java | 214 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() argument 215 mCurrentCallEndpoint.invoke(callEndpoint); in onCallEndpointChanged()
|
D | MockInCallService.java | 79 public void onCallEndpointChanged(CallEndpoint callEndpoint) {} in onCallEndpointChanged() argument 334 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in onCallEndpointChanged() argument 335 super.onCallEndpointChanged(callEndpoint); in onCallEndpointChanged() 337 getCallbacks().onCallEndpointChanged(callEndpoint); in onCallEndpointChanged()
|
D | BaseTelecomTestWithMockServices.java | 603 public void onCallEndpointChanged(CallEndpoint callEndpoint) { in setupCallbacks() 604 Log.i(TAG, "onCallEndpointChanged, callEndpoint: " + callEndpoint); in setupCallbacks() 605 mOnCallEndpointChangedCounter.invoke(callEndpoint); in setupCallbacks()
|
/cts/tests/tests/telecom-apps/Utils/aidl/android/telecom/cts/apps/ |
D | IAppControl.aidl | 61 NoDataTransaction requestCallEndpointChange(String id, in CallEndpoint callEndpoint); in requestCallEndpointChange() argument
|
/cts/tests/tests/telecom-apps/TransactionalVoipAppMain/src/android/telecom/cts/apps/transactionalvoipappmain/ |
D | TransactionalVoipAppControlMain.java | 313 public NoDataTransaction requestCallEndpointChange(String id, CallEndpoint callEndpoint) 316 + " id=[%s], callEndpoint=[%s]", id, callEndpoint)); 327 call.getCallControl().requestCallEndpointChange(callEndpoint, Runnable::run,
|
/cts/tests/tests/telecom-apps/ManagedConnectionService/src/android/telecom/cts/apps/managedapp/ |
D | ManagedAppControl.java | 267 CallEndpoint callEndpoint) throws RemoteException { 279 connection.requestCallEndpointChange(callEndpoint, Runnable::run, outcome);
|
/cts/tests/tests/telecom-apps/ConnectionServiceVoipAppMain/src/android/telecom/cts/apps/connectionservicevoipappmain/ |
D | VoipConnectionServiceControlMain.java | 293 CallEndpoint callEndpoint) throws RemoteException { 304 connection.requestCallEndpointChange(callEndpoint, Runnable::run, outcome);
|