Searched refs:composeQuickContactsIntent (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | MultiUserSwitch.java | 85 Intent intent = ContactsContract.QuickContact.composeQuickContactsIntent( in onClick()
|
/frameworks/base/core/java/android/provider/ |
D | ContactsContract.java | 8162 public static Intent composeQuickContactsIntent(Context context, View target, Uri lookupUri, in composeQuickContactsIntent() method in ContactsContract.QuickContact 8176 return composeQuickContactsIntent(context, rect, lookupUri, mode, excludeMimes); in composeQuickContactsIntent() 8183 public static Intent composeQuickContactsIntent(Context context, Rect target, in composeQuickContactsIntent() method in ContactsContract.QuickContact 8233 Intent intent = composeQuickContactsIntent(context, target, lookupUri, mode, in showQuickContact() 8266 Intent intent = composeQuickContactsIntent(context, target, lookupUri, mode, in showQuickContact()
|