Home
last modified time | relevance | path

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

/packages/providers/ContactsProvider/test_common/src/com/android/providers/contacts/testutil/
DDataUtil.java44 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId, in insertStructuredName() method in DataUtil
53 public static Uri insertStructuredName(ContentResolver resolver, long rawContactId, in insertStructuredName() method in DataUtil
59 public static Uri insertStructuredName( in insertStructuredName() method in DataUtil
66 public static Uri insertStructuredName( in insertStructuredName() method in DataUtil
/packages/apps/EmergencyInfo/tests/common/src/com/android/emergency/
DContactTestUtils.java76 private static void insertStructuredName(ContentResolver contentResolver, in insertStructuredName() method in ContactTestUtils