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.java1367 IsolatedConnectionInfo(int group, int importance, int strong) { in IsolatedConnectionInfo() argument
1370 mStrong = strong; in IsolatedConnectionInfo()
1374 if (strong == BINDING_WEAK) { in IsolatedConnectionInfo()
1376 } else if (strong == BINDING_STRONG) { in IsolatedConnectionInfo()
1379 b.append(strong); in IsolatedConnectionInfo()
1392 boolean match(int group, int strong) { in match() argument
1394 && (strong == BINDING_ANY || mStrong == strong); in match()
1478 int strong) { in doBind() argument
1480 if (ci.match(group, strong)) { in doBind()
1496 int strong) { in doWaitForService() argument
[all …]