Searched refs:sSmartIdleMaintPeriod (Results 1 – 2 of 2) sorted by relevance
50 StorageManagerService.sSmartIdleMaintPeriod);
335 static volatile int sSmartIdleMaintPeriod = 60; field in StorageManagerService925 SmartStorageMaintIdler.scheduleSmartIdlePass(mContext, sSmartIdleMaintPeriod); in handleSystemReady()1988 sSmartIdleMaintPeriod = DeviceConfig.getInt(DeviceConfig.NAMESPACE_STORAGE_NATIVE_BOOT, in StorageManagerService()1990 if (sSmartIdleMaintPeriod < MIN_SMART_IDLE_MAINT_PERIOD) { in StorageManagerService()1991 sSmartIdleMaintPeriod = MIN_SMART_IDLE_MAINT_PERIOD; in StorageManagerService()1992 } else if (sSmartIdleMaintPeriod > MAX_SMART_IDLE_MAINT_PERIOD) { in StorageManagerService()1993 sSmartIdleMaintPeriod = MAX_SMART_IDLE_MAINT_PERIOD; in StorageManagerService()1996 mMaxWriteRecords = MAX_PERIOD_WRITE_RECORD / sSmartIdleMaintPeriod; in StorageManagerService()2790 if (periodValue == sSmartIdleMaintPeriod) { in loadStorageWriteRecords()2816 oos.writeInt(sSmartIdleMaintPeriod); in updateStorageWriteRecords()[all …]