Searched defs:composeQuickContactsIntent (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/provider/
H A DContactsContract.java7666 public static Intent composeQuickContactsIntent(Context context, View target, Uri lookupUri, method in class:ContactsContract.QuickContact
7680 return composeQuickContactsIntent(context, rect, lookupUri, mode, excludeMimes);
7687 public static Intent composeQuickContactsIntent(Context context, Rect target, method in class:ContactsContract.QuickContact
7736 Intent intent = composeQuickContactsIntent(context, target, lookupUri, mode,
7769 Intent intent = composeQuickContactsIntent(context, target, lookupUri, mode,

Completed in 213 milliseconds