Home
last modified time | relevance | path

Searched defs:connections (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/telecom/src/android/telecom/cts/
DIncomingCallTest.java52 Collection<Connection> connections = CtsConnectionService.getAllConnectionsFromTelecom(); in testAddNewIncomingCall_CorrectPhoneAccountHandle() local
DConnectionServiceTest.java250 Collection<Connection> connections = CtsConnectionService.getAllConnectionsFromTelecom(); in testGetAllConnections() local
DSelfManagedConnectionServiceTest.java582 List<SelfManagedConnection> connections = new ArrayList<>(); in testCallLimit() local
/cts/tests/app/src/android/app/cts/
DServiceTest.java1360 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind()
1369 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind()
1378 private void doWaitForService(IsolatedConnectionInfo[] connections, int group, in doWaitForService()
1387 private void doUpdateServiceGroup(Context context, IsolatedConnectionInfo[] connections, in doUpdateServiceGroup()
1396 private void doUnbind(Context context, IsolatedConnectionInfo[] connections, int group, in doUnbind()
1405 private void doUnbind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doUnbind()
1584 final IsolatedConnectionInfo[] connections = new IsolatedConnectionInfo[] { in testActivityServiceBindingLru() local