Home
last modified time | relevance | path

Searched refs:cancelled (Results 1 – 14 of 14) sorted by relevance

/frameworks/base/core/java/android/webkit/
DSslErrorHandlerImpl.java141 if (!loader.cancelled()) { in handleSslErrorRequest()
166 if (!loader.cancelled()) { in checkSslPrefTable()
191 if (loader.cancelled()) { in processNextLoader()
255 if (!loader.cancelled()) { in handleSslErrorResponse()
DStreamLoader.java113 while (!sendData() && !mLoadListener.cancelled()); in load()
124 if (mLoadListener.cancelled()) { in handleMessage()
DLoadListener.java298 public boolean cancelled() { in cancelled() method in LoadListener
/frameworks/support/v4/java/android/support/v4/content/
DAsyncTaskLoader.java157 boolean cancelled = mTask.cancel(false); in cancelLoad()
158 if (DEBUG) Log.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad()
159 if (cancelled) { in cancelLoad()
163 return cancelled; in cancelLoad()
/frameworks/base/core/java/android/content/
DAsyncTaskLoader.java172 boolean cancelled = mTask.cancel(false); in cancelLoad()
173 if (DEBUG) Slog.v(TAG, "cancelLoad: cancelled=" + cancelled); in cancelLoad()
174 if (cancelled) { in cancelLoad()
178 return cancelled; in cancelLoad()
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DWebViewEventSender.java273 if (tp.cancelled()) { in touchCancel()
393 public boolean cancelled() { return mCancelled; } in cancelled() method in WebViewEventSender.TouchPoint
/frameworks/base/docs/html/guide/topics/ui/
Ddialogs.jd181 <p>However, note that dialogs can also be "cancelled." This is a special case that indicates
182 the dialog was explicitly cancelled by the user. This will occur if the user presses the
184 (perhaps from a "Cancel" button in the dialog). When a dialog is cancelled,
186 was explicitly cancelled (and not dismissed normally), then you should register
/frameworks/base/docs/html/guide/appendix/
Dinstall-location.jd141 <dd>Your alarms registered with {@link android.app.AlarmManager} will be cancelled. You must
/frameworks/base/docs/html/guide/topics/media/
Dcamera.jd311 // User cancelled the image capture
323 // User cancelled the video capture
/frameworks/base/docs/html/guide/topics/ui/notifiers/
Dnotifications.jd254 or the notification is cancelled, add {@link android.app.Notification#FLAG_INSISTENT} to the
/frameworks/base/docs/html/guide/topics/graphics/
Dprop-animation.jd528 onAnimationCancel()} - Called when the animation is canceled. A cancelled animation
/frameworks/base/docs/html/resources/faq/
Dcommontasks.jd231 myMessageboxFunction("Fight cancelled");
/frameworks/base/docs/html/guide/topics/appwidgets/
Dindex.jd684 cancelled and the
/frameworks/base/tests/DumpRenderTree/assets/results/
Dlayout_tests_failed.txt867 /sdcard/android/layout_tests/http/tests/xmlhttprequest/frame-load-cancelled-abort.html