Home
last modified time | relevance | path

Searched refs:EVENT_CONNECTION_SERVICE_FOCUS_LOST (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DMockConnectionService.java44 public static final int EVENT_CONNECTION_SERVICE_FOCUS_LOST = 1; field in MockConnectionService
47 private static final int TOTAL_EVENT = EVENT_CONNECTION_SERVICE_FOCUS_LOST + 1;
164 mEventLock[EVENT_CONNECTION_SERVICE_FOCUS_LOST].release(); in onConnectionServiceFocusLost()
DConnectionServiceTest.java194 MockConnectionService.EVENT_CONNECTION_SERVICE_FOCUS_LOST)); in testConnectionServiceFocusGainedWithSameConnectionService()
214 MockConnectionService.EVENT_CONNECTION_SERVICE_FOCUS_LOST)); in testConnectionServiceFocusGainedWithDifferentConnectionService()