HomeSort by relevance Sort by last modified time
    Searched refs:isStarted (Results 1 - 25 of 37) sorted by null

1 2

  /cts/tests/src/android/app/cts/
ChildActivity.java 22 public static boolean isStarted = false;
27 isStarted = true;
  /system/core/nexus/
WifiStatusPoller.h 37 bool isStarted() { return mStarted; }
Supplicant.h 50 bool isStarted();
WifiController.cpp 137 if (!mSupplicant->isStarted()) {
269 if (mSupplicant->isStarted()) {
551 } else if (mStatusPoller->isStarted()) {
Supplicant.cpp 112 bool Supplicant::isStarted() {
245 if (!isStarted())
  /development/tools/emulator/system/camera/
EmulatedCameraDevice.h 169 LOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
181 LOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
192 LOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
203 LOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
229 LOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
247 inline bool isStarted() const {
EmulatedQemuCameraDevice.cpp 114 if (isStarted()) {
146 if (isStarted()) {
190 if (!isStarted()) {
EmulatedCameraDevice.cpp 79 if (!isStarted()) {
94 if (!isStarted()) {
106 if (!isStarted()) {
EmulatedFakeCameraDevice.cpp 86 if (isStarted()) {
108 if (isStarted()) {
169 if (!isStarted()) {
  /cts/tests/tests/app/src/android/app/cts/
AliasActivityTest.java 51 assertFalse(ChildActivity.isStarted);
56 assertTrue(ChildActivity.isStarted);
  /external/webkit/Source/WebKit/chromium/public/
WebSharedWorker.h 58 virtual bool isStarted() = 0;
  /external/webkit/Source/WebKit/chromium/src/
WebSharedWorkerImpl.h 53 virtual bool isStarted();
WebSharedWorkerImpl.cpp 62 bool WebSharedWorkerImpl::isStarted()
SharedWorkerRepository.cpp 134 if (m_webWorker->isStarted())
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 58 assertFalse(loginFilter.isStarted());
63 assertTrue(loginFilter.isStarted());
69 assertTrue(loginFilter.isStarted());
76 assertTrue(loginFilter.isStarted());
83 assertTrue(loginFilter.isStarted());
91 assertTrue(loginFilter.isStarted());
99 assertTrue(loginFilter.isStarted());
199 public boolean isStarted() {
  /cts/libs/vogar-expect/src/vogar/commands/
Command.java 85 if (isStarted()) {
103 public boolean isStarted() {
108 if (!isStarted()) {
117 if (!isStarted()) {
  /frameworks/base/core/java/android/animation/
Animator.java 124 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
130 public boolean isStarted() {
AnimatorSet.java 283 if (isStarted()) {
318 if (isStarted()) {
364 public boolean isStarted() {
    [all...]
  /frameworks/media/libvideoeditor/lvpp/
VideoEditorAudioPlayer.h 65 bool isStarted();
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 144 assertTrue(mInstrumentationTestRunner.isStarted());
191 assertTrue(mInstrumentationTestRunner.isStarted());
244 public boolean isStarted() {
  /frameworks/base/core/java/android/content/
Loader.java 163 public boolean isStarted() {
195 * {@link #isStarted()} and {@link #isReset()} will return the correct
219 * when the loader is started -- that is, {@link #isStarted()} returns true.
243 * {@link #isStarted()} will return the correct
291 * {@link #isStarted()} and {@link #isReset()} will return the correct
CursorLoader.java 87 if (isStarted()) {
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 141 public boolean isStarted() {
173 * {@link #isStarted()} and {@link #isReset()} will return the correct
197 * when the loader is started -- that is, {@link #isStarted()} returns true.
221 * {@link #isStarted()} will return the correct
269 * {@link #isStarted()} and {@link #isReset()} will return the correct
CursorLoader.java 80 if (isStarted()) {
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 173 if (isStarted()) {
186 boolean isStarted() {

Completed in 1524 milliseconds

1 2