OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AppDeletionType
(Results
1 - 3
of
3
) sorted by null
/packages/apps/StorageManager/src/com/android/storagemanager/deletionhelper/
AppDeletionPreferenceGroup.java
38
implements
AppDeletionType
.AppListener, Preference.OnPreferenceChangeListener {
39
private
AppDeletionType
mBackend;
90
// If we have no
AppDeletionType
, we have no apps to toggle.
126
* @param type The
AppDeletionType
which provides the app list.
128
public void setDeletionType(
AppDeletionType
type) {
AppDeletionType.java
33
*
AppDeletionType
provides a list of apps which have not been used for a while on the system.
36
public class
AppDeletionType
implements DeletionType, ApplicationsState.Callbacks,
39
private static final String TAG = "
AppDeletionType
";
49
public
AppDeletionType
(Application app, HashSet<String> checkedApplications) {
DeletionHelperSettings.java
54
private
AppDeletionType
mAppBackend;
75
AppDeletionType
.EXTRA_CHECKED_SET);
77
mAppBackend = new
AppDeletionType
(getActivity().getApplication(), checkedApplications);
Completed in 358 milliseconds