Home
last modified time | relevance | path

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

/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java663 ApplicationInfo launcherAppInfo = mPackageManager.getApplicationInfo( in testLauncherVersionAtLeastL() local
665 if ((launcherAppInfo.flags & ApplicationInfo.FLAG_SYSTEM) != 0 && in testLauncherVersionAtLeastL()
666 launcherAppInfo.targetSdkVersion >= Build.VERSION_CODES.LOLLIPOP) { in testLauncherVersionAtLeastL()