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

  /packages/apps/StorageManager/src/com/android/storagemanager/automatic/
AutomaticStorageManagementJobService.java 100 long lowStorageThreshold = (dataPath.getTotalSpace() * DEFAULT_LOW_FREE_PERCENT) / 100;
101 return dataPath.getFreeSpace() < lowStorageThreshold;

Completed in 48 milliseconds