OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:onnotificationenqueued
(Results
1 - 5
of
5
) sorted by null
/frameworks/base/core/java/android/service/notification/
INotificationListener.aidl
37
void
onNotificationEnqueued
(in IStatusBarNotificationHolder notificationHolder, int importance, boolean user);
NotificationRankerService.java
139
abstract public Adjustment
onNotificationEnqueued
(StatusBarNotification sbn,
222
public void
onNotificationEnqueued
(IStatusBarNotificationHolder sbnHolder,
228
Log.w(TAG, "
onNotificationEnqueued
: Error receiving StatusBarNotification", e);
300
Adjustment adjustment =
onNotificationEnqueued
(sbn, importance, user);
NotificationListenerService.java
[
all
...]
/frameworks/base/packages/ExtServices/src/android/ext/services/notification/
Ranker.java
52
public Adjustment
onNotificationEnqueued
(StatusBarNotification sbn, int importance,
/frameworks/base/services/core/java/com/android/server/notification/
NotificationManagerService.java
[
all
...]
Completed in 94 milliseconds