Searched refs:lowThreshold (Results 1 – 5 of 5) sorted by relevance
72 private DvrSettings(@Filter.Status int statusMask, @BytesLong long lowThreshold, in DvrSettings() argument75 mLowThreshold = lowThreshold; in DvrSettings()157 public Builder setLowThreshold(@BytesLong long lowThreshold) { in setLowThreshold() argument158 this.mLowThreshold = lowThreshold; in setLowThreshold()
258 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold() local259 if (lowThreshold == 0) { in getMainLowSpaceThreshold()262 return lowThreshold; in getMainLowSpaceThreshold()272 long lowThreshold = getMainLowSpaceThreshold(); in getAvailableSpace() local277 return usableSpace - lowThreshold; in getAvailableSpace()
557 long lowThreshold = mInjector.getDataDirStorageLowBytes(); in getLowStorageThreshold() local558 if (lowThreshold == 0) { in getLowStorageThreshold()562 return lowThreshold; in getLowStorageThreshold()
2887 final long lowThreshold = storage.getStorageLowBytes(Environment.getDataDirectory());2894 mInstaller.freeCache(null, sizeBytes + lowThreshold, 0);
3628 int64_t lowThreshold = in getDvrSettings() local3639 .lowThreshold = lowThreshold, in getDvrSettings()3648 .lowThreshold = lowThreshold, in getDvrSettings()