HomeSort by relevance Sort by last modified time
    Searched refs:mThresholdType (Results 1 - 2 of 2) sorted by null

  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionType.java 54 private int mThresholdType;
63 mThresholdType = thresholdType;
71 bundle.putInt(THRESHOLD_TYPE_KEY, mThresholdType);
178 private AppFilter getFilter(int mThresholdType) {
179 switch (mThresholdType) {
197 switch (mThresholdType) {
DeletionHelperSettings.java 78 private int mThresholdType;
92 mThresholdType = getArguments().getInt(THRESHOLD_KEY, AppsAsyncLoader.NORMAL_THRESHOLD);
99 mProvider.createPhotoVideoDeletionType(getContext(), mThresholdType);
108 mAppBackend = new AppDeletionType(this, checkedApplications, mThresholdType);
165 mPhotoPreference.setDaysToKeep(mProvider.getDaysToKeep(mThresholdType));
210 return mThresholdType == AppsAsyncLoader.NO_THRESHOLD;

Completed in 380 milliseconds