Home
last modified time | relevance | path

Searched refs:mServiceStarted (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceTest.java95 assertFalse("Expect service initially stopped", mServiceStarted); in testChatServiceCreatesIntentAndExecutesAction()
99 assertTrue("Expect service started", mServiceStarted); in testChatServiceCreatesIntentAndExecutesAction()
181 boolean mServiceStarted = false; field in ActionServiceTest
186 assertFalse(mServiceStarted); in startServiceForStub()
187 mServiceStarted = true; in startServiceForStub()
192 assertTrue(mServiceStarted); in onStartCommandForStub()
/packages/apps/Messaging/tests/src/com/android/messaging/
DFakeContext.java41 boolean mServiceStarted = false; field in FakeContext
72 if (!mServiceStarted) { in startService()
79 mServiceStarted = true; in startService()