Searched refs:authority3 (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/tests/servicestests/src/com/android/server/content/ |
D | SyncStorageEngineTest.java | 487 final String authority3 = "auth3"; in testAuthorityParsingV2() local 491 EndPoint target3 = new EndPoint(account, authority3, 0); in testAuthorityParsingV2() 492 EndPoint target4 = new EndPoint(account, authority3, 1); in testAuthorityParsingV2() 496 PeriodicSync sync3 = new PeriodicSync(account, authority3, Bundle.EMPTY, dayPoll, dayFuzz); in testAuthorityParsingV2() 501 PeriodicSync sync3s = new PeriodicSync(account, authority3, Bundle.EMPTY, thousandSecs, in testAuthorityParsingV2() 609 final String authority3 = "auth3"; in testAuthorityParsing() local 614 EndPoint target3 = new EndPoint(account, authority3, 0); in testAuthorityParsing() 615 EndPoint target4 = new EndPoint(account, authority3, 1); in testAuthorityParsing() 619 PeriodicSync sync3 = new PeriodicSync(account, authority3, extras, (long) (60 * 60 * 24)); in testAuthorityParsing() 622 PeriodicSync sync3s = new PeriodicSync(account, authority3, extras, 1000); in testAuthorityParsing()
|