Searched refs:mThresholdType (Results 1 – 2 of 2) sorted by relevance
53 private int mThresholdType; field in AppDeletionType62 mThresholdType = thresholdType; in AppDeletionType()70 bundle.putInt(THRESHOLD_TYPE_KEY, mThresholdType); in AppDeletionType()177 private AppFilter getFilter(int mThresholdType) { in getFilter() argument178 switch (mThresholdType) { in getFilter()196 switch (mThresholdType) { in getDeletionThreshold()
78 private int mThresholdType; field in DeletionHelperSettings94 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()