Home
last modified time | relevance | path

Searched refs:installReason (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/
DInstalledAppCounter.java35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() argument
38 mInstallReason = installReason; in InstalledAppCounter()
46 public static boolean includeInCount(int installReason, PackageManager pm, in includeInCount() argument
49 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
51 new UserHandle(userId)) != installReason) { in includeInCount()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/
DInstalledAppCounter.java35 public InstalledAppCounter(Context context, int installReason, in InstalledAppCounter() argument
38 mInstallReason = installReason; in InstalledAppCounter()
46 public static boolean includeInCount(int installReason, PackageManager pm, in includeInCount() argument
49 if (installReason != IGNORE_INSTALL_REASON in includeInCount()
51 new UserHandle(userId)) != installReason) { in includeInCount()
/packages/apps/Settings/tests/robotests/src/com/android/settings/applications/
DInstalledAppCounterTest.java180 private void count(int installReason, boolean async) { in count() argument
182 final InstalledAppCounterTestable counter = new InstalledAppCounterTestable(installReason); in count()
235 private InstalledAppCounterTestable(int installReason) { in InstalledAppCounterTestable() argument
236 super(mContext, installReason, mPackageManager); in InstalledAppCounterTestable()