Home
last modified time | relevance | path

Searched refs:authority1 (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java51 protected String authority1 = "testprovider"; field in SyncStorageEngineTest
117 SyncStorageEngine.SOURCE_LOCAL, authority1, Bundle.EMPTY, in testAppendPending()
145 SyncStorageEngine.SOURCE_LOCAL, authority1, Bundle.EMPTY, in testWritePendingOperationsLocked()
151 SyncStorageEngine.SOURCE_LOCAL, authority1, defaultBundle, in testWritePendingOperationsLocked()
157 SyncStorageEngine.SOURCE_LOCAL, authority1, Bundle.EMPTY, in testWritePendingOperationsLocked()
350 final String authority1 = "testprovider1"; in testAuthorityPersistence() local
367 EndPoint point1 = new EndPoint(account1, authority1, 0); in testAuthorityPersistence()
369 EndPoint point3 = new EndPoint(account2, authority1, 0); in testAuthorityPersistence()
371 PeriodicSync sync1 = new PeriodicSync(account1, authority1, extras1, period1, flex1); in testAuthorityPersistence()
372 PeriodicSync sync2 = new PeriodicSync(account1, authority1, extras2, period1, flex1); in testAuthorityPersistence()
[all …]