Searched refs:MIN_STORAGE_NOT_LOW_COUNT (Results 1 – 1 of 1) sorted by relevance
509 int MIN_STORAGE_NOT_LOW_COUNT = DEFAULT_MIN_STORAGE_NOT_LOW_COUNT; field in JobSchedulerService.Constants652 MIN_STORAGE_NOT_LOW_COUNT = mParser.getInt(KEY_MIN_STORAGE_NOT_LOW_COUNT, in updateConstantsLocked()706 pw.printPair(KEY_MIN_STORAGE_NOT_LOW_COUNT, MIN_STORAGE_NOT_LOW_COUNT).println(); in dump()748 proto.write(ConstantsProto.MIN_STORAGE_NOT_LOW_COUNT, MIN_STORAGE_NOT_LOW_COUNT); in dump()2086 storageNotLowCount >= mConstants.MIN_STORAGE_NOT_LOW_COUNT || in postProcess()