OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cancelAll
(Results
1 - 25
of
42
) sorted by null
1
2
/packages/apps/Calendar/src/com/android/calendar/alerts/
NotificationMgr.java
26
* Don't actually use the notification framework's
cancelAll
since the SyncAdapter
29
public void
cancelAll
() {
AlertActivity.java
284
nm.
cancelAll
();
AlertService.java
283
nm.
cancelAll
();
299
nm.
cancelAll
();
323
nm.
cancelAll
();
[
all
...]
/external/chromium_org/third_party/WebKit/Source/core/fetch/
ResourceLoaderSet.h
47
void
cancelAll
();
ResourceLoaderSet.cpp
38
void ResourceLoaderSet::
cancelAll
()
ResourceFetcher.cpp
[
all
...]
/cts/tests/tests/app/src/android/app/cts/
NotificationManagerTest.java
44
mNotificationManager.
cancelAll
();
62
mNotificationManager.
cancelAll
();
/frameworks/volley/src/com/android/volley/
RequestQueue.java
176
* {@link RequestQueue#
cancelAll
(RequestFilter)}.
186
public void
cancelAll
(RequestFilter filter) {
200
public void
cancelAll
(final Object tag) {
202
throw new IllegalArgumentException("Cannot
cancelAll
with a null tag");
204
cancelAll
(new RequestFilter() {
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowNotificationManager.java
52
public void
cancelAll
() {
/frameworks/base/core/tests/notificationtests/src/android/app/
NotificationStressTest.java
67
mNotificationManager.
cancelAll
();
/external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
NotificationManagerTest.java
90
notificationManager.
cancelAll
();
/development/samples/training/threadsample/src/com/example/android/threadsample/
PhotoManager.java
312
public static void
cancelAll
() {
DisplayActivity.java
296
PhotoManager.
cancelAll
();
/frameworks/base/core/java/android/app/
NotificationManager.java
214
public void
cancelAll
()
218
if (localLOGV) Log.v(TAG, pkg + ":
cancelAll
()");
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DownloadNotifier.java
94
public void
cancelAll
() {
95
mNotifManager.
cancelAll
();
DownloadService.java
169
mNotifier.
cancelAll
();
/frameworks/volley/tests/src/com/android/volley/
RequestQueueTest.java
126
queue.
cancelAll
(tagA);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nls/
NotificationListenerVerifierActivity.java
247
mNm.
cancelAll
();
271
mNm.
cancelAll
();
/packages/apps/Gallery2/src/com/android/gallery3d/filtershow/pipeline/
ProcessingService.java
239
mNotifyMgr.
cancelAll
();
/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
PublicApiFunctionalTest.java
621
verify(mNotifManager, times(1)).
cancelAll
();
633
verify(mNotifManager, times(1)).
cancelAll
();
645
verify(mNotifManager, times(1)).
cancelAll
();
[
all
...]
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ForkJoinPool.java
[
all
...]
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
267
nm.
cancelAll
();
303
nm.
cancelAll
();
[
all
...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
BluetoothOppService.java
158
mNotifier.mNotificationMgr.
cancelAll
();
[
all
...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.mortbay.jetty.util_6.1.23.v201004211559.jar
Completed in 558 milliseconds
1
2