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

  /packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionType.java 60 HashSet<String> checkedApplications,
65 if (checkedApplications != null) {
66 mCheckedApplications = checkedApplications;
DeletionHelperSettings.java 102 HashSet<String> checkedApplications = null;
104 checkedApplications =
108 mAppBackend = new AppDeletionType(this, checkedApplications, mThresholdType);

Completed in 106 milliseconds