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

1 2 3

  /cts/tests/src/android/app/cts/
ChildActivity.java 22 public static boolean isStarted = false;
27 isStarted = true;
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAnimationDrawable.java 15 private boolean isStarted;
29 isStarted = true;
32 public boolean isStarted() {
33 return isStarted;
  /external/chromium_org/content/renderer/
websharedworker_proxy.cc 85 bool WebSharedWorkerProxy::IsStarted() {
96 if (!IsStarted()) {
119 bool WebSharedWorkerProxy::isStarted() {
120 return IsStarted();
131 DCHECK(!isStarted());
  /external/chromium_org/third_party/WebKit/Source/core/editing/
SpellCheckRequester.h 57 bool isStarted() const { return m_checker; }
SpellChecker.h 57 bool isStarted() const { return m_checker; }
  /external/chromium_org/third_party/sqlite/src/src/
test_async.c 102 volatile int isStarted = 0;
103 ClientData threadData = (ClientData)&isStarted;
116 while( isStarted==0 ) { /* Busy loop */ }
  /frameworks/base/core/java/android/print/
PrintJob.java 74 * @see #isStarted()
122 public boolean isStarted() {
  /cts/tests/tests/text/src/android/text/cts/
LoginFilterTest.java 41 assertFalse(loginFilter.isStarted());
46 assertTrue(loginFilter.isStarted());
52 assertTrue(loginFilter.isStarted());
59 assertTrue(loginFilter.isStarted());
66 assertTrue(loginFilter.isStarted());
74 assertTrue(loginFilter.isStarted());
82 assertTrue(loginFilter.isStarted());
167 public boolean isStarted() {
  /external/chromium_org/third_party/WebKit/Source/core/svg/animation/
SMILTimeContainer.cpp 128 bool SMILTimeContainer::isStarted() const
  /frameworks/base/core/java/android/printservice/
PrintJob.java 122 public boolean isStarted() {
203 * #isStarted()} or {@link #isBlocked()} returns true and you need
210 * @see #isStarted()
227 * #isStarted()} returns true and you are done printing.
231 * @see #isStarted()
235 if (isStarted()) {
243 * #isQueued()} or {@link #isStarted()} or {@link #isBlocked()}
251 * @see #isStarted()
264 * #isQueued()} or {@link #isStarted() or #isBlocked()} returns
270 * @see #isStarted()
    [all...]
  /frameworks/base/test-runner/tests/src/android/test/
InstrumentationTestRunnerTest.java 144 assertTrue(mInstrumentationTestRunner.isStarted());
191 assertTrue(mInstrumentationTestRunner.isStarted());
244 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()) {
  /device/generic/goldfish/camera/
EmulatedCameraDevice.h 195 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
207 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
218 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
229 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
255 ALOGE_IF(!isStarted(), "%s: Device is not started", __FUNCTION__);
273 inline bool isStarted() const {
  /external/chromium_org/third_party/WebKit/Source/web/
WebSharedWorkerImpl.cpp 337 bool WebSharedWorkerImpl::isStarted()
  /frameworks/av/libvideoeditor/lvpp/
VideoEditorAudioPlayer.cpp 298 bool VideoEditorAudioPlayer::isStarted() {
  /frameworks/base/core/java/android/animation/
Animator.java 85 * #isStarted() started} or has since ended, then the call is ignored. Paused
93 if (isStarted() && !mPaused) {
202 * {@link #getStartDelay() startDelay} will return true for {@link #isStarted()} during the
208 public boolean isStarted() {
  /frameworks/base/core/java/android/content/
Loader.java 243 public boolean isStarted() {
281 * {@link #isStarted()} and {@link #isReset()} will return the correct
342 * when the loader is started -- that is, {@link #isStarted()} returns true.
372 * {@link #isStarted()} will return the correct
432 * {@link #isStarted()} and {@link #isReset()} will return the correct
  /frameworks/base/services/java/com/android/server/connectivity/
Nat464Xlat.java 135 public boolean isStarted() {
  /frameworks/support/v4/java/android/support/v4/content/
Loader.java 157 public boolean isStarted() {
189 * {@link #isStarted()} and {@link #isReset()} will return the correct
213 * when the loader is started -- that is, {@link #isStarted()} returns true.
237 * {@link #isStarted()} will return the correct
285 * {@link #isStarted()} and {@link #isReset()} will return the correct
  /packages/apps/Contacts/src/com/android/contacts/list/
ProviderStatusWatcher.java 125 if (isStarted()) {
132 private boolean isStarted() {
156 if (!isStarted()) {
  /cts/tests/tests/animation/src/android/animation/cts/
ObjectAnimatorTest.java 230 assertTrue(objAnimator.isStarted());
ValueAnimatorTest.java 57 assertFalse(mValueAnimator.isStarted());
62 assertTrue(mValueAnimator.isStarted());
  /packages/apps/Contacts/src/com/android/contacts/interactions/
ContactDeletionInteraction.java 172 if (isStarted()) {
185 boolean isStarted() {
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherViewPropertyAnimator.java 144 public boolean isStarted() {
  /packages/apps/Launcher3/src/com/android/launcher3/
LauncherViewPropertyAnimator.java 145 public boolean isStarted() {

Completed in 743 milliseconds

1 2 3