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

  /frameworks/base/core/java/android/content/
SyncStatusInfo.java 26 public class SyncStatusInfo implements Parcelable {
52 public SyncStatusInfo(int authorityId) {
97 public SyncStatusInfo(Parcel parcel) {
100 Log.w("SyncStatusInfo", "Unknown version: " + version);
132 public SyncStatusInfo(SyncStatusInfo other) {
175 public static final Creator<SyncStatusInfo> CREATOR = new Creator<SyncStatusInfo>() {
176 public SyncStatusInfo createFromParcel(Parcel in) {
177 return new SyncStatusInfo(in)
    [all...]
  /external/robolectric/v3/runtime/
android-all-4.1.2_r1-robolectric-0.jar 
android-all-4.2.2_r1.2-robolectric-0.jar 
android-all-4.3_r2-robolectric-0.jar 

Completed in 193 milliseconds