Home
last modified time | relevance | path

Searched defs:InstalledAppCounter (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java26 public abstract class InstalledAppCounter extends AppCounter { class
35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DRecentAppsPreferenceController.java115 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DInstalledAppCounter.java26 public abstract class InstalledAppCounter extends AppCounter { class
35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DRecentAppsPreferenceController.java113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/
DManageApplications.java1518 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() method