Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java94 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithoutAppOpsPermission() local
97 assertCallCount(previousCallCount); in testWithoutAppOpsPermission()
109 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithAppOpsPermission() local
112 assertCallCount(previousCallCount + 1); in testWithAppOpsPermission()
135 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testExtrasPropagation() local
138 assertCallCount(previousCallCount + 1); in testExtrasPropagation()