Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/content/
DSyncStorageEngineTest.java50 protected ComponentName syncService1; field in SyncStorageEngineTest
72 syncService1 = new ComponentName("com.example", "SyncService"); in setUp()
439 + "<authority id=\"0\" user=\"0\" package=\"" + syncService1.getPackageName() + "\"" in testComponentParsing()
440 + " class=\"" + syncService1.getClassName() + "\" syncable=\"true\">" in testComponentParsing()
459 new SyncStorageEngine.EndPoint(syncService1, 0)); in testComponentParsing()
461 assertEquals(true, engine.getIsTargetServiceActive(syncService1, 0)); in testComponentParsing()
466 EndPoint target1 = new EndPoint(syncService1, 0); in testComponentSettings()