Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
H A DManageApplications.java1035 private int mLastSortMode = -1; field in ManageApplications.ApplicationsAdapter
1145 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()