Searched defs:EndPoint (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/content/
H A DSyncStorageEngine.java162 final EndPoint target;
224 public static class EndPoint { class in class:SyncStorageEngine
225 public final static EndPoint USER_ALL_PROVIDER_ALL_ACCOUNTS_ALL =
226 new EndPoint(null, null, UserHandle.USER_ALL);
234 public EndPoint(ComponentName service, int userId) { method in class:SyncStorageEngine.EndPoint
243 public EndPoint(Account account, String provider, int userId) { method in class:SyncStorageEngine.EndPoint
258 public boolean matchesSpec(EndPoint spec) {
302 final EndPoint target;
336 AuthorityInfo(EndPoint info, int id) {
403 public void onSyncRequest(EndPoint inf
[all...]

Completed in 36 milliseconds