Home
last modified time | relevance | path

Searched refs:SmartStorageMaintIdler (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
DSmartStorageMaintIdler.java30 public class SmartStorageMaintIdler extends JobService { class
34 new ComponentName("android", SmartStorageMaintIdler.class.getName());
49 scheduleSmartIdlePass(SmartStorageMaintIdler.this,
DStorageManagerService.java925 SmartStorageMaintIdler.scheduleSmartIdlePass(mContext, sSmartIdleMaintPeriod); in handleSystemReady()