Home
last modified time | relevance | path

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

/cts/tests/app/ShortFgsTest/src/android/app/cts/shortfgstest/
DServiceBinder.java55 b.doBind(); in bind()
70 private void doBind() { in doBind() method in ServiceBinder
/cts/tests/app/src/android/app/cts/
DServiceTest.java1788 private void doBind(Context context, IsolatedConnectionInfo[] connections, int group, in doBind() method in ServiceTest
1797 private void doBind(Context context, IsolatedConnectionInfo[] connections, int[] selected) { in doBind() method in ServiceTest
2039 doBind(a, connections, 1, BINDING_WEAK); in testActivityServiceBindingLru()
2046 doBind(a, connections, 1, BINDING_STRONG); in testActivityServiceBindingLru()
2059 doBind(a, connections, 2, BINDING_WEAK); in testActivityServiceBindingLru()
2069 doBind(a, connections, REV_GROUP_2_STRONG); in testActivityServiceBindingLru()
2081 doBind(a, connections, REV_GROUP_1_STRONG); in testActivityServiceBindingLru()
2109 doBind(a, connections, MIXED_GROUP_3_STRONG); in testActivityServiceBindingLru()