Searched refs:launcherAppInfo (Results 1 – 1 of 1) sorted by relevance
1030 ApplicationInfo launcherAppInfo = mPackageManager.getApplicationInfo( in testLauncherVersionAtLeastL() local1032 if ((launcherAppInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0 && in testLauncherVersionAtLeastL()1033 launcherAppInfo.targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP) { in testLauncherVersionAtLeastL()