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.java410 private void startExpectResult(Intent service) { in startExpectResult() method in ServiceTest
411 startExpectResult(service, new Bundle()); in startExpectResult()
414 private void startExpectResult(Intent service, Bundle bundle) { in startExpectResult() method in ServiceTest
767 startExpectResult(mLocalService); in testLocalStartClass()
771 startExpectResult(new Intent( in testLocalStartAction()
1064 startExpectResult(mLocalGrantedService); in testLocalStartClassPermissions()
1065 startExpectResult(mLocalDeniedService); in testLocalStartClassPermissions()
1070 startExpectResult(mLocalService_ApplicationHasPermission); in testLocalStartActionPermissions()
1071 startExpectResult(mLocalService_ApplicationDoesNotHavePermission); in testLocalStartActionPermissions()