Searched refs:doBind (Results 1 – 1 of 1) sorted by relevance
/cts/tests/app/src/android/app/cts/ |
D | ServiceTest.java | 1686 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind() method in ServiceTest 1695 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind() method in ServiceTest 1937 doBind(a, connections, 1, BINDING_WEAK); in testActivityServiceBindingLru() 1944 doBind(a, connections, 1, BINDING_STRONG); in testActivityServiceBindingLru() 1957 doBind(a, connections, 2, BINDING_WEAK); in testActivityServiceBindingLru() 1967 doBind(a, connections, REV_GROUP_2_STRONG); in testActivityServiceBindingLru() 1979 doBind(a, connections, REV_GROUP_1_STRONG); in testActivityServiceBindingLru() 2007 doBind(a, connections, MIXED_GROUP_3_STRONG); in testActivityServiceBindingLru()
|