Home | History | Annotate | Download | only in phone

Lines Matching refs:contactUri

2659     public static void sendViewNotificationAsync(Context context, Uri contactUri) {
2660 if (DBG) Log.d(LOG_TAG, "Send view notification to Contacts (uri: " + contactUri + ")");
2661 Intent intent = new Intent("com.android.contacts.VIEW_NOTIFICATION", contactUri);