Home
last modified time | relevance | path

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

/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
DAppDeletionType.java59 HashSet<String> checkedApplications, in AppDeletionType() argument
64 if (checkedApplications != null) { in AppDeletionType()
65 mCheckedApplications = checkedApplications; in AppDeletionType()
DDeletionHelperSettings.java104 HashSet<String> checkedApplications = null; in onCreatePreferences() local
106 checkedApplications = in onCreatePreferences()
110 mAppBackend = new AppDeletionType(this, checkedApplications, mThresholdType); in onCreatePreferences()