Home
last modified time | relevance | path

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

/packages/modules/ExtServices/src/android/ext/services/notification/
DNotificationEntry.java192 int requestedImportance = IMPORTANCE_DEFAULT; in calculateInitialImportance() local
203 requestedImportance = IMPORTANCE_MIN; in calculateInitialImportance()
206 requestedImportance = IMPORTANCE_LOW; in calculateInitialImportance()
209 requestedImportance = IMPORTANCE_DEFAULT; in calculateInitialImportance()
213 requestedImportance = IMPORTANCE_HIGH; in calculateInitialImportance()
222 requestedImportance = IMPORTANCE_HIGH; in calculateInitialImportance()
224 importance = requestedImportance; in calculateInitialImportance()