Home
last modified time | relevance | path

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

/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppCounterTest.java147 count(InstalledAppCounter.IGNORE_INSTALL_REASON, async); in testCountInstalledAppsAcrossAllUsers()
172 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
174 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
176 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
178 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
180 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
182 assertThat(InstalledAppCounter.includeInCount(InstalledAppCounter.IGNORE_INSTALL_REASON, in testIncludeInCount()
229 count(InstalledAppCounter.IGNORE_INSTALL_REASON, mFakeFeatureFlags); in testCountInstalledApps_archivingDisabled()
250 count(InstalledAppCounter.IGNORE_INSTALL_REASON, mFakeFeatureFlags); in testCountInstalledApps_archivingEnabled()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/
DInstalledAppCounter.java37 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
55 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/
DInstalledAppCounter.java37 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
58 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/apps/
DInstalledAppCounter.java37 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
55 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java36 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter
60 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
DAppsPreferenceController.java141 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in loadAllAppsCount() argument