Home
last modified time | relevance | path

Searched refs:getDisableThresholdMillis (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/StorageManager/robotests/src/com/android/storagemanager/automatic/
H A DAutomaticStorageManagementJobServiceTest.java272 when(mStorageManagementJobProvider.getDisableThresholdMillis(any(Context.class))) in disableSmartStorageIfPastThreshold()
293 when(mStorageManagementJobProvider.getDisableThresholdMillis(any(Context.class))) in dontDisableSmartStorageIfPastThresholdAndDisabledInThePast()
312 when(mStorageManagementJobProvider.getDisableThresholdMillis(any(Context.class))) in logDisabledByPolicyIfPastThreshold()
332 when(mStorageManagementJobProvider.getDisableThresholdMillis(any(Context.class))) in dontDisableSmartStorageIfNotPastThreshold()
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DStorageManagementJobProvider.java42 long getDisableThresholdMillis(Context context); in getDisableThresholdMillis() method
/aosp12/packages/apps/StorageManager/src/com/android/storagemanager/automatic/
H A DAutomaticStorageManagementJobService.java142 final long disabledThresholdMillis = provider.getDisableThresholdMillis(context); in maybeDisableDueToPolicy()