OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CtsConnectionService
(Results
1 - 5
of
5
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
IncomingCallTest.java
52
Collection<Connection> connections =
CtsConnectionService
.getAllConnectionsFromTelecom();
76
assertFalse(
CtsConnectionService
.isServiceRegisteredToTelecom());
99
assertFalse(
CtsConnectionService
.isServiceRegisteredToTelecom());
CallScreeningServiceTest.java
81
CtsConnectionService
.tearDown();
139
CtsConnectionService
.setUp(TEST_PHONE_ACCOUNT_HANDLE, mConnectionService);
CtsConnectionService.java
38
* tell
CtsConnectionService
to forward any method invocations to that test's implementation.
50
public class
CtsConnectionService
extends ConnectionService {
51
private static String LOG_TAG = "
CtsConnectionService
";
58
public
CtsConnectionService
() throws Exception {
ConnectionServiceTest.java
56
CtsConnectionService
.addExistingConnectionToTelecom(TEST_PHONE_ACCOUNT_HANDLE, connection);
78
CtsConnectionService
.addExistingConnectionToTelecom(new PhoneAccountHandle(invalidName,
100
CtsConnectionService
.addExistingConnectionToTelecom(new PhoneAccountHandle(validName,
118
Collection<Connection> connections =
CtsConnectionService
.getAllConnectionsFromTelecom();
129
CtsConnectionService
.addExistingConnectionToTelecom(TEST_PHONE_ACCOUNT_HANDLE, connection2);
132
connections =
CtsConnectionService
.getAllConnectionsFromTelecom();
139
connections =
CtsConnectionService
.getAllConnectionsFromTelecom();
BaseTelecomTestWithMockServices.java
52
* Base class for Telecom CTS tests that require a {@link
CtsConnectionService
} and
133
CtsConnectionService
.setUp(TEST_PHONE_ACCOUNT_HANDLE, this.connectionService);
152
CtsConnectionService
.tearDown();
267
* {@link
CtsConnectionService
} which can be tested.
298
* {@link
CtsConnectionService
} which can be tested.
306
* {@link
CtsConnectionService
} which can be tested.
316
* {@link
CtsConnectionService
} which can be tested.
324
* {@link
CtsConnectionService
} which can be tested.
360
return
CtsConnectionService
.getAllConnectionsFromTelecom().size();
510
* Place a new outgoing call via the {@link
CtsConnectionService
}
[
all
...]
Completed in 2374 milliseconds