HomeSort by relevance Sort by last modified time
    Searched full:timesshown (Results 1 - 1 of 1) sorted by null

  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
NotificationController.java 113 int timesShown = sp.getInt(NOTIFICATION_SHOWN_COUNT, 0);
114 if (timesShown > MAXIMUM_SHOWN_COUNT) {

Completed in 776 milliseconds