Searched refs:IGNORE_INSTALL_REASON (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppCounterTest.java | 147 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/ |
D | InstalledAppCounter.java | 37 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/ |
D | InstalledAppCounter.java | 37 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/ |
D | InstalledAppCounter.java | 37 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/ |
D | InstalledAppCounter.java | 36 public static final int IGNORE_INSTALL_REASON = -1; field in InstalledAppCounter 60 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
|
D | AppsPreferenceController.java | 141 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in loadAllAppsCount() argument
|