Home
last modified time | relevance | path

Searched refs:connectionOptional (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DTestUtils.java633 Optional<SelfManagedConnection> connectionOptional = connectionService.getConnections() in waitForAndGetConnection() local
637 assert(connectionOptional.isPresent()); in waitForAndGetConnection()
638 return connectionOptional.get(); in waitForAndGetConnection()