Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DActionServiceTest.java93 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 ActionServiceTest
163 assertFalse(mServiceStarted); in startServiceForStub()
164 mServiceStarted = true; in startServiceForStub()
169 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()
/packages/services/Car/cpp/watchdog/server/src/
DWatchdogProcessService.cpp132 mServiceStarted(false), in WatchdogProcessService()
392 if (mServiceStarted) { in start()
395 mServiceStarted = true; in start()
417 mServiceStarted = false; in terminate()
DWatchdogProcessService.h238 bool mServiceStarted; variable
/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java151 private boolean mServiceStarted = false; field in BluetoothMapService
704 mServiceStarted = true; in start()
875 if (!mServiceStarted) { in stop()
882 mServiceStarted = false; in stop()