Home
last modified time | relevance | path

Searched refs:requestedImportance (Results 1 – 1 of 1) sorted by relevance

/packages/modules/ExtServices/java/src/android/ext/services/notification/
DNotificationEntry.java184 int requestedImportance = IMPORTANCE_DEFAULT; in calculateInitialImportance() local
195 requestedImportance = IMPORTANCE_MIN; in calculateInitialImportance()
198 requestedImportance = IMPORTANCE_LOW; in calculateInitialImportance()
201 requestedImportance = IMPORTANCE_DEFAULT; in calculateInitialImportance()
205 requestedImportance = IMPORTANCE_HIGH; in calculateInitialImportance()
213 requestedImportance = IMPORTANCE_HIGH; in calculateInitialImportance()
215 importance = requestedImportance; in calculateInitialImportance()