OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CtsSelfManagedConnectionService
(Results
1 - 12
of
12
) 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 {
SelfManagedIncomingCallTestActivity.java
196
CtsSelfManagedConnectionService
ctsSelfConnSvr =
197
CtsSelfManagedConnectionService
.getConnectionService();
PhoneAccountUtils.java
66
CtsSelfManagedConnectionService
.class.getName()),
/cts/tests/tests/telecom/src/android/telecom/cts/
HandoverTest.java
56
CtsSelfManagedConnectionService
connectionService =
57
CtsSelfManagedConnectionService
.getConnectionService();
137
if (!
CtsSelfManagedConnectionService
.waitForBinding()) {
143
CtsSelfManagedConnectionService
.getConnectionService()
179
if (!
CtsSelfManagedConnectionService
.waitForBinding()) {
185
CtsSelfManagedConnectionService
.getConnectionService()
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
...]
CtsSelfManagedConnectionService.java
40
public class
CtsSelfManagedConnectionService
extends ConnectionService {
51
private static
CtsSelfManagedConnectionService
sConnectionService;
73
public static
CtsSelfManagedConnectionService
getConnectionService() {
77
public
CtsSelfManagedConnectionService
() throws Exception {
ConnectionServiceTest.java
216
assertTrue(
CtsSelfManagedConnectionService
.getConnectionService().waitForUpdate(
217
CtsSelfManagedConnectionService
.FOCUS_GAINED_LOCK));
229
if (!
CtsSelfManagedConnectionService
.waitForBinding()) {
TestUtils.java
71
"android.telecom.cts.
CtsSelfManagedConnectionService
";
467
if (!
CtsSelfManagedConnectionService
.waitForBinding()) {
470
CtsSelfManagedConnectionService
connectionService =
471
CtsSelfManagedConnectionService
.getConnectionService();
473
CtsSelfManagedConnectionService
.CONNECTION_CREATED_LOCK));
/cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java
94
CtsSelfManagedConnectionService
connectionService =
95
CtsSelfManagedConnectionService
.getConnectionService();
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/
Android.mk
26
../src/android/telecom/cts/
CtsSelfManagedConnectionService
.java
/cts/tests/tests/telecom2/
Android.mk
35
../telecom/src/android/telecom/cts/
CtsSelfManagedConnectionService
.java \
/cts/tests/tests/telecom3/
Android.mk
33
../telecom/src/android/telecom/cts/
CtsSelfManagedConnectionService
.java \
Completed in 461 milliseconds