Searched refs:doBind (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 1360 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind() method in ServiceTest 1369 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind() method in ServiceTest 1613 doBind(a, connections, 1, BINDING_WEAK); in testActivityServiceBindingLru() 1620 doBind(a, connections, 1, BINDING_STRONG); in testActivityServiceBindingLru() 1633 doBind(a, connections, 2, BINDING_WEAK); in testActivityServiceBindingLru() 1643 doBind(a, connections, REV_GROUP_2_STRONG); in testActivityServiceBindingLru() 1655 doBind(a, connections, REV_GROUP_1_STRONG); in testActivityServiceBindingLru() 1683 doBind(a, connections, MIXED_GROUP_3_STRONG); in testActivityServiceBindingLru()
|