Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
DNotificationController.java264 int shownCount = sp.getInt(NotificationController.NOTIFICATION_SHOWN_COUNT, 0) + 1; in incrementNotificationShownCount() local
265 editor.putInt(NotificationController.NOTIFICATION_SHOWN_COUNT, shownCount); in incrementNotificationShownCount()
/packages/providers/MediaProvider/src/com/android/providers/media/
DPermissionActivity.java825 final int shownCount = Math.min(visualResults.size(), MAX_THUMBS - 1); in bindAsThumbs() local
826 final int moreCount = results.size() - shownCount; in bindAsThumbs()