/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/ |
D | InstalledAppCounterTest.java | 124 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/ |
D | AllAppsInfoPreferenceController.java | 65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
D | InstalledAppCounter.java | 26 public abstract class InstalledAppCounter extends AppCounter { class 35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
|
D | RecentAppsPreferenceController.java | 113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
D | InstalledAppLister.java | 31 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
|
D | ApplicationFeatureProviderImpl.java | 169 extends InstalledAppCounter {
|
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/ |
D | AllAppsInfoPreferenceController.java | 65 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
D | InstalledAppCounter.java | 26 public abstract class InstalledAppCounter extends AppCounter { class 35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() method in InstalledAppCounter
|
D | RecentAppsPreferenceController.java | 113 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in onReloadDataCompleted() method
|
D | InstalledAppLister.java | 31 return InstalledAppCounter.includeInCount(PackageManager.INSTALL_REASON_POLICY, mPm, info); in includeInCount()
|
D | ApplicationFeatureProviderImpl.java | 169 extends InstalledAppCounter {
|
/packages/apps/Settings/src/com/android/settings/applications/manageapplications/ |
D | ManageApplications.java | 95 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/ |
D | ManageApplications.java | 95 import com.android.car.developeroptions.applications.InstalledAppCounter; 1518 new InstalledAppCounter(mContext, InstalledAppCounter.IGNORE_INSTALL_REASON, in setListening() method
|