D | SyncAdapterType.java | 28 public class SyncAdapterType implements Parcelable { class 39 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType 59 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType 82 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType() method in SyncAdapterType 167 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() 168 return new SyncAdapterType(authority, accountType); in newKey() 173 if (!(o instanceof SyncAdapterType)) return false; in equals() 174 final SyncAdapterType other = (SyncAdapterType)o; in equals() 224 public SyncAdapterType(Parcel source) { in SyncAdapterType() method in SyncAdapterType 236 public static final Creator<SyncAdapterType> CREATOR = new Creator<SyncAdapterType>() { [all …]
|