Searched refs:getQueryTestContactsCommand (Results 1 – 2 of 2) sorted by relevance
21 … 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()
105 public static String getQueryTestContactsCommand(String endpoint, String whereClause, in getQueryTestContactsCommand() method in ContactsShellCommandHelper