OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
77
CtsSelfManagedConnectionService
connectionService =
78
CtsSelfManagedConnectionService
.getConnectionService();
238
if (!
CtsSelfManagedConnectionService
.waitForBinding()) {
289
CtsSelfManagedConnectionService
.waitForBinding();
290
assertTrue(
CtsSelfManagedConnectionService
.getConnectionService().waitForUpdate(
291
CtsSelfManagedConnectionService
.CREATE_OUTGOING_CONNECTION_FAILED_LOCK));
374
if (!
CtsSelfManagedConnectionService
.waitForBinding()) {
515
assertTrue(
CtsSelfManagedConnectionService
.getConnectionService().waitForUpdate(
516
CtsSelfManagedConnectionService
.FOCUS_GAINED_LOCK));
532
assertTrue(
CtsSelfManagedConnectionService
.getConnectionService().waitForUpdate
[
all
...]
Completed in 79 milliseconds