Searched refs:setRowId (Results 1 – 9 of 9) sorted by relevance
90 return new AutoValue_DBHistogramEventData.Builder().setRowId(null); in builder()106 .setRowId(rowId) in create()141 public abstract Builder setRowId(Long rowId); in setRowId() method in DBHistogramEventData.Builder
135 .setRowId(rowId) in create()157 abstract Builder setRowId(Long rowId); in setRowId() method in DBProtectedServersEncryptionConfig.Builder
42 .setRowId(NON_NULL_ROW_ID) in testBuildValidEncryptionKey_success()
382 .setRowId(1L) in test_insertKeys_duplicateRowId_olderEntryReplaced()390 .setRowId(1L) in test_insertKeys_duplicateRowId_olderEntryReplaced()
48 .setRowId(NON_NULL_ROW_ID) in testBuildValidEventData_success()
211 .setRowId(sameRowId) in testInsertHistogramEventDataTwiceWithSameRowIdThrows()
73 .setRowId(468) in toExternalRecord_allFieldsSet()156 .setRowId(468) in writeToParcel_populateUsing_allFieldsSet()
155 public RecordInternal<T> setRowId(int rowId) { in setRowId() method in RecordInternal
557 record.setRowId(getCursorInt(cursor, PRIMARY_COLUMN_NAME)); in getRecord()