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

  /frameworks/base/services/tests/servicestests/src/com/android/server/content/
SyncStorageEngineTest.java 351 final String authority2 = "testprovider2"; local
368 EndPoint point2 = new EndPoint(account1, authority2, 0);
373 PeriodicSync sync3 = new PeriodicSync(account1, authority2, extras1, period1, flex1);
374 PeriodicSync sync4 = new PeriodicSync(account1, authority2, extras2, period2, flex2);
378 EndPoint target2 = new EndPoint(account1, authority2, 0);
383 removePeriodicSyncs(engine, account1, 0, authority2);
384 removePeriodicSyncs(engine, account2, 0, authority2);
394 engine.setIsSyncable(account1, 0, authority2, 1);
395 engine.setSyncAutomatically(account1, 0, authority2, false);
397 engine.setIsSyncable(account2, 0, authority2, 0)
486 final String authority2 = "auth2"; local
608 final String authority2 = "auth2"; local
    [all...]
SyncOperationTest.java 90 "authority2",
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
ContactDirectoryManagerTest.java 152 createProviderPackage("test.package2", "authority2"),
167 MockContactDirectoryProvider.class, "authority2");
190 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name3", "account-type3",
220 MockContactDirectoryProvider.class, "authority2");
228 createProviderPackage("test.package2", "authority2"));
241 assertDirectoryRow(cursor, "test.package2", "authority2", "account-name3", "account-type3",
252 createProviderPackage("test.package2", "authority2"),
264 MockContactDirectoryProvider.class, "authority2");
298 createProviderPackage("test.package2", "authority2"),
310 MockContactDirectoryProvider.class, "authority2");
    [all...]
  /cts/tests/tests/content/src/android/content/cts/
IntentFilterTest.java 460 "scheme1://authority2/"),
472 "scheme1://authority2/"),
479 new String[] { "authority1", "authority2" }, new String[] { "100", null });
486 "scheme1://authority2/"),
    [all...]
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/net/
URLTest.java     [all...]

Completed in 7062 milliseconds