Searched refs:Delete (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/tests/src/com/android/contacts/test/mocks/
H A DMockContentProvider.java303 public static class Delete { class in class:MockContentProvider
314 * Creates a new Delete to expect.
318 public Delete(Uri uri) { method in class:MockContentProvider.Delete
329 public Delete withSelection(String selection, @Nullable String[] selectionArgs) {
341 public Delete withAnySelection() {
352 public Delete returnRowsAffected(int rowsAffected) {
363 public Delete anyNumberOfTimes() {
471 private List<Delete> mExpectedDeletes = new ArrayList<>();
509 public Delete expectDelete(Uri contentUri) {
510 Delete delet
[all...]
/packages/apps/Car/Radio/libs/android-arch/room/
H A Dcommon-1.1.0-beta3.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/arch/ android/arch/persistence/ android/arch/persistence/room/ ...
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java204 private class Delete implements Command { class in class:CalendarProvider2Test
210 public Delete(String eventName, int expected, String account, String accountType) { method in class:CalendarProvider2Test.Delete
780 new Delete("normal1", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
783 new Delete("normal1", 0, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
784 new Delete("normal2", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
786 new Delete("normal0", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
800 new Delete("allday0", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
804 new Delete("allday1", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
818 new Delete("daily1", 1, DEFAULT_ACCOUNT, DEFAULT_ACCOUNT_TYPE),
822 new Delete("daily
[all...]

Completed in 85 milliseconds