Searched refs:mServiceStarted (Results 1 – 2 of 2) sorted by relevance
95 assertFalse("Expect service initially stopped", mServiceStarted); in testChatServiceCreatesIntentAndExecutesAction()99 assertTrue("Expect service started", mServiceStarted); in testChatServiceCreatesIntentAndExecutesAction()181 boolean mServiceStarted = false; field in ActionServiceTest186 assertFalse(mServiceStarted); in startServiceForStub()187 mServiceStarted = true; in startServiceForStub()192 assertTrue(mServiceStarted); in onStartCommandForStub()
41 boolean mServiceStarted = false; field in FakeContext72 if (!mServiceStarted) { in startService()79 mServiceStarted = true; in startService()