HomeSort by relevance Sort by last modified time
    Searched refs:installedApps (Results 1 - 3 of 3) sorted by null

  /cts/hostsidetests/os/test-apps/StaticSharedLibConsumerApp1/src/android/os/lib/consumer1/
UseSharedLibraryTest.java 195 List<PackageInfo> installedApps = InstrumentationRegistry.getInstrumentation().getContext()
198 for (PackageInfo installedApp : installedApps) {
  /frameworks/base/packages/SettingsLib/src/com/android/settingslib/users/
AppRestrictionsHelper.java 181 List<ApplicationInfo> installedApps = pm.getInstalledApplications(
183 for (ApplicationInfo app : installedApps) {
  /frameworks/base/services/core/java/com/android/server/pm/
InstantAppRegistry.java 253 List<InstantAppInfo> installedApps = getInstalledInstantApplicationsLPr(userId);
255 if (installedApps != null) {
257 installedApps.addAll(uninstalledApps);
259 return installedApps;
    [all...]

Completed in 132 milliseconds