Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DServiceTest.java460 private void startExpectResult(Intent service) { in startExpectResult() method in ServiceTest
461 startExpectResult(service, new Bundle()); in startExpectResult()
464 private void startExpectResult(Intent service, Bundle bundle) { in startExpectResult() method in ServiceTest
878 startExpectResult(mLocalService); in testLocalStartClass()
882 startExpectResult(new Intent( in testLocalStartAction()
1376 startExpectResult(mLocalGrantedService); in testLocalStartClassPermissions()
1377 startExpectResult(mLocalDeniedService); in testLocalStartClassPermissions()
1382 startExpectResult(mLocalService_ApplicationHasPermission); in testLocalStartActionPermissions()
1383 startExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalStartActionPermissions()