Searched refs:matchIntent (Results 1 – 2 of 2) sorted by relevance
157 matchIntent(),181 matchIntent(),200 matchIntent(),219 matchIntent(),256 matchIntent(),264 matchIntent(),304 private fun matchIntent() = argThat<Intent> { intent -> intent.action == INTENT.action } regex
599 final Intent matchIntent = new Intent(Intent.ACTION_MAIN); in hasDefaultEnableLauncherActivity() local600 matchIntent.addCategory(Intent.CATEGORY_LAUNCHER); in hasDefaultEnableLauncherActivity()601 matchIntent.setPackage(packageName); in hasDefaultEnableLauncherActivity()603 matchIntent, matchIntent.resolveTypeIfNeeded(mContext.getContentResolver()), in hasDefaultEnableLauncherActivity()