HomeSort by relevance Sort by last modified time
    Searched full:cancel (Results 726 - 750 of 5382) sorted by null

<<21222324252627282930>>

  /packages/experimental/NotificationShowcase/src/com/android/example/notificationshowcase/
PhoneService.java 65 noMa.cancel(NotificationService.NOTIFICATION_ID + id);
  /packages/inputmethods/LatinIME/java/res/layout/
user_dictionary_add_word.xml 75 android:text="@string/cancel"
  /packages/providers/CalendarProvider/res/layout/
dialog_activity.xml 65 android:id="@+id/cancel"
  /packages/providers/ContactsProvider/res/layout/
contact_dump_activity.xml 65 android:id="@+id/cancel"
  /packages/services/Telecomm/src/com/android/server/telecom/settings/
BlockNumberTaskFragment.java 86 mTask.cancel(true /* mayInterruptIfRunning */);
  /pdk/apps/TestingCamera/res/values/
strings.xml 51 <string name="cancel_autofocus">Cancel Autofocus</string>
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
dlm.h 54 * -DLM_ECANCEL if a cancel completed successfully
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
dlm.h 52 * -DLM_ECANCEL if a cancel completed successfully
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
icmui.dlg 37 PUSHBUTTON "Cancel",IDCANCEL,219,171,60,14
  /prebuilts/sdk/current/support/v17/preference-leanback/res/values/
styles.xml 58 <item name="android:negativeButtonText">@android:string/cancel</item>
  /prebuilts/sdk/current/support/v7/preference/res/values/
styles.xml 57 <item name="android:negativeButtonText">@android:string/cancel</item>
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceTask.java 51 public void cancel() { method in class:SystraceTask
  /system/connectivity/shill/
dns_client.h 73 // Aborts any running DNS client transaction. This will cancel any callback
dns_server_tester.cc 93 start_attempt_.Cancel();
  /system/update_engine/
binder_service_android.h 69 android::binder::Status cancel() override;
  /system/weaved/buffet/
binder_command_proxy.h 48 android::binder::Status cancel() override;
  /frameworks/base/core/java/android/app/
Dialog.java 124 private static final int CANCEL = 0x44;
630 cancel(); method
655 * The default implementation will cancel the dialog when a touch
660 cancel(); method
1207 public void cancel() { method in class:Dialog
    [all...]
NotificationManager.java 76 * to the {@link #cancel(int)} or {@link #cancel(String, int)} method to clear
330 * Cancel a previously shown notification. If it's transient, the view
334 public void cancel(int id) method in class:NotificationManager
336 cancel(null, id); method
340 * Cancel a previously shown notification. If it's transient, the view
344 public void cancel(String tag, int id) method in class:NotificationManager
356 if (localLOGV) Log.v(TAG, pkg + ": cancel(" + id + ")");
365 * Cancel all previously shown notifications. See {@link #cancel} for th
    [all...]
  /packages/apps/Messaging/src/com/android/messaging/datamodel/
BugleNotifications.java 181 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID);
194 * Cancel all notifications of a certain type.
198 private static synchronized void cancel(final int type) { method in class:BugleNotifications
199 cancel(type, null, false); method
203 * Cancel all notifications of a certain type.
206 * @param conversationId If set, cancel the notification for this
213 private static synchronized void cancel(final int type, final String conversationId, method in class:BugleNotifications
220 // Find all pending notifications and cancel them.
234 notificationManager.cancel(notificationTag, type);
241 // notification group children, including removing them when we cancel notifications)
286 cancel(PendingIntentConstants.SMS_NOTIFICATION_ID, childConversationId, true); method
    [all...]
  /libcore/luni/src/test/java/libcore/java/sql/
OldStatementTest.java     [all...]
  /frameworks/base/core/java/android/animation/
LayoutTransition.java 1069 public void cancel() { method in class:LayoutTransition
1104 public void cancel(int transitionType) { method in class:LayoutTransition
    [all...]
  /cts/tests/app/app/src/android/app/stubs/
SearchManagerStubActivity.java 80 assertFalse("cancel called", mCancelCalled);
84 assertTrue("cancel not called", mCancelCalled);
  /cts/tests/tests/animation/src/android/animation/cts/
AnimatorTest.java 101 mAnimator.cancel();
142 mAnimator.cancel();
  /cts/tests/tests/webkit/src/android/webkit/cts/
HttpAuthHandlerTest.java 85 handler.cancel();
107 handler.cancel();
  /developers/build/prebuilts/gradle/BasicRenderScript/Application/src/main/java/com/example/android/basicrenderscript/
MainActivity.java 170 Invoke AsynchTask and cancel previous task.
176 currentTask.cancel(false);

Completed in 1156 milliseconds

<<21222324252627282930>>