Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/util/
DImplicitIntentsUtil.java67 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