Searched refs:assertCallCount (Results 1 – 1 of 1) sorted by relevance
97 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