Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DInstalledAppCounter.java31 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
DRecentAppsPreferenceController.java115 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DInstalledAppCounter.java31 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
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