OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NOTIFICATION_PRIORITY_MULTIPLIER
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/core/java/com/android/internal/notification/
DemoContactNotificationScorer.java
38
* from 0 to 15 (assuming
NOTIFICATION_PRIORITY_MULTIPLIER
= 10) depending on the initial score, and
52
private static final int
NOTIFICATION_PRIORITY_MULTIPLIER
= 10;
144
int pm =
NOTIFICATION_PRIORITY_MULTIPLIER
;
/frameworks/base/services/java/com/android/server/
NotificationManagerService.java
124
private static final int
NOTIFICATION_PRIORITY_MULTIPLIER
= 10;
125
private static final int SCORE_DISPLAY_THRESHOLD = Notification.PRIORITY_MIN *
NOTIFICATION_PRIORITY_MULTIPLIER
;
130
Notification.PRIORITY_LOW *
NOTIFICATION_PRIORITY_MULTIPLIER
;
[
all
...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
PhoneStatusBar.java
134
private static final int
NOTIFICATION_PRIORITY_MULTIPLIER
= 10; // see NotificationManagerService
135
private static final int HIDE_ICONS_BELOW_SCORE = Notification.PRIORITY_LOW *
NOTIFICATION_PRIORITY_MULTIPLIER
;
[
all
...]
Completed in 324 milliseconds