Searched refs:intentCopy (Results 1 – 1 of 1) sorted by relevance
187 final Intent intentCopy = new Intent(intent); in getIntentInAppIfExists() local189 intentCopy.setPackage(context.getPackageName()); in getIntentInAppIfExists()191 intentCopy, PackageManager.MATCH_DEFAULT_ONLY); in getIntentInAppIfExists()200 intentCopy.setClassName(context.getPackageName(), in getIntentInAppIfExists()203 return intentCopy; in getIntentInAppIfExists()