Home
last modified time | relevance | path

Searched refs:ContactsShellCommandHelper (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DTestContactsDataManager.java19 import static com.android.cts.appcloning.contacts.ContactsShellCommandHelper.getDeleteContactComman…
20 import static com.android.cts.appcloning.contacts.ContactsShellCommandHelper.getInsertTestContactCo…
21 import static com.android.cts.appcloning.contacts.ContactsShellCommandHelper.getQueryTestContactsCo…
87 private List<ContactsShellCommandHelper.ColumnBindings> getTestRawContactContentValues( in getTestRawContactContentValues()
89 List<ContactsShellCommandHelper.ColumnBindings> testContactBindings = new ArrayList<>(); in getTestRawContactContentValues()
90 testContactBindings.add(new ContactsShellCommandHelper.ColumnBindings(ACCOUNT_NAME_COLUMN, in getTestRawContactContentValues()
91 testAccountName, ContactsShellCommandHelper.ColumnBindings.Type.STRING)); in getTestRawContactContentValues()
92 testContactBindings.add(new ContactsShellCommandHelper.ColumnBindings(ACCOUNT_TYPE_COLUMN, in getTestRawContactContentValues()
93 testAccountType, ContactsShellCommandHelper.ColumnBindings.Type.STRING)); in getTestRawContactContentValues()
94 testContactBindings.add(new ContactsShellCommandHelper.ColumnBindings( in getTestRawContactContentValues()
[all …]
DContactsShellCommandHelper.java21 public class ContactsShellCommandHelper { class