Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java1477 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind() method in ServiceTest
1486 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind() method in ServiceTest
1728 doBind(a, connections, 1, BINDING_WEAK); in testActivityServiceBindingLru()
1735 doBind(a, connections, 1, BINDING_STRONG); in testActivityServiceBindingLru()
1748 doBind(a, connections, 2, BINDING_WEAK); in testActivityServiceBindingLru()
1758 doBind(a, connections, REV_GROUP_2_STRONG); in testActivityServiceBindingLru()
1770 doBind(a, connections, REV_GROUP_1_STRONG); in testActivityServiceBindingLru()
1798 doBind(a, connections, MIXED_GROUP_3_STRONG); in testActivityServiceBindingLru()