Home
last modified time | relevance | path

Searched refs:mServiceStarted (Results 1 – 3 of 3) 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/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapService.java147 private boolean mServiceStarted = false; field in BluetoothMapService
694 mServiceStarted = true; in start()
865 if (!mServiceStarted) { in stop()
872 mServiceStarted = false; in stop()