Home
last modified time | relevance | path

Searched refs:getCurrentCallEndpoint (Results 1 – 5 of 5) sorted by relevance

/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
DCallEndpointControllerTest.java130 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedToBluetooth()
151 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedToStreaming()
172 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testCurrentEndpointChangedBetweenBluetooth()
206 mCallEndpointController.getCurrentCallEndpoint().getEndpointType()); in testSwitchFromEarpieceToBluetooth()
228 CallEndpoint currentEndpoint = mCallEndpointController.getCurrentCallEndpoint(); in testBtDeviceSwitch()
261 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testAvailableEndpointChanged()
282 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testAvailableBluetoothEndpointChanged()
304 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testMuteStateChanged()
323 CallEndpoint endpoint = mCallEndpointController.getCurrentCallEndpoint(); in testNotifyForcely()
343 CallEndpoint endpoint1 = mCallEndpointController.getCurrentCallEndpoint(); in testEndpointChangeRequest()
[all …]
DCallTest.java267 currentEndpointChange.getCurrentCallEndpoint().getEndpointType()); in testMultipleCachedCurrentEndpointChanges()
345 currentEndpointChange.getCurrentCallEndpoint().getEndpointType()); in testAllCachedCallbacks()
/packages/services/Telecomm/src/com/android/server/telecom/
DCachedCurrentEndpointChange.java27 public CallEndpoint getCurrentCallEndpoint() { in getCurrentCallEndpoint() method in CachedCurrentEndpointChange
DCachedVideoStateChange.java27 public int getCurrentCallEndpoint() { in getCurrentCallEndpoint() method in CachedVideoStateChange
DCallEndpointController.java82 public CallEndpoint getCurrentCallEndpoint() { in getCurrentCallEndpoint() method in CallEndpointController