Home
last modified time | relevance | path

Searched refs:IGNORE_INSTALL_REASON (Results 1 – 9 of 9) sorted by relevance

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppCounterTest.java124 count(InstalledAppCounter.IGNORE_INSTALL_REASON, async); in testCountInstalledAppsAcrossAllUsers()
143 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
145 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
147 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
149 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
151 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
153 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java31 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
49 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() argument
DRecentAppsPreferenceController.java113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() argument
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DInstalledAppCounter.java31 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
49 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() argument
DRecentAppsPreferenceController.java113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() argument
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java1532 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() argument
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/
DManageApplications.java1518 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() argument