HomeSort by relevance Sort by last modified time
    Searched defs:MockContextWrapperService (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/content/src/android/content/cts/
MockContextWrapperService.java 32 public class MockContextWrapperService extends Service {
ContextWrapperTest.java 443 MockContextWrapperService.reset();
444 bindExpectResult(mContextWrapper, new Intent(mContext, MockContextWrapperService.class));
447 assertTrue(MockContextWrapperService.hadCalledOnStart());
449 assertTrue(MockContextWrapperService.hadCalledOnBind());
451 assertTrue(MockContextWrapperService.hadCalledOnDestory());
453 assertTrue(MockContextWrapperService.hadCalledOnUnbind());
    [all...]

Completed in 7901 milliseconds