Searched refs:getIntentInAppIfExists (Results 1 – 1 of 1) sorted by relevance
67 final Intent appIntent = getIntentInAppIfExists(context, intent); in startActivityInAppIfPossible()92 if (getIntentInAppIfExists(context, intent) != null) { in startActivityOutsideApp()204 private static Intent getIntentInAppIfExists(Context context, Intent intent) { in getIntentInAppIfExists() method in ImplicitIntentsUtil