Searched refs:MockContextService (Results 1 – 2 of 2) sorted by relevance
30 public class MockContextService extends Service { class
1273 MockContextService.reset(); in testAccessService()1274 bindExpectResult(mContext, new Intent(mContext, MockContextService.class)); in testAccessService()1277 assertTrue(MockContextService.hadCalledOnStart()); in testAccessService()1279 assertTrue(MockContextService.hadCalledOnBind()); in testAccessService()1281 assertTrue(MockContextService.hadCalledOnDestory()); in testAccessService()1283 assertTrue(MockContextService.hadCalledOnUnbind()); in testAccessService()