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

  /cts/apps/CtsVerifier/src/com/android/cts/verifier/telecom/
CtsSelfManagedConnectionService.java 15 public class CtsSelfManagedConnectionService extends ConnectionService {
28 private static CtsSelfManagedConnectionService sConnectionService;
35 public static CtsSelfManagedConnectionService getConnectionService() {
39 public static CtsSelfManagedConnectionService waitForAndGetConnectionService() {
49 public CtsSelfManagedConnectionService() throws Exception {
  /cts/tests/tests/telecom/src/android/telecom/cts/
CtsSelfManagedConnectionService.java 40 public class CtsSelfManagedConnectionService extends ConnectionService {
51 private static CtsSelfManagedConnectionService sConnectionService;
73 public static CtsSelfManagedConnectionService getConnectionService() {
77 public CtsSelfManagedConnectionService() throws Exception {
SelfManagedConnectionServiceTest.java 68 CtsSelfManagedConnectionService connectionService =
69 CtsSelfManagedConnectionService.getConnectionService();
229 if (!CtsSelfManagedConnectionService.waitForBinding()) {
273 CtsSelfManagedConnectionService.waitForBinding();
274 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(
275 CtsSelfManagedConnectionService.CREATE_OUTGOING_CONNECTION_FAILED_LOCK));
298 if (!CtsSelfManagedConnectionService.waitForBinding()) {
412 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate(
413 CtsSelfManagedConnectionService.FOCUS_GAINED_LOCK));
428 assertTrue(CtsSelfManagedConnectionService.getConnectionService().waitForUpdate
    [all...]

Completed in 87 milliseconds