HomeSort by relevance Sort by last modified time
    Searched refs:AppRow (Results 1 - 2 of 2) sorted by null

  /packages/apps/Settings/src/com/android/settings/notification/
NotificationAppList.java 86 private final ArrayMap<String, AppRow> mRows = new ArrayMap<String, AppRow>();
87 private final ArrayList<AppRow> mSortedRows = new ArrayList<AppRow>();
238 return r instanceof AppRow ? 1 : 0;
254 if (!(r instanceof AppRow)) {
281 if (!(r instanceof AppRow)) {
288 final AppRow row = (AppRow)r;
311 private String getSubtitle(AppRow row)
    [all...]
AppNotificationSettings.java 43 import com.android.settings.notification.NotificationAppList.AppRow;
64 private AppRow mAppRow;
154 ArrayMap<String, AppRow> rows = new ArrayMap<String, AppRow>();

Completed in 4112 milliseconds