OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cancelAllNotifications
(Results
1 - 7
of
7
) sorted by null
/frameworks/base/core/java/android/service/notification/
NotificationListenerService.java
133
public final void
cancelAllNotifications
() {
/frameworks/base/core/java/android/app/
NotificationManager.java
220
service.
cancelAllNotifications
(pkg, UserHandle.myUserId());
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
NotificationUtils.java
263
public static void
cancelAllNotifications
(Context context) {
264
LogUtils.d(LOG_TAG, "
cancelAllNotifications
- cancelling all");
[
all
...]