Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java97 assertCallCount(previousCallCount); in testWithoutAppOpsPermission()
112 assertCallCount(previousCallCount + 1); in testWithAppOpsPermission()
138 assertCallCount(previousCallCount + 1); in testExtrasPropagation()
199 private void assertCallCount(int expected) { in assertCallCount() method in ThirdPartyInCallServiceAppOpsPermissionTest