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()
1374 startExpectResult(mLocalGrantedService); in testLocalStartClassPermissions()
1375 startExpectResult(mLocalDeniedService); in testLocalStartClassPermissions()
1380 startExpectResult(mLocalService_ApplicationHasPermission); in testLocalStartActionPermissions()
1381 startExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalStartActionPermissions()