Searched refs:appRow (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java1039 AppRow appRow = backend.loadAppRow(context, context.getPackageManager(), appEntry.info);
1040 return getNotificationSummary(appRow, context);
1043 public static CharSequence getNotificationSummary(AppRow appRow, Context context) { argument
1049 if (appRow.appImportance != Ranking.IMPORTANCE_UNSPECIFIED) {
1051 R.string.notification_summary_level, appRow.appImportance));
1054 if (appRow.banned) {
1056 } else if (appRow.appImportance > Ranking.IMPORTANCE_NONE
1057 && appRow.appImportance < Ranking.IMPORTANCE_DEFAULT) {
1064 if (appRow.appVisOverride == Notification.VISIBILITY_PRIVATE) {
1066 } else if (appRow
[all...]

Completed in 52 milliseconds