Searched refs:mServiceStarted (Results 1 – 5 of 5) sorted by relevance
93 assertFalse("Expect service initially stopped", mServiceStarted); in testChatServiceCreatesIntentAndExecutesAction()100 mServiceStarted = true; in testChatServiceCreatesIntentAndExecutesAction()106 assertTrue("Expect service started", mServiceStarted); in testChatServiceCreatesIntentAndExecutesAction()158 boolean mServiceStarted = false; field in ActionServiceTest163 assertFalse(mServiceStarted); in startServiceForStub()164 mServiceStarted = true; in startServiceForStub()169 assertTrue(mServiceStarted); in onStartCommandForStub()
41 boolean mServiceStarted = false; field in FakeContext72 if (!mServiceStarted) { in startService()79 mServiceStarted = true; in startService()
132 mServiceStarted(false), in WatchdogProcessService()392 if (mServiceStarted) { in start()395 mServiceStarted = true; in start()417 mServiceStarted = false; in terminate()
238 bool mServiceStarted; variable
151 private boolean mServiceStarted = false; field in BluetoothMapService704 mServiceStarted = true; in start()875 if (!mServiceStarted) { in stop()882 mServiceStarted = false; in stop()