HomeSort by relevance Sort by last modified time
    Searched defs:SyncAdapterType (Results 1 - 4 of 4) sorted by null

  /frameworks/base/core/java/android/content/
SyncAdapterType.java 24 * Value type that represents a SyncAdapterType. This object overrides {@link #equals} and
27 public class SyncAdapterType implements Parcelable {
34 public SyncAdapterType(String authority, String accountType, boolean userVisible,
49 private SyncAdapterType(String authority, String accountType) {
79 public static SyncAdapterType newKey(String authority, String accountType) {
80 return new SyncAdapterType(authority, accountType);
85 if (!(o instanceof SyncAdapterType)) return false;
86 final SyncAdapterType other = (SyncAdapterType)o;
101 return "SyncAdapterType Key {name=" + authorit
    [all...]
  /prebuilt/sdk/5/
android.jar 
  /prebuilt/sdk/6/
android.jar 
  /prebuilt/sdk/7/
android.jar 

Completed in 48 milliseconds