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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/tools/preload2/src/com/android/preload/ui/
NullProgressMonitor.java 27 public boolean isCanceled() {
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
RpcController.java 104 boolean isCanceled();
  /external/volley/src/main/java/com/android/volley/toolbox/
ClearCacheRequest.java 47 public boolean isCanceled() {
  /frameworks/support/compat/src/main/java/androidx/core/os/
CancellationSignal.java 43 public boolean isCanceled() {
55 if (isCanceled()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/core/
RenameResult.java 131 public boolean isCanceled() {
  /external/jmdns/src/javax/jmdns/impl/constants/
DNSState.java 193 public final boolean isCanceled() {
  /frameworks/base/core/java/android/os/
CancellationSignal.java 41 public boolean isCanceled() {
53 if (isCanceled()) {
  /packages/apps/TV/src/com/android/tv/menu/
ChannelsPosterPrefetcher.java 49 private boolean isCanceled;
65 SoftPreconditions.checkState(!isCanceled, TAG, "Prefetch called after cancel was called.");
66 if (isCanceled) {
81 isCanceled = true;
94 if (isCanceled) {
  /external/deqp/framework/delibs/decpp/
deBlockBuffer.hpp 66 bool isCanceled (void) const { return !!m_canceled; }
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowPendingIntent.java 197 public boolean isCanceled() {
  /external/jmdns/src/javax/jmdns/impl/
DNSStatefulObject.java 202 if (this.isCanceled()) {
347 public boolean isCanceled() {
348 return this._state.isCanceled();
368 return this._state.isCanceled() || this._state.isCanceling();
398 if (!this.isCanceled()) {
401 if (!this.isCanceled() && !this.willClose()) {
404 return this.isCanceled();
525 public boolean isCanceled();
HostInfo.java 391 public boolean isCanceled() {
392 return this._state.isCanceled();
ServiceInfoImpl.java     [all...]
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
Call.java 134 public boolean isCanceled() {
  /frameworks/base/core/java/android/content/
AbstractThreadedSyncAdapter.java 322 if (isCanceled()) {
362 if (!isCanceled()) {
377 private boolean isCanceled() {
  /external/skia/src/pathops/
SkOpSpan.h 477 bool isCanceled() const {
  /external/skqp/src/pathops/
SkOpSpan.h 477 bool isCanceled() const {
  /external/volley/src/main/java/com/android/volley/
Request.java 351 public boolean isCanceled() {
  /frameworks/av/media/mtp/
MtpServer.cpp     [all...]
  /packages/apps/DocumentsUI/src/com/android/documentsui/services/
Job.java 144 if (isCanceled()) {
154 if (result && !isCanceled()) {
226 final boolean isCanceled() {
  /tools/tradefederation/core/src/com/android/tradefed/command/remote/
RemoteManager.java 520 public boolean isCanceled() {
  /frameworks/base/core/java/android/view/animation/
Animation.java 885 final boolean expired = normalizedTime >= 1.0f || isCanceled();
910 if (mRepeatCount == mRepeated || isCanceled()) {
940 private boolean isCanceled() {
    [all...]
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.concurrent_1.1.0.v20130327-1442.jar 
  /frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
RemotePrintDocument.java 134 } else if (mCurrentCommand.isCanceled()) {
452 || mCurrentCommand.isCanceled())) {
590 public final boolean isCanceled() {
    [all...]
  /frameworks/base/services/core/java/com/android/server/notification/
NotificationRecord.java 104 boolean isCanceled;
    [all...]

Completed in 550 milliseconds

1 2 3 4 5 6 7 8 91011>>