Home
last modified time | relevance | path

Searched refs:InstalledAppCounter (Results 1 – 13 of 13) 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()
156 assertThat(InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, in testIncludeInCount()
158 assertThat(InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, in testIncludeInCount()
160 assertThat(InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, in testIncludeInCount()
[all …]
/packages/apps/Settings/src/com/android/settings/applications/
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DInstalledAppCounter.java26 public abstract class InstalledAppCounter extends AppCounter { class
35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DRecentAppsPreferenceController.java113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DInstalledAppLister.java31 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
DApplicationFeatureProviderImpl.java169 extends InstalledAppCounter {
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DAllAppsInfoPreferenceController.java65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DInstalledAppCounter.java26 public abstract class InstalledAppCounter extends AppCounter { class
35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
DRecentAppsPreferenceController.java113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
DInstalledAppLister.java31 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
DApplicationFeatureProviderImpl.java169 extends InstalledAppCounter {
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/
DManageApplications.java95 import com.android.settings.applications.InstalledAppCounter;
1532 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() method
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/manageapplications/
DManageApplications.java95 import com.android.car.developeroptions.applications.InstalledAppCounter;
1518 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() method