Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAppStateNotificationBridge.java95 return row.appImportance > NotificationListenerService.Ranking.IMPORTANCE_NONE
96 && row.appImportance < NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
DInstalledAppDetails.java1042 if (appRow.appImportance != Ranking.IMPORTANCE_UNSPECIFIED) {
1044 R.string.notification_summary_level, appRow.appImportance));
1049 } else if (appRow.appImportance > Ranking.IMPORTANCE_NONE
1050 && appRow.appImportance < Ranking.IMPORTANCE_DEFAULT) {
/packages/apps/Settings/src/com/android/settings/notification/
DNotificationBackend.java52 row.appImportance = getImportance(row.pkg, row.uid); in loadAppRow()
147 public int appImportance; field in NotificationBackend.AppRow
DAppNotificationSettings.java95 setupImportancePrefs(mAppRow.systemApp, mAppRow.appImportance, mAppRow.banned); in onCreate()
98 updateDependents(mAppRow.appImportance); in onCreate()