Home | History | Annotate | Download | only in content

Lines Matching refs:EMPTY

399         // Test empty periodic data.
675 * Verify that the API cannot cause a run-time reboot by passing in the empty string as an
678 * an empty authority which causes a RTE in {@link SyncManager#scheduleReadyPeriodicSyncs()}.
685 fail("empty provider string should throw IllegalArgumentException");
689 ContentResolver.addPeriodicSync(account1, "", Bundle.EMPTY, 84000L);
690 fail("empty provider string should throw IllegalArgumentException");
694 ContentResolver.removePeriodicSync(account1, "", Bundle.EMPTY);
695 fail("empty provider string should throw IllegalArgumentException");
700 fail("empty provider string should throw IllegalArgumentException");
705 fail("empty provider string should throw IllegalArgumentException");
710 fail("empty provider string should throw IllegalArgumentException");
714 EMPTY);
715 fail("empty provider string should throw IllegalArgumentException");
720 fail("empty provider string should throw IllegalArgumentException");
725 ContentResolver.requestSync(null, null, Bundle.EMPTY);