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

  /cts/tests/admin/src/android/admin/cts/
DevicePolicyManagerTest.java 663 ApplicationInfo launcherAppInfo = mPackageManager.getApplicationInfo(
665 if ((launcherAppInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0 &&
666 launcherAppInfo.targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP) {
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/common/
Utils.java 751 ApplicationInfo launcherAppInfo = pm.getApplicationInfo(
753 return versionNumberAtLeastL(launcherAppInfo.targetSdkVersion);

Completed in 9126 milliseconds