Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/pipeline/data/repository/
H A DInstalledTilesComponentRepositoryImplTest.kt157 matchIntent(),
181 matchIntent(),
200 matchIntent(),
219 matchIntent(),
256 matchIntent(),
264 matchIntent(),
304 private fun matchIntent() = argThat<Intent> { intent -> intent.action == INTENT.action } regex
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DLauncherAppsService.java599 final Intent matchIntent = new Intent(Intent.ACTION_MAIN); in hasDefaultEnableLauncherActivity() local
600 matchIntent.addCategory(Intent.CATEGORY_LAUNCHER); in hasDefaultEnableLauncherActivity()
601 matchIntent.setPackage(packageName); in hasDefaultEnableLauncherActivity()
603 matchIntent, matchIntent.resolveTypeIfNeeded(mContext.getContentResolver()), in hasDefaultEnableLauncherActivity()