/frameworks/base/core/java/android/speech/ |
RecognitionService.java | 127 if (DBG) Log.d(TAG, "cancel called with no preceding startListening - ignoring"); 129 Log.w(TAG, "cancel called by client who did not call startListening - ignoring"); 184 * Notifies the service that it should cancel the speech recognition. 331 public void cancel(IRecognitionListener listener) { method in class:RecognitionService.RecognitionServiceBinder 332 if (DBG) Log.d(TAG, "cancel called by:" + listener.asBinder());
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
PackageInstallerActivity.java | 122 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { 135 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { 176 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { 206 .setNegativeButton(R.string.cancel, new DialogInterface.OnClickListener() { 360 // Cancel and finish
|
/frameworks/base/core/java/android/os/ |
AsyncTask.java | 126 * <p>A task can be cancelled at any time by invoking {@link #cancel(boolean)}. Invoking 370 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and 380 * @see #cancel(boolean) 393 * <p>Runs on the UI thread after {@link #cancel(boolean)} is invoked and 397 * @see #cancel(boolean) 405 * normally. If you are calling {@link #cancel(boolean)} on the task, 411 * @see #cancel(boolean) 418 * <p>Attempts to cancel execution of this task. This attempt will 421 * and this task has not started when <tt>cancel</tt> is called, 446 public final boolean cancel(boolean mayInterruptIfRunning) method in class:AsyncTask [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
ViewAnimatorTest.java | 129 final View v2 = mActivity.findViewById(R.id.cancel); 191 final View v2 = mActivity.findViewById(R.id.cancel); 237 final View v2 = mActivity.findViewById(R.id.cancel); 270 final View v2 = mActivity.findViewById(R.id.cancel); 301 final View v2 = mActivity.findViewById(R.id.cancel); 376 final View v2 = mActivity.findViewById(R.id.cancel); 465 final View v2 = mActivity.findViewById(R.id.cancel);
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
AlertDialogSamples.java | 93 /* User clicked Cancel so do some stuff */ 143 /* User clicked Cancel so do some stuff */ 167 /* User clicked Cancel so do some stuff */ 297 /* User clicked cancel so do some stuff */ 316 /* Display a text message with yes/no buttons and handle each message as well as the cancel action */ 324 /* Display a long text message with yes/no buttons and handle each message as well as the cancel action */ 333 /* Display an ultra long text message with yes/no buttons and handle each message as well as the cancel action */
|
/external/chromium/base/files/ |
file_path_watcher_mac.cc | 60 virtual void Cancel() OVERRIDE; 355 Cancel(); 402 Cancel(); 446 // Calling Cancel() here to close any file descriptors that were opened. 450 Cancel(); 458 void FilePathWatcherImpl::Cancel() { 466 NewRunnableMethod(this, &FilePathWatcherImpl::Cancel));
|
/external/chromium/chrome/browser/safe_browsing/ |
safe_browsing_blocking_page_unittest.cc | 75 CANCEL 99 user_response_ = CANCEL; 195 EXPECT_EQ(CANCEL, user_response()); 256 EXPECT_EQ(CANCEL, user_response()); 327 EXPECT_EQ(CANCEL, user_response()); 382 EXPECT_EQ(CANCEL, user_response()); 546 EXPECT_EQ(CANCEL, user_response());
|
/external/chromium/chrome/browser/ui/cocoa/bookmarks/ |
bookmark_editor_controller_unittest.mm | 52 [controller_ cancel:nil]; 113 [controller_ cancel:nil]; 127 [controller_ cancel:nil]; 162 [controller_ cancel:nil]; 202 [controller_ cancel:nil]; 347 [controller_ cancel:nil]; 397 [controller_ cancel:nil];
|
bookmark_editor_base_controller.h | 70 // The cancel action will dismiss the dialog. Derived classes which 71 // override cancel:, must call this after accessing any dialog-related 73 - (IBAction)cancel:(id)sender;
|
/packages/apps/Nfc/src/com/android/nfc/ |
SendUi.java | 274 mSlowSendAnimator.cancel(); 336 // Immediately set to false, to prevent .cancel() calls 339 mPreAnimator.cancel(); 340 mSlowSendAnimator.cancel(); 341 mFastCloneAnimator.cancel(); 342 mSuccessAnimatorSet.cancel(); 343 mScaleUpAnimator.cancel();
|
/frameworks/base/core/java/android/app/ |
Dialog.java | 110 private static final int CANCEL = 0x44; 589 cancel(); method 614 * The default implementation will cancel the dialog when a touch 619 cancel(); method 1100 public void cancel() { method in class:Dialog [all...] |
/external/nist-sip/java/gov/nist/javax/sip/ |
DialogFilter.java | 697 } else if (sipRequest.getMethod().equals(Request.CANCEL)) { 703 "Got a CANCEL, InviteServerTx = " + st + " cancel Server Tx ID = " 708 // Processing incoming CANCEL. 709 // Check if we can process the CANCEL request. 710 if (sipRequest.getMethod().equals(Request.CANCEL)) { 711 // If the CANCEL comes in too late, there's not 716 // too late to cancel the transaction then 717 // just respond OK to the CANCEL and bail. 719 sipStack.getStackLogger().logDebug("Too late to cancel Transaction") [all...] |
/frameworks/base/core/java/android/animation/ |
LayoutTransition.java | 679 // If there's an animation running on this view already, cancel it 682 currentAnimation.cancel(); 685 // Cache the animation in case we need to cancel it later 866 public void cancel() { method in class:LayoutTransition 901 public void cancel(int transitionType) { method in class:LayoutTransition [all...] |
/external/nist-sip/java/gov/nist/javax/sip/stack/ |
SIPServerTransaction.java | 264 this.cancel(); 276 this.cancel(); 370 this.cancel(); 592 if (method.equals(Request.CANCEL)) { 593 // Cancel is handled as a special case because it 595 // that it is trying to cancel. 596 transactionMatches = this.getMethod().equals(Request.CANCEL) 619 // a CANCEL request, which is not deemed 633 // Issue #96: special case handling for a CANCEL request - 635 // be CANCEL for it to have a chance at matching [all...] |
/frameworks/base/core/java/android/webkit/ |
CallbackProxy.java | 522 res.cancel(); 541 res.cancel(); 558 res.cancel(); 572 .setNegativeButton(R.string.cancel, 577 res.cancel(); 583 res.cancel(); 603 res.cancel(); 628 .setNegativeButton(R.string.cancel, 633 res.cancel(); 640 res.cancel(); [all...] |
LoadListener.java | 841 * are null, cancel the request. 979 cancel(); method 1228 public void cancel() { method in class:LoadListener 1286 cancel(); method 1563 cancel(); method [all...] |
/libcore/luni/src/main/java/java/util/concurrent/ |
Exchanger.java | 237 private static final Object CANCEL = new Object(); 251 * of the use of non-V CANCEL sentinels. 306 * @return the other thread's item, or CANCEL if interrupted or timed out 333 if (v != CANCEL) 405 * Tries to cancel a wait for the given node waiting in the given 414 if (!node.compareAndSet(null, CANCEL)) 430 * @return on success, the hole; on failure, CANCEL 460 * @return on success, the hole; on failure, CANCEL 487 * @return on success, the hole; on failure, CANCEL 530 * @return another thread's item, or CANCEL [all...] |
/external/chromium/chrome/browser/importer/ |
toolbar_importer.cc | 75 // The public cancel method serves two functions, as a callback from the UI as 76 // well as an internal callback in case of cancel. An internal callback is 79 void Toolbar5Importer::Cancel() { 80 // In the case when the thread is not importing messages we are to cancel as 82 Importer::Cancel(); 91 NewRunnableMethod(this, &Toolbar5Importer::Cancel));
|
/external/chromium/net/base/ |
cert_verifier.cc | 97 void Cancel() { 146 // Cancel is called from the origin loop when the CertVerifier is getting 148 void Cancel() { 191 // CertVerifier is deleted, it will call Cancel on us. If it does so 242 worker_->Cancel(); 371 request->Cancel();
|
/external/chromium/net/proxy/ |
multi_threaded_proxy_resolver.cc | 122 void Cancel() { 126 // Returns true if Cancel() has been called. 348 // Cancel any outstanding job. 350 outstanding_job_->Cancel(); 392 // We will cancel all outstanding requests. 449 job->Cancel();
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/suid/ |
SuidFilesActivity.java | 83 .setNegativeButton(android.R.string.cancel, new DialogInterface.OnClickListener() { 107 mFindSuidFilesTask.cancel(true); 147 mFindSuidFilesTask.cancel(true);
|
/external/chromium/chrome/browser/autocomplete/ |
autocomplete_popup_model.cc | 69 // Cancel the query so the matches don't change on the user. 77 // Track the user's selection until they cancel it. 200 // Cancel the query so the matches don't change on the user.
|
/external/chromium/chrome/browser/debugger/ |
devtools_sanity_unittest.cc | 146 void cancel() { function in class:__anon2671::CancelableQuitTask 196 delayed_quit->cancel(); 228 delayed_quit->cancel();
|
/external/chromium/chrome/browser/ |
pdf_unsupported_feature.cc | 75 virtual bool Cancel() { 193 "cancel", 281 virtual bool Cancel() {
|
/external/chromium/chrome/browser/renderer_host/ |
safe_browsing_resource_handler.cc | 150 timer_.Stop(); // Cancel the timeout timer. 288 // use it to cancel the request. 309 // use it to cancel the request.
|