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.java471 private void startExpectResult(Intent service) { in startExpectResult() method in ServiceTest
472 startExpectResult(service, new Bundle()); in startExpectResult()
475 private void startExpectResult(Intent service, Bundle bundle) { in startExpectResult() method in ServiceTest
924 startExpectResult(mLocalService); in testLocalStartClass()
928 startExpectResult(new Intent( in testLocalStartAction()
1451 startExpectResult(mLocalGrantedService); in testLocalStartClassPermissions()
1452 startExpectResult(mLocalDeniedService); in testLocalStartClassPermissions()
1457 startExpectResult(mLocalService_ApplicationHasPermission); in testLocalStartActionPermissions()
1458 startExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalStartActionPermissions()