Home
last modified time | relevance | path

Searched refs:InstalledAppCounter (Results 1 – 14 of 14) 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()
185 assertThat(InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, in testIncludeInCount()
187 assertThat(InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, in testIncludeInCount()
189 assertThat(InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, in testIncludeInCount()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java31 public abstract class InstalledAppCounter extends AppCounter { class
40 public InstalledAppCounter(@NonNull Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
46 InstalledAppCounter(@NonNull Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DAppsPreferenceController.java141 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in loadAllAppsCount() method
DInstalledAppLister.java31 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
DApplicationFeatureProviderImpl.java212 extends InstalledAppCounter {
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/enterprise/apps/
DInstalledAppCounter.java32 public abstract class InstalledAppCounter extends AppCounter { class
41 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DInstalledAppLister.java35 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
DApplicationFeatureProviderImpl.java130 extends InstalledAppCounter {
/packages/apps/Car/Settings/src/com/android/car/settingslib/applications/
DInstalledAppCounter.java32 public abstract class InstalledAppCounter extends AppCounter { class
41 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DInstalledAppLister.java35 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
DApplicationFeatureProviderImpl.java194 extends InstalledAppCounter {
/packages/apps/TvSettings/SettingsAPI/java/com/android/tv/settings/library/enterprise/apps/
DInstalledAppCounter.java32 public abstract class InstalledAppCounter extends AppCounter { class
41 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DInstalledAppLister.java35 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
DApplicationFeatureProviderImpl.java130 extends InstalledAppCounter {