Home
last modified time | relevance | path

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

/cts/tests/tests/telecom-apps/Utils/src/android/telecom/cts/apps/
DWaitUntil.java96 Connection getLastConnection(); in getLastConnection() method
215 return getLastConnection(s) != null; in waitUntilConnectionIsNonNull()
228 return getLastConnection(s); in waitUntilConnectionIsNonNull()
236 private static Connection getLastConnection(ConnectionServiceImpl s) { in getLastConnection() method in WaitUntil
237 return s.getLastConnection(); in getLastConnection()