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.cpp249 mServiceStarted(false), in WatchdogProcessService()
699 if (mServiceStarted) { in start()
705 mServiceStarted = true; in start()
714 if (!mServiceStarted) { in terminate()
731 mServiceStarted = false; in terminate()
DWatchdogProcessService.h316 bool mServiceStarted; variable
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/map/
DBluetoothMapService.java150 private boolean mServiceStarted = false; field in BluetoothMapService
730 mServiceStarted = true; in start()
899 if (!mServiceStarted) { in stop()
904 mServiceStarted = false; in stop()