Home
last modified time | relevance | path

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

/cts/hostsidetests/appcloning/hostside/src/com/android/cts/appcloning/contacts/
DTestContactsDataManager.java21 … static com.android.cts.appcloning.contacts.ContactsShellCommandHelper.getQueryTestContactsCommand;
138 return device.executeShellCommand(getQueryTestContactsCommand(RAW_CONTACTS_ENDPOINT, in queryRawContactForTestAccount()
146 mTestDevice.executeShellCommand(getQueryTestContactsCommand(RAW_CONTACTS_ENDPOINT, in assertTestContactsAreCleanedUp()
DContactsShellCommandHelper.java105 public static String getQueryTestContactsCommand(String endpoint, String whereClause, in getQueryTestContactsCommand() method in ContactsShellCommandHelper