D | SyncStorageEngine.java | 164 final EndPoint target; 226 public static class EndPoint { class in SyncStorageEngine 227 public final static EndPoint USER_ALL_PROVIDER_ALL_ACCOUNTS_ALL = 228 new EndPoint(null, null, UserHandle.USER_ALL); 236 public EndPoint(ComponentName service, int userId) { in EndPoint() method in SyncStorageEngine.EndPoint 245 public EndPoint(Account account, String provider, int userId) { in EndPoint() method in SyncStorageEngine.EndPoint 260 public boolean matchesSpec(EndPoint spec) { in matchesSpec() 328 final EndPoint target; 362 AuthorityInfo(EndPoint info, int id) { in AuthorityInfo() 428 public void onSyncRequest(EndPoint info, int reason, Bundle extras); in onSyncRequest() [all …]
|