Searched defs:InstalledAppCounter (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Settings/src/com/android/settings/applications/ |
D | InstalledAppCounter.java | 26 public abstract class InstalledAppCounter extends AppCounter { class 35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
|
D | AllAppsInfoPreferenceController.java | 65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
D | RecentAppsPreferenceController.java | 113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | InstalledAppCounter.java | 26 public abstract class InstalledAppCounter extends AppCounter { class 35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
|
D | AllAppsInfoPreferenceController.java | 65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
D | RecentAppsPreferenceController.java | 113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | ManageApplications.java | 1532 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() method
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/ |
D | ManageApplications.java | 1518 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() method
|