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()
249 mServiceStarted(false), in WatchdogProcessService()699 if (mServiceStarted) { in start()705 mServiceStarted = true; in start()714 if (!mServiceStarted) { in terminate()731 mServiceStarted = false; in terminate()
316 bool mServiceStarted; variable
150 private boolean mServiceStarted = false; field in BluetoothMapService730 mServiceStarted = true; in start()899 if (!mServiceStarted) { in stop()904 mServiceStarted = false; in stop()