/packages/apps/Stk/src/com/android/stk/ |
ToneDialog.java | 105 mVibrator.cancel();
|
/packages/inputmethods/LatinIME/java/res/layout/ |
recognition_status.xml | 87 android:text="@string/cancel"
|
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/ |
IRemoteAndroidTestRunner.java | 128 public void cancel(); method in interface:IRemoteAndroidTestRunner
|
/sdk/dumpeventlog/src/com/android/dumpeventlog/ |
DumpEventLog.java | 53 mReceiver.cancel();
|
/sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/ |
ITaskMonitor.java | 73 * Returns true if the user requested to cancel the operation.
|
/development/samples/ApiDemos/src/com/example/android/apis/app/ |
ForegroundService.java | 109 // Fall back on the old API. Note to cancel BEFORE changing the 111 mNM.cancel(id);
|
/external/opencore/protocols/systems/3g-324m_pvterminal/h324/tsc/src/ |
tscsrpbuffer.cpp | 281 // Cancel the timer 282 iTimer->Cancel(PV_TSC_SRP_BUFFER_TIMER_ID);
|
/external/proguard/src/proguard/gui/ |
FilterDialog.java | 39 * Return value if the dialog is canceled (with the Cancel button or by 161 JButton cancelButton = new JButton(msg("cancel"));
|
/external/webkit/WebKit/mac/Plugins/Hosted/ |
HostedNetscapePluginStream.mm | 228 m_loader->cancel(m_loader->cancelledError()); 249 m_loader->cancel(error);
|
/external/webkit/WebKit/win/Interfaces/ |
IWebUIDelegate.idl | 167 @method cancel 169 - (void)cancel; 171 HRESULT cancel(); 417 @result YES if the user hit OK, no if the user chose Cancel. 420 "Cancel". 434 "Cancel", and an area to type text. 445 @result YES if the user hit OK, NO if the user chose Cancel. 448 two buttons, e.g. "OK" and "Cancel". [all...] |
/frameworks/base/docs/html/sdk/api_diff/5/changes/ |
android.app.NotificationManager.html | 87 <nobr><code>void</code> <A HREF="../../../../reference/android/app/NotificationManager.html#cancel(java.lang.String, int)" target="_top"><code>cancel</code></A>(<code>String,</nobr> int<nobr><nobr></code>)</nobr>
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
ServiceStateTracker.java | 281 /** Cancel a pending (if any) pollState() operation */ 283 // This will effectively cancel the rest of the poll requests.
|
/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/ |
ReliabilityTestActivity.java | 217 // cancel http auth request 218 handler.cancel();
|
WebViewEventSender.java | 267 tp.cancel(); 351 public void cancel() { mCancelled = true; } method in class:WebViewEventSender.TouchPoint
|
/packages/apps/AlarmClock/src/com/android/alarmclock/ |
AlarmAlertFullScreen.java | 204 // Cancel the notification and stop playing the alarm 206 nm.cancel(mAlarm.id);
|
AlarmKlaxon.java | 220 mVibrator.cancel(); 270 mVibrator.cancel();
|
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ShowOrCreateActivity.java | 87 // Create handler if doesn't exist, otherwise cancel any running 218 .setNegativeButton(android.R.string.cancel,
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
AlarmAlertFullScreen.java | 208 // Cancel the notification and stop playing the alarm 210 nm.cancel(mAlarm.id);
|
AlarmKlaxon.java | 220 mVibrator.cancel(); 273 mVibrator.cancel();
|
/packages/apps/Gallery/src/com/android/camera/ |
ImageGetter.java | 89 // True if we want to cancel the current loading. 269 // Cancel the previous request.
|
/packages/apps/IM/src/com/android/im/service/ |
StatusBarNotifier.java | 115 mNotificationManager.cancel(info.computeNotificationId()); 135 mNotificationManager.cancel(info.computeNotificationId());
|
/packages/apps/Phone/src/com/android/phone/ |
Ringer.java | 216 // Also immediately cancel any vibration in progress. 217 mVibrator.cancel();
|
/packages/inputmethods/PinyinIME/jni/include/ |
pinyinime.h | 166 * Cancel the last selection, or revert the last operation of im_choose(). 180 * Cancel the input state and reset the search workspace.
|
/external/guava/src/com/google/common/util/concurrent/ |
Futures.java | 58 public boolean cancel(boolean mayInterruptIfRunning) { 59 return future.cancel(mayInterruptIfRunning); 394 public boolean cancel(boolean mayInterruptIfRunning) { 395 return future.cancel(mayInterruptIfRunning); 441 // Cancel this future and return. 442 cancel();
|
/external/opencore/engines/adapters/player/framemetadatautility/src/ |
pv_frame_metadata_utility.cpp | 65 Cancel(); 505 // Cancel any pending timers 638 // Check if a cancel command on player engine completed 642 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVFrameAndMetadataUtility::CommandCompleted() Player engine cancel command completed")); 662 PVLOGGER_LOGMSG(PVLOGMSG_INST_LLDBG, iLogger, PVLOGMSG_STACK_TRACE, (0, "PVFrameAndMetadataUtility::CommandCompleted() Player command completion ignored due to cancel process")); 851 // Cancel the timeout timer 852 iTimeoutTimer->Cancel(PVFMUTIL_TIMERID_PLAYERERRORTIMEOUT); [all...] |