Searched refs:moreRecordsToGet (Results 1 – 3 of 3) sorted by relevance
78 public boolean moreRecordsToGet; field in SyncResult143 this.moreRecordsToGet = false; in SyncResult()155 moreRecordsToGet = parcel.readInt() != 0; in SyncResult()233 moreRecordsToGet = false; in clear()259 parcel.writeInt(moreRecordsToGet ? 1 : 0); in writeToParcel()278 if (moreRecordsToGet) sb.append(" moreRecordsToGet: ").append(moreRecordsToGet); in toString()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
11554 field public boolean moreRecordsToGet;