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 208 List<ApplicationInfo> installedApps = InstrumentationRegistry.getInstrumentation()
211 for (ApplicationInfo 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 250 List<InstantAppInfo> installedApps = getInstalledInstantApplicationsLPr(userId);
252 if (installedApps != null) {
254 installedApps.addAll(uninstalledApps);
256 return installedApps;
    [all...]

Completed in 92 milliseconds