Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionType.java53 private int mThresholdType; field in AppDeletionType
62 mThresholdType = thresholdType; in AppDeletionType()
70 bundle.putInt(THRESHOLD_TYPE_KEY, mThresholdType); in AppDeletionType()
177 private AppFilter getFilter(int mThresholdType) { in getFilter() argument
178 switch (mThresholdType) { in getFilter()
196 switch (mThresholdType) { in getDeletionThreshold()
DDeletionHelperSettings.java78 private int mThresholdType; field in DeletionHelperSettings
94 mThresholdType = getArguments().getInt(THRESHOLD_KEY, AppsAsyncLoader.NORMAL_THRESHOLD); in onCreatePreferences()
101 mProvider.createPhotoVideoDeletionType(getContext(), mThresholdType); in onCreatePreferences()
110 mAppBackend = new AppDeletionType(this, checkedApplications, mThresholdType); in onCreatePreferences()
171 mPhotoPreference.setDaysToKeep(mProvider.getDaysToKeep(mThresholdType)); in onActivityCreated()
216 return mThresholdType == AppsAsyncLoader.NO_THRESHOLD; in isEmptyState()