OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SelfManagedConnection
(Results
1 - 10
of
10
) sorted by null
/cts/tests/tests/telecom/src/android/telecom/cts/
SelfManagedConnection.java
30
public class
SelfManagedConnection
extends Connection {
40
void onDestroyed(
SelfManagedConnection
connection) { };
46
public
SelfManagedConnection
(boolean isIncomingCall, Listener listener) {
CtsSelfManagedConnectionService.java
56
private
SelfManagedConnection
.Listener mConnectionListener =
57
new
SelfManagedConnection
.Listener() {
59
void onDestroyed(
SelfManagedConnection
connection) {
67
private List<
SelfManagedConnection
> mConnections = new ArrayList<>();
164
SelfManagedConnection
connection = new
SelfManagedConnection
(isIncoming,
188
public List<
SelfManagedConnection
> getConnections() {
HandoverTest.java
147
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(
189
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(
220
private void completeHandoverAndVerify(final Call call,
SelfManagedConnection
connection) {
SelfManagedConnectionServiceTest.java
242
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(address);
378
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(address);
417
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
478
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
488
SelfManagedConnection
connection2 = TestUtils.waitForAndGetConnection(TEST_ADDRESS_2);
507
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
530
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
559
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
582
List<
SelfManagedConnection
> connections = new ArrayList<>();
591
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(address)
[
all
...]
ConnectionServiceTest.java
209
SelfManagedConnection
selfManagedConnection
=
220
selfManagedConnection
.disconnectAndDestroy();
223
private
SelfManagedConnection
addIncomingSelfManagedCall(
233
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(address);
TestUtils.java
461
* Waits for a new
SelfManagedConnection
with the given address to be added.
463
* @return The
SelfManagedConnection
found.
465
public static
SelfManagedConnection
waitForAndGetConnection(Uri address) {
475
Optional<
SelfManagedConnection
> connectionOptional = connectionService.getConnections()
/cts/tests/tests/telecom3/src/android/telecom/cts/
SelfManagedAwareInCallServiceTest.java
122
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
146
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
169
SelfManagedConnection
connection = TestUtils.waitForAndGetConnection(TEST_ADDRESS_1);
/cts/tests/tests/telecom/ThirdPtyInCallServiceTestApp/
Android.mk
25
../src/android/telecom/cts/
SelfManagedConnection
.java \
/cts/tests/tests/telecom2/
Android.mk
34
../telecom/src/android/telecom/cts/
SelfManagedConnection
.java \
/cts/tests/tests/telecom3/
Android.mk
32
../telecom/src/android/telecom/cts/
SelfManagedConnection
.java \
Completed in 124 milliseconds