/frameworks/base/docs/html/sdk/api_diff/8/changes/ |
android.view.animation.Animation.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/view/animation/Animation.html#cancel()" target="_top"><code>cancel</code></A>()</nobr>
|
/frameworks/base/include/camera/ |
CameraHardwareInterface.h | 176 * this function will cancel it. Whether the auto-focus is in progress 188 * Cancel a picture that was started with takePicture. Calling this
|
/packages/apps/Contacts/src/com/android/contacts/ |
ImportVCardActivity.java | 437 public void cancel() { method in class:ImportVCardActivity.VCardReadThread 440 mVCardParser.cancel(); 445 cancel(); method 683 .setNegativeButton(android.R.string.cancel, mCancelListener); 704 .setNegativeButton(android.R.string.cancel, mCancelListener); [all...] |
ExportVCardActivity.java | 218 public void cancel() { method in class:ExportVCardActivity.ActualExportThread 223 cancel(); method 331 mActualExportThread.cancel(); 430 .setNegativeButton(android.R.string.cancel, mCancelListener) 450 mActualExportThread.cancel();
|
/packages/apps/Gallery3D/res/values/ |
strings.xml | 85 <string name="cancel">Cancel</string>
|
/packages/apps/Phone/res/layout/ |
otacall_card.xml | 4 (2) Activate/Cancel buttons specific to the OTA Activate screen 114 <!-- (2) Activate/cancel buttons -->
|
/packages/apps/Phone/src/com/android/phone/ |
AccelerometerListener.java | 94 // Cancel any pending messages. 95 // We will either start a new timer or cancel alltogether
|
/packages/apps/Settings/res/layout/ |
twelve_key_entry.xml | 168 <Button android:id="@+id/cancel" 176 android:text="@android:string/cancel"
|
/packages/apps/Settings/src/com/android/settings/wifi/ |
WifiAPITest.java | 117 alert.setNegativeButton("Cancel", new DialogInterface.OnClickListener() { 137 alert.setNegativeButton("Cancel", new DialogInterface.OnClickListener() {
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
RemoteAndroidTestRunner.java | 212 public void cancel() { method in class:RemoteAndroidTestRunner 214 mParser.cancel();
|
/external/opencore/doc/oscl_html/ |
classOsclTCPSocket.html | 221 Cancel Accept 223 This method will cancel any pending Accept operation on the current socket, causing the Accept to complete with error EPVSocketCancel. If there is no pending Accept operation, this method will have no effect. </td> 251 Cancel Bind 253 This method will cancel any pending BindAsync operation on the current socket, causing the BindAsync to complete with error EPVSocketCancel. If there is no pending BindAsync operation, this method will have no effect. </td> 281 Cancel Connect 283 This method will cancel any pending Connect operation on the current socket, causing the Connect to complete with error EPVSocketCancel. If there is no pending Connect operation, this method will have no effect. </td> 311 Cancel Async Listen 313 This method will cancel any pending ListenAsync operation on the current socket, causing the Listen to complete with error EPVSocketCancel. If there is no pending Listen operation, this method will have no effect. </td> 341 Cancel Recv 343 This method will cancel any pending Recv operation on the current socket, causing the Recv to complete with error EPVSocke (…) [all...] |
classOsclTimer.html | 27 <tr><td nowrap align=right valign=top>void </td><td valign=bottom><a class="el" href="classOsclTimer.html#a6">Cancel</a> (int32 timerID, int32 timeoutInfo=-1)</td></tr> 151 <a name="a6" doxytag="OsclTimer::Cancel"></a><p> 161 <td class="md" nowrap valign="top"> void OsclTimer< Alloc >::Cancel </td> 190 Cancel a timer<dl compact><dt><b>Parameters: </b></dt><dd> 193 used to identify the timer to cancel. </td></tr> 195 if not set to -1, this value will be used as additional matching criteria to cancel a timer. </td></tr> 229 Cancel all pending timers. </td>
|
classOsclTimerObject.html | 46 <tr><td nowrap align=right valign=top>OSCL_IMPORT_REF void </td><td valign=bottom><a class="el" href="classOsclTimerObject.html#a8">Cancel</a> ()</td></tr> 197 <a name="a8" doxytag="OsclTimerObject::Cancel"></a><p> 203 <td class="md" nowrap valign="top"> OSCL_IMPORT_REF void OsclTimerObject::Cancel </td> 222 Cancel any active request. If the request is pending, this will call the DoCancel routine, wait for the request to cancel, then set the request idle. The AO will not run. If the request is not active, it does nothing. Request must be canceled from the same thread in which it is scheduled. 252 Cancel request handler. This gets called by scheduler when the request is cancelled. The default routine will cancel the timer. If any additional action is needed, the derived class may override this. If the derived class does override this, it should explicitly call <a class="el" href="classOsclTimerObject.html#b0">OsclTimerObject::DoCancel</a> in its own DoCancel routine.
|
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ExecutorService.java | 31 * can be used to cancel execution and/or wait for completion. 80 * calling <tt>shutdownNow</tt>, if necessary, to cancel any lingering tasks: 88 * pool.shutdownNow(); // Cancel currently executing tasks 94 * // (Re-)Cancel if current thread also interrupted 144 * implementations will cancel via {@link Thread#interrupt}, so any
|
/dalvik/libcore/luni/src/main/java/java/util/ |
Timer.java | 25 * being a daemon thread. By calling {@code cancel} you can terminate a 172 * True if the method cancel() of the Timer was called or the !!!stop() 310 public synchronized void cancel() { method in class:Timer.TimerImpl 406 public void cancel() { method in class:Timer 407 impl.cancel();
|
/external/opencore/engines/player/test/src/ |
test_pv_player_engine_testset5.h | 440 * A test case to test cancel of invalid 3GPP download during init 465 iTestCaseName = _STRLIT_CHAR("3GPP Download Cancel During Init"); 504 * A test case to test cancel of invalid 3GPP download during init. Cancel request is delayed 530 iTestCaseName = _STRLIT_CHAR("3GPP Download Cancel During Init - delayed");
|
/frameworks/base/core/java/android/app/ |
AlarmManager.java | 128 * @see #cancel 152 * repeating until explicitly removed with {@link #cancel}. If the time 181 * @see #cancel 242 * @see #cancel 274 public void cancel(PendingIntent operation) { method in class:AlarmManager
|
/frameworks/base/core/java/android/content/ |
SyncManager.java | 75 * cancel it and add it back to the end of the sync queue. In milliseconds. 204 // cancel it 210 null /* no result since this is a cancel */); 728 * Cancel the active sync if it matches the authority and account. 735 // if an authority was specified then only cancel the sync if it matches 741 // if an account was specified then only cancel the sync if it matches 748 null /* no result since this is a cancel */); 759 // reschedule the current operation and send a cancel for it [all...] |
/frameworks/base/core/java/android/webkit/ |
HTML5VideoViewProxy.java | 130 mTimer.cancel(); 350 // Cancel the download if active and release the queue. Called on WebCore thread. 353 mRequestHandle.cancel(); 549 // Cancel any active poster download. 566 // Cancel any active poster download.
|
/packages/apps/Bluetooth/res/values/ |
strings.xml | 53 <!-- Label for a cancel button. --> 54 <string name="bt_enable_cancel">Cancel</string> 63 <!-- Label for a cancel button. --> 108 <!-- Label for a cancel button. --> 145 <!-- Label for a cancel button.-->
|
/dalvik/libcore/sql/src/test/java/tests/sql/ |
StatementTest.java | [all...] |
/external/opencore/nodes/pvsocketnode/src/ |
pvmf_socket_node.cpp | 343 Cancel(); [all...] |
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/ |
ScheduledExecutorTest.java | 103 h.cancel(true); 126 h.cancel(true); 143 h.cancel(true); 165 h.cancel(true); 532 if (tasks[4].cancel(true)) --max; 533 if (tasks[3].cancel(true)) --max; 666 assertTrue(task.cancel(true)); [all...] |
/external/e2fsprogs/e2fsck/ |
revoke.c | 33 * cancel the revoke before the transaction commits. 37 * need either to cancel the journal entry or to write the revoke 264 * metadata writes of the buffer in this transaction cancel the 325 * cancel. */ 359 * Cancel an outstanding revoke. For use only internally by the 369 * the second time we would still have a pending revoke to cancel. So, 386 * only perform the full cancel if the revoke bit is set. If
|
/external/opencore/nodes/pvprotocolenginenode/protocol_common/src/ |
pvmf_protocol_engine_node_common.cpp | 229 // cancel all the existing timers 874 OSCL_EXPORT_REF void PVMFProtocolEngineNodeTimer::cancel(const uint32 aTimerID) function in class:PVMFProtocolEngineNodeTimer 879 // find this timer and cancel it 880 iWatchdogTimer->Cancel(aTimerID); 888 iWatchdogTimer->Cancel(iTimerVec[i].iTimerID); 898 iWatchdogTimer->Cancel(iTimerVec[i].iTimerID); 913 iWatchdogTimer->Cancel(iTimerVec[index].iTimerID);
|