Searched defs:isCanceled (Results 1 - 9 of 9) sorted by relevance

/frameworks/base/tools/preload2/src/com/android/preload/ui/
H A DNullProgressMonitor.java27 public boolean isCanceled() { method in class:NullProgressMonitor
/frameworks/support/compat/java/android/support/v4/os/
H A DCancellationSignal.java43 public boolean isCanceled() { method in class:CancellationSignal
55 if (isCanceled()) {
/frameworks/base/core/java/android/os/
H A DCancellationSignal.java41 public boolean isCanceled() { method in class:CancellationSignal
53 if (isCanceled()) {
/frameworks/base/core/java/android/content/
H A DAbstractThreadedSyncAdapter.java267 if (isCanceled()) {
287 if (!isCanceled()) {
298 private boolean isCanceled() { method in class:AbstractThreadedSyncAdapter.SyncThread
/frameworks/av/media/mtp/
H A DMtpServer.cpp1017 bool isCanceled = false; local
1070 isCanceled = true;
1080 if (isCanceled)
1254 bool isCanceled = false; local
1269 isCanceled = true;
1274 if (isCanceled)
/frameworks/base/core/java/android/view/animation/
H A DAnimation.java858 final boolean expired = normalizedTime >= 1.0f || isCanceled();
883 if (mRepeatCount == mRepeated || isCanceled()) {
913 private boolean isCanceled() { method in class:Animation
/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecord.java83 boolean isCanceled; field in class:NotificationRecord
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/model/
H A DRemotePrintDocument.java134 } else if (mCurrentCommand.isCanceled()) {
447 || mCurrentCommand.isCanceled())) {
582 public final boolean isCanceled() { method in class:RemotePrintDocument.AsyncCommand
/frameworks/base/core/java/android/view/
H A DKeyEvent.java2371 public final boolean isCanceled() { method in class:KeyEvent

Completed in 5325 milliseconds