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

/frameworks/base/core/java/android/content/
H A DSyncAdapterType.java24 * Value type that represents a SyncAdapterType. This object overrides {@link #equals} and
27 public class SyncAdapterType implements Parcelable { class in inherits:Parcelable
37 public SyncAdapterType(String authority, String accountType, boolean userVisible, method in class:SyncAdapterType
56 public SyncAdapterType(String authority, String accountType, boolean userVisible, method in class:SyncAdapterType
77 private SyncAdapterType(String authority, String accountType) { method in class:SyncAdapterType
151 public static SyncAdapterType newKey(String authority, String accountType) {
152 return new SyncAdapterType(authority, accountType);
157 if (!(o instanceof SyncAdapterType)) return false;
158 final SyncAdapterType other = (SyncAdapterType)
206 public SyncAdapterType(Parcel source) { method in class:SyncAdapterType
[all...]

Completed in 46 milliseconds