Searched refs:thresholdType (Results 1 - 4 of 4) sorted by relevance

/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
H A DDeletionHelperFeatureProvider.java27 DeletionType createPhotoVideoDeletionType(Context context, int thresholdType); argument
32 * @param thresholdType the threshold type.
35 int getDaysToKeep(int thresholdType); argument
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
H A DDeletionHelperActivity.java151 int thresholdType;
154 thresholdType = AppStateUsageStatsBridge.NO_THRESHOLD;
157 thresholdType = AppStateUsageStatsBridge.NORMAL_THRESHOLD;
163 mFragment = DeletionHelperSettings.newInstance(thresholdType);
H A DAppDeletionType.java61 int thresholdType) {
63 mThresholdType = thresholdType;
58 AppDeletionType( DeletionHelperSettings fragment, HashSet<String> checkedApplications, int thresholdType) argument
H A DDeletionHelperSettings.java81 public static DeletionHelperSettings newInstance(int thresholdType) { argument
84 bundle.putInt(THRESHOLD_KEY, thresholdType);

Completed in 75 milliseconds