Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java1237 private int mLastSortMode = -1; field in ManageApplications.ApplicationsAdapter
1368 mLastSortMode = sort; in resume()
1403 if (sort == mLastSortMode && !force) { in rebuild()
1407 mLastSortMode = sort; in rebuild()
1481 if (mLastSortMode == R.id.sort_order_size) { in rebuild()
1493 } else if (mLastSortMode == R.id.sort_order_recent_notification) { in rebuild()
1495 } else if (mLastSortMode == R.id.sort_order_frequent_notification) { in rebuild()
1691 if (mLastSortMode == R.id.sort_order_size) { in onAllSizesComputed()
1806 (NotificationsSentState) entry.extraInfo, mLastSortMode)); in updateSummary()
1880 (NotificationsSentState) entry.extraInfo, mLastSortMode)); in updateSwitch()