HomeSort by relevance Sort by last modified time
    Searched full:authority3 (Results 1 - 1 of 1) sorted by null

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 487 final String authority3 = "auth3"; local
491 EndPoint target3 = new EndPoint(account, authority3, 0);
492 EndPoint target4 = new EndPoint(account, authority3, 1);
496 PeriodicSync sync3 = new PeriodicSync(account, authority3, Bundle.EMPTY, dayPoll, dayFuzz);
501 PeriodicSync sync3s = new PeriodicSync(account, authority3, Bundle.EMPTY, thousandSecs,
609 final String authority3 = "auth3"; local
614 EndPoint target3 = new EndPoint(account, authority3, 0);
615 EndPoint target4 = new EndPoint(account, authority3, 1);
619 PeriodicSync sync3 = new PeriodicSync(account, authority3, extras, (long) (60 * 60 * 24));
622 PeriodicSync sync3s = new PeriodicSync(account, authority3, extras, 1000)
    [all...]

Completed in 2726 milliseconds