Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java85 assertBindStatus(/* true: bind, false: unbind */false, /* expected result */true); in tearDown()
96 assertBindStatus(/* true: bind, false: unbind */true, /* expected result */false); in testWithoutAppOpsPermission()
111 assertBindStatus(/* true: bind, false: unbind */true, /* expected result */true); in testWithAppOpsPermission()
137 assertBindStatus(/* true: bind, false: unbind */true, /* expected result */true); in testExtrasPropagation()
169 private void assertBindStatus(boolean bind, boolean success) { in assertBindStatus() method in ThirdPartyInCallServiceAppOpsPermissionTest