HomeSort by relevance Sort by last modified time
    Searched refs:bindExpectResult (Results 1 - 3 of 3) sorted by null

  /cts/tests/tests/app/src/android/app/cts/
ServiceTest.java 178 private void bindExpectResult(Intent service) {
399 bindExpectResult(mLocalService);
404 bindExpectResult(new Intent(LocalService.SERVICE_LOCAL));
431 bindExpectResult(mLocalGrantedService);
432 bindExpectResult(mLocalDeniedService);
437 bindExpectResult(mLocalService_ApplicationHasPermission);
438 bindExpectResult(mLocalService_ApplicationDoesNotHavePermission);
  /frameworks/base/core/tests/coretests/src/android/app/activity/
ServiceTest.java 232 void bindExpectResult(Intent service) {
388 bindExpectResult(new Intent(getContext(), LocalService.class));
393 bindExpectResult(new Intent(SERVICE_LOCAL));
418 bindExpectResult(new Intent(getContext(), LocalGrantedService.class));
423 bindExpectResult(new Intent(SERVICE_LOCAL_GRANTED));
  /cts/tests/tests/content/src/android/content/cts/
ContextWrapperTest.java 460 bindExpectResult(mContextWrapper, new Intent(mContext, MockContextWrapperService.class));
738 private void bindExpectResult(Context contextWrapper, Intent service)
    [all...]

Completed in 382 milliseconds