Home
last modified time | relevance | path

Searched defs:insertStructuredName (Results 1 – 2 of 2) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/testutil/
DDataUtil.java45 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId, in insertStructuredName() method in DataUtil
54 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId, in insertStructuredName() method in DataUtil
60 public static Uri insertStructuredName( in insertStructuredName() method in DataUtil
67 public static Uri insertStructuredName( in insertStructuredName() method in DataUtil
/packages/apps/EmergencyInfo/tests/src/com/android/emergency/
DContactTestUtils.java76 private static void insertStructuredName(ContentResolver contentResolver, in insertStructuredName() method in ContactTestUtils