Home
last modified time | relevance | path

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

/cts/tests/tests/telecom/src/android/telecom/cts/
DThirdPartyInCallServiceAppOpsPermissionTest.java58 ICtsThirdPartyInCallServiceControl mICtsThirdPartyInCallServiceControl; field in ThirdPartyInCallServiceAppOpsPermissionTest
73 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(false); in setUp()
94 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithoutAppOpsPermission()
109 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testWithAppOpsPermission()
113 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(true); in testWithAppOpsPermission()
135 int previousCallCount = mICtsThirdPartyInCallServiceControl.getLocalCallCount(); in testExtrasPropagation()
147 mICtsThirdPartyInCallServiceControl.setExpectedExtra(TEST_KEY, TEST_VALUE); in testExtrasPropagation()
155 assertTrue(mICtsThirdPartyInCallServiceControl.waitUntilExpectedExtrasReceived()); in testExtrasPropagation()
157 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(true); in testExtrasPropagation()
179 return mICtsThirdPartyInCallServiceControl.checkBindStatus(bind); in assertBindStatus()
[all …]
DThirdPartyInCallServiceTest.java41 ICtsThirdPartyInCallServiceControl mICtsThirdPartyInCallServiceControl; field in ThirdPartyInCallServiceTest
58 mICtsThirdPartyInCallServiceControl.resetLatchForServiceBound(false); in setUp()
68 mICtsThirdPartyInCallServiceControl.resetCalls(); in tearDown()
87 assertFalse(mICtsThirdPartyInCallServiceControl.checkPermissionGrant( in testPermissionGranted()
89 assertFalse(mICtsThirdPartyInCallServiceControl.checkPermissionGrant( in testPermissionGranted()
92 assertTrue(mICtsThirdPartyInCallServiceControl.checkPermissionGrant( in testPermissionGranted()
94 assertTrue(mICtsThirdPartyInCallServiceControl.checkPermissionGrant( in testPermissionGranted()
112 mICtsThirdPartyInCallServiceControl = in setUpControl()
119 mICtsThirdPartyInCallServiceControl = null; in setUpControl()