Searched refs:MockContextService (Results 1 – 2 of 2) sorted by relevance
30 public class MockContextService extends Service { class
1143 MockContextService.reset(); in testAccessService()1144 bindExpectResult(mContext, new Intent(mContext, MockContextService.class)); in testAccessService()1147 assertTrue(MockContextService.hadCalledOnStart()); in testAccessService()1149 assertTrue(MockContextService.hadCalledOnBind()); in testAccessService()1151 assertTrue(MockContextService.hadCalledOnDestory()); in testAccessService()1153 assertTrue(MockContextService.hadCalledOnUnbind()); in testAccessService()