Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DSmartStorageMaintIdler.java49 scheduleSmartIdlePass(SmartStorageMaintIdler.this,
82 public static void scheduleSmartIdlePass(Context context, int nMinutes) { in scheduleSmartIdlePass() method in SmartStorageMaintIdler
DStorageManagerService.java925 SmartStorageMaintIdler.scheduleSmartIdlePass(mContext, sSmartIdleMaintPeriod); in handleSystemReady()