D | SyncAdapterType.java | 30 public class SyncAdapterType implements Parcelable { class 46 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType 66 public SyncAdapterType(String authority, String accountType, boolean userVisible, in SyncAdapterType() method in SyncAdapterType 90 private SyncAdapterType(String authority, String accountType) { in SyncAdapterType() method in SyncAdapterType 175 public static SyncAdapterType newKey(String authority, String accountType) { in newKey() 176 return new SyncAdapterType(authority, accountType); in newKey() 181 if (!(o instanceof SyncAdapterType)) return false; in equals() 182 final SyncAdapterType other = (SyncAdapterType)o; in equals() 232 public SyncAdapterType(Parcel source) { in SyncAdapterType() method in SyncAdapterType 244 …static final @android.annotation.NonNull Creator<SyncAdapterType> CREATOR = new Creator<SyncAdapte… [all …]
|