Searched refs:thresholdType (Results 1 – 4 of 4) sorted by relevance
151 int thresholdType; in onOptionsItemSelected() local154 thresholdType = AppStateUsageStatsBridge.NO_THRESHOLD; in onOptionsItemSelected()157 thresholdType = AppStateUsageStatsBridge.NORMAL_THRESHOLD; in onOptionsItemSelected()163 mFragment = DeletionHelperSettings.newInstance(thresholdType); in onOptionsItemSelected()
60 int thresholdType) { in AppDeletionType() argument62 mThresholdType = thresholdType; in AppDeletionType()
83 public static DeletionHelperSettings newInstance(int thresholdType) { in newInstance() argument86 bundle.putInt(THRESHOLD_KEY, thresholdType); in newInstance()
27 DeletionType createPhotoVideoDeletionType(Context context, int thresholdType); in createPhotoVideoDeletionType() argument35 int getDaysToKeep(int thresholdType); in getDaysToKeep() argument