Searched refs:mLastSortMode (Results 1 – 1 of 1) sorted by relevance
1035 private int mLastSortMode = -1; field in ManageApplications.ApplicationsAdapter1145 mLastSortMode = sort; in resume()1180 if (sort == mLastSortMode) { in rebuild()1184 mLastSortMode = sort; in rebuild()1237 if (mLastSortMode == R.id.sort_order_size) { in rebuild()1249 } else if (mLastSortMode == R.id.sort_order_recent_notification) { in rebuild()1251 } else if (mLastSortMode == R.id.sort_order_frequent_notification) { in rebuild()1422 if (mLastSortMode == R.id.sort_order_size) { in onAllSizesComputed()1486 (NotificationsSentState) entry.extraInfo, mLastSortMode)); in updateSummary()1541 (NotificationsSentState) entry.extraInfo, mLastSortMode)); in updateSwitch()