Searched refs:appImportance (Results 1 – 4 of 4) sorted by relevance
95 return row.appImportance > NotificationListenerService.Ranking.IMPORTANCE_NONE96 && row.appImportance < NotificationListenerService.Ranking.IMPORTANCE_DEFAULT;
1042 if (appRow.appImportance != Ranking.IMPORTANCE_UNSPECIFIED) {1044 R.string.notification_summary_level, appRow.appImportance));1049 } else if (appRow.appImportance > Ranking.IMPORTANCE_NONE1050 && appRow.appImportance < Ranking.IMPORTANCE_DEFAULT) {
52 row.appImportance = getImportance(row.pkg, row.uid); in loadAppRow()147 public int appImportance; field in NotificationBackend.AppRow
95 setupImportancePrefs(mAppRow.systemApp, mAppRow.appImportance, mAppRow.banned); in onCreate()98 updateDependents(mAppRow.appImportance); in onCreate()