Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DBaseRemoteTelecomTest.java96 assertNumConnections(this.remoteConnectionService, 0); in tearDownRemoteConnectionService()
DBaseTelecomTestWithMockServices.java149 assertNumConnections(this.connectionService, 0); in tearDownConnectionService()
589 void assertNumConnections(final MockConnectionService connService, final int numConnections) { in assertNumConnections() method in BaseTelecomTestWithMockServices