Searched defs:NOTIFICATION_DISMISS_COUNT (Results 1 - 1 of 1) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DNotificationController.java84 private static final String NOTIFICATION_DISMISS_COUNT = "notification_dismiss_count"; field in class:NotificationController
155 int timesDismissed = sp.getInt(NOTIFICATION_DISMISS_COUNT, 0);
265 int dismissCount = sp.getInt(NOTIFICATION_DISMISS_COUNT, 0) + 1;
266 editor.putInt(NOTIFICATION_DISMISS_COUNT, dismissCount);

Completed in 60 milliseconds