Home
last modified time | relevance | path

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

/cts/hostsidetests/devicepolicy/app/ManagedProfile/src/com/android/cts/managedprofile/
DCrossProfileSharingTest.java50 List<ResolveInfo> resolveInfos = in startSwitchToOtherProfileIntent() local
54 getSwitchToOtherProfileResolveInfo(resolveInfos); in startSwitchToOtherProfileIntent()
71 List<ResolveInfo> resolveInfos = in startSwitchToOtherProfileIntent_chooser() local
75 getSwitchToOtherProfileResolveInfo(resolveInfos); in startSwitchToOtherProfileIntent_chooser()
120 private ResolveInfo getSwitchToOtherProfileResolveInfo(List<ResolveInfo> resolveInfos) { in getSwitchToOtherProfileResolveInfo() argument
121 for (ResolveInfo resolveInfo : resolveInfos) { in getSwitchToOtherProfileResolveInfo()
/cts/hostsidetests/devicepolicy/app/DeviceAndProfileOwner/src/com/android/cts/deviceandprofileowner/
DSecondaryLockscreenTest.java185 List<ResolveInfo> resolveInfos = mContext.getPackageManager().queryIntentActivities( in getLauncherPackageName() local
188 for (ResolveInfo resolveInfo : resolveInfos) { in getLauncherPackageName()
192 return resolveInfos.isEmpty() ? null : resolveInfos.get(0).activityInfo.packageName; in getLauncherPackageName()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DKeyguardDisabledFeaturesActivity.java148 List<ResolveInfo> resolveInfos = packageManager.queryIntentServices(intent, 0); in hasTrustAgents() local
149 return resolveInfos.size() > 0; in hasTrustAgents()
/cts/tests/tests/telephony/current/src/android/telephony/ims/cts/
DImsUtils.java137 List<ResolveInfo> resolveInfos = packageManager.queryIntentServices(intent, 0); in shouldRunSmsImsTests() local
138 for (ResolveInfo info : resolveInfos) { in shouldRunSmsImsTests()
/cts/tests/accessibilityservice/src/android/accessibilityservice/cts/utils/
DActivityLaunchUtils.java173 final List<ResolveInfo> resolveInfos = packageManager.queryIntentActivities( in isHomeScreenShowing() local
183 for (ResolveInfo resolveInfo : resolveInfos) { in isHomeScreenShowing()
193 final CharSequence homePackageNames = resolveInfos.stream() in isHomeScreenShowing()
/cts/tests/tests/appenumeration/app/source/src/android/appenumeration/cts/query/
DTestActivity.java412 final String[] resolveInfos = getPackageManager().queryIntentActivities( in sendQueryIntentActivities() local
418 result.putStringArray(EXTRA_RETURN_RESULT, resolveInfos); in sendQueryIntentActivities()
424 final String[] resolveInfos = getPackageManager().queryIntentServices( in sendQueryIntentServices() local
430 result.putStringArray(EXTRA_RETURN_RESULT, resolveInfos); in sendQueryIntentServices()
436 final String[] resolveInfos = getPackageManager().queryIntentContentProviders( in sendQueryIntentProviders() local
442 result.putStringArray(EXTRA_RETURN_RESULT, resolveInfos); in sendQueryIntentProviders()
/cts/tests/admin/src/android/admin/cts/
DDevicePolicyManagerTest.java789 List<ResolveInfo> resolveInfos = mPackageManager.queryIntentActivities(intent, in testLauncherVersionAtLeastL() local
791 assertFalse("No launcher present", resolveInfos.isEmpty()); in testLauncherVersionAtLeastL()
793 for (ResolveInfo resolveInfo : resolveInfos) { in testLauncherVersionAtLeastL()