Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DDeletionHelperActivity.java151 int thresholdType; in onOptionsItemSelected() local
154 thresholdType = AppStateUsageStatsBridge.NO_THRESHOLD; in onOptionsItemSelected()
157 thresholdType = AppStateUsageStatsBridge.NORMAL_THRESHOLD; in onOptionsItemSelected()
163 mFragment = DeletionHelperSettings.newInstance(thresholdType); in onOptionsItemSelected()
DAppDeletionType.java60 int thresholdType) { in AppDeletionType() argument
62 mThresholdType = thresholdType; in AppDeletionType()
DDeletionHelperSettings.java83 public static DeletionHelperSettings newInstance(int thresholdType) { in newInstance() argument
86 bundle.putInt(THRESHOLD_KEY, thresholdType); in newInstance()
/packages/apps/StorageManager/src/com/android/storagemanager/overlay/
DDeletionHelperFeatureProvider.java27 DeletionType createPhotoVideoDeletionType(Context context, int thresholdType); in createPhotoVideoDeletionType() argument
35 int getDaysToKeep(int thresholdType); in getDaysToKeep() argument