HomeSort by relevance Sort by last modified time
    Searched refs:onConnectionEvent (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/telecom/src/android/telecom/cts/
MockInCallService.java 63 public void onConnectionEvent(Call call, String event, Bundle extras) {}
156 public void onConnectionEvent(Call call, String event, Bundle extras) {
157 super.onConnectionEvent(call, event, extras);
159 getCallbacks().onConnectionEvent(call, event, extras);
RemoteConnectionTest.java 578 public void onConnectionEvent(RemoteConnection connection, String event,
580 super.onConnectionEvent(connection, event, extras);
    [all...]
BaseTelecomTestWithMockServices.java 317 public void onConnectionEvent(Call call, String event, Bundle extras) {
367 mOnConnectionEventCounter = new TestUtils.InvokeCounter("OnConnectionEvent");
    [all...]

Completed in 121 milliseconds