Searched defs:DisableChanger (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
H A DInstalledAppDetails.java528 new DisableChanger(this, mAppEntry.info,
1142 new DisableChanger(getOwner(), getOwner().mAppEntry.info,
1241 static class DisableChanger extends AsyncTask<Object, Object, Object> { class in class:InstalledAppDetails
1247 DisableChanger(InstalledAppDetails activity, ApplicationInfo info, int state) { method in class:InstalledAppDetails.DisableChanger
1298 new DisableChanger(this, mAppEntry.info,

Completed in 70 milliseconds