Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java187 final Intent intentCopy = new Intent(intent); in getIntentInAppIfExists() local
189 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()