Searched refs:doBind (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 1688 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind() method in ServiceTest 1697 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind() method in ServiceTest 1939 doBind(a, connections, 1, BINDING_WEAK); in testActivityServiceBindingLru() 1946 doBind(a, connections, 1, BINDING_STRONG); in testActivityServiceBindingLru() 1959 doBind(a, connections, 2, BINDING_WEAK); in testActivityServiceBindingLru() 1969 doBind(a, connections, REV_GROUP_2_STRONG); in testActivityServiceBindingLru() 1981 doBind(a, connections, REV_GROUP_1_STRONG); in testActivityServiceBindingLru() 2009 doBind(a, connections, MIXED_GROUP_3_STRONG); in testActivityServiceBindingLru()
|