Searched defs:lowThreshold (Results 1 – 6 of 6) sorted by relevance
45 float lowThreshold; member
222 long lowThreshold = StorageManager.from(mContext).getStorageLowBytes(dataDir); in getMainLowSpaceThreshold() local236 long lowThreshold = getMainLowSpaceThreshold(); in getAvailableSpace() local
166 final long lowThreshold = StorageManager.from(context).getStorageLowBytes(mDataDir); in getLowStorageThreshold() local195 final long lowThreshold = getLowStorageThreshold(this); in postBootUpdate() local
178 float lowThreshold = 5f; in testVelocityThreshold() local
186 public void updateThresholds(long lowThreshold, long severeThreshold) { in updateThresholds()
531 void updateThresholds(long lowThreshold, long severeThreshold); in updateThresholds()