Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java1678 IsolatedConnectionInfo(int group, int importance, int strong) { in IsolatedConnectionInfo() argument
1681 mStrong = strong; in IsolatedConnectionInfo()
1685 if (strong == BINDING_WEAK) { in IsolatedConnectionInfo()
1687 } else if (strong == BINDING_STRONG) { in IsolatedConnectionInfo()
1690 b.append(strong); in IsolatedConnectionInfo()
1703 boolean match(int group, int strong) { in match() argument
1705 && (strong == BINDING_ANY || mStrong == strong); in match()
1789 int strong) { in doBind() argument
1791 if (ci.match(group, strong)) { in doBind()
1807 int strong) { in doWaitForService() argument
[all …]