HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 26 - 50 of 1366) sorted by null

12 3 4 5 6 7 8 91011>>

  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressDialog.java 57 /** Cancel button says "Cancel" and is enabled. Waiting for user to cancel. */
59 /** Cancel button has been clicked. Waiting for thread to finish. */
148 mCancelButton.setText("Cancel");
158 SWT.BORDER | SWT.READ_ONLY | SWT.WRAP | SWT.H_SCROLL | SWT.V_SCROLL | SWT.CANCEL | SWT.MULTI);
172 * Sets the mode to cancel pending.
173 * The first time this grays the cancel button, to let the user know that the
174 * cancel operation is pending.
179 // and lock on the cancel button mode.
    [all...]
  /cts/tools/host/src/com/android/cts/
HostTimer.java 127 mTimer.cancel();
143 * Cancel the timer. To keep the status info, call this
144 * cancel in stead of the one inherited from parent.
149 public void cancel(boolean timeout) { method in class:HostTimer
151 mTimer.cancel();
  /external/opencore/nodes/streaming/jitterbuffernode/jitterbuffer/common/src/
pvmf_jb_session_duration_timer.cpp 107 OsclTimerObject::Cancel();
120 PVMFStatus PvmfJBSessionDurationTimer::Cancel()
122 PVMF_JB_LOGINFO((0, "PvmfJBSessionDurationTimer::Cancel"));
123 PVMF_JB_LOGCLOCK_SESSION_DURATION((0, "PvmfJBSessionDurationTimer::Cancel"));
138 PVMF_JB_LOGCLOCK_SESSION_DURATION((0, "PvmfJBSessionDurationTimer::Cancel - EstimatedServClockValAtLastCancel = %d", iEstimatedServClockValAtLastCancel));
141 OsclTimerObject::Cancel();
160 this->Cancel();
  /cts/tests/res/layout/
using_views_layout.xml 36 android:id="@+id/cancel"
48 android:layout_toLeftOf="@id/cancel"
49 android:layout_alignTop="@id/cancel"
  /cts/tests/tests/os/src/android/os/cts/
VibratorTest.java 41 notes = "Test cancel()",
42 method = "cancel",
53 mVibrator.cancel();
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/spi/
AbstractSelectionKeyTest.java 59 * @tests AbstractSelectionKey#cancel
64 method = "cancel",
70 testKey.cancel();
  /packages/apps/PackageInstaller/res/layout/
uninstall_confirm.xml 20 application is about to be uninstalled. Includes ok and cancel buttons
58 <!-- OK confirm and cancel buttons. -->
77 android:text="@string/cancel"
  /packages/apps/QuickSearchBox/tests/src/com/android/quicksearchbox/util/
PerNameExecutorTest.java 70 mExecutor.cancelPendingTasks(); // cancel a2
71 assertRanOnce("step 1, after cancel", a1, b1);
72 assertRanNever("step 1, after cancel", a2);
  /cts/tests/assets/webkit/
jsconfirm.html 26 document.title = "Cancel";
  /cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java 61 method = "cancel",
80 method = "cancel",
84 @ToBeFixed(bug = "1716929", explanation = "NotificationManager#cancel(int) find a way "
89 mNotificationManager.cancel(id);
PendingIntentTest.java 125 mPendingIntent.cancel();
167 mPendingIntent.cancel();
196 mPendingIntent.cancel();
209 method = "cancel",
220 mPendingIntent.cancel();
254 mPendingIntent.cancel();
292 mPendingIntent.cancel();
315 mPendingIntent.cancel();
325 mPendingIntent.cancel();
352 mPendingIntent.cancel();
    [all...]
  /external/guava/src/com/google/common/util/concurrent/
AbstractCheckedFuture.java 63 cancel(true);
80 cancel(true);
91 public boolean cancel(boolean mayInterruptIfRunning) { method in class:AbstractCheckedFuture
92 return delegate.cancel(mayInterruptIfRunning);
ForwardingFuture.java 42 public boolean cancel(boolean mayInterruptIfRunning) { method in class:ForwardingFuture
43 return delegate().cancel(mayInterruptIfRunning);
  /external/opencore/oscl/oscl/osclio/src/
oscl_socket_method.h 58 Cancel();
124 Cancel();
184 //cancel the timeout if any
186 //cancel the request to the socket server.
  /external/srec/config/en.us/grammars/
phone_type_choice.grxml 14 <item>cancel <tag>MEANING='X'</tag></item>
  /frameworks/base/telephony/java/com/android/internal/telephony/
IExtendedNetworkService.aidl 28 * This should be called when user cancel a pre-dialed MMI command.
  /dalvik/libcore/nio/src/test/java/org/apache/harmony/nio/tests/java/nio/channels/
SelectionKeyTest.java 70 selectionKey.cancel();
84 public void cancel() { method in class:SelectionKeyTest.MockSelectionKey
166 selectionKey.cancel();
216 selectionKey.cancel();
248 selectionKey.cancel();
350 key.cancel();
360 * @tests java.nio.channels.SelectionKey#cancel()
365 method = "cancel",
369 selectionKey.cancel();
440 selectionKey.cancel();
    [all...]
  /dalvik/libcore/nio/src/main/java/java/nio/channels/spi/
AbstractSelectionKey.java 58 public final void cancel() { method in class:AbstractSelectionKey
61 ((AbstractSelector) selector()).cancel(this);
  /external/sonivox/jet_tools/JetCreator/
JetCreatorhlp.dat 6 cancel =
35 cancel =
50 cancel = Cancels any changes and exits the segment window.
75 cancel =
85 cancel =
97 cancel =
112 cancel =
115 cancel =
  /frameworks/base/core/java/android/app/
IActivityController.aidl 31 * it to be started as normal, or false to cancel/reject this activity.
37 * it to be resumed as normal, or false to cancel/reject this activity.
  /frameworks/base/core/java/android/webkit/
JsResult.java 24 // Tells us if the user tried to confirm or cancel the result before WebCore
40 public final void cancel() { method in class:JsResult
  /packages/apps/Music/res/layout-finger/
confirm_delete.xml 43 <Button android:id="@+id/cancel"
45 android:text="@string/cancel"
  /packages/apps/Music/res/layout-keysexposed/
create_playlist.xml 51 <Button android:id="@+id/cancel"
53 android:text="@string/cancel"
  /packages/apps/Email/src/org/apache/commons/io/
DirectoryWalker.java 43 * <li><a href="#cancel">3. Cancellation</a> - how to implement cancellation
151 * <a name="cancel"></a>
154 * The DirectoryWalker contains some of the logic required for cancel processing.
163 * a place for custom cancel processing.</li>
168 * <li>The decision logic on whether to cancel processing or not.</li>
170 * <li>Custom cancel processing in the <code>handleCancelled()</code> method.
187 * This example provides a public <code>cancel()</code> method that can be
189 * would be a cancel button on a GUI. Calling this method sets a
202 * public void cancel() {
210 * protected void handleCancelled(File startDirectory, Collection results, CancelException cancel) {
    [all...]
  /external/opencore/codecs_v2/standalone_headerfiles/
arbt_base.h 179 * Cancel any active request.
181 * routine, wait for the request to cancel, then set the
187 OSCL_IMPORT_REF void Cancel();
203 * Cancel request handler.
308 * Cancel any active request.
310 * routine, wait for the request to cancel, then set the
316 OSCL_IMPORT_REF void Cancel();
331 * Cancel request handler.
333 * is cancelled. The default routine will cancel

Completed in 695 milliseconds

12 3 4 5 6 7 8 91011>>