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

/packages/apps/ContactsCommon/src/com/android/contacts/common/util/
H A DImplicitIntentsUtil.java58 final Intent appIntent = getIntentInAppIfExists(context, intent);
83 if (getIntentInAppIfExists(context, intent) != null) {
108 private static Intent getIntentInAppIfExists(Context context, Intent intent) { method in class:ImplicitIntentsUtil

Completed in 128 milliseconds