Searched refs:setRowId (Results 1 – 10 of 10) 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()
376 .setRowId(1L) in test_insertKeys_duplicateRowId_olderEntryReplaced()384 .setRowId(1L) in test_insertKeys_duplicateRowId_olderEntryReplaced()
43 .setRowId(NON_NULL_ROW_ID) in testBuildValidEventData_success()
191 .setRowId(sameRowId) in testInsertHistogramEventDataTwiceWithSameRowIdThrows()
77 .setRowId(468) in toExternalRecord_allFieldsSet()160 .setRowId(468) in writeToParcel_populateUsing_allFieldsSet()
96 .setRowId(468) in toExternalRecord_allFieldsSet()173 .setRowId(468) in writeToParcel_populateUsing_allFieldsSet()
155 public RecordInternal<T> setRowId(int rowId) { in setRowId() method in RecordInternal
636 record.setRowId(getCursorInt(cursor, PRIMARY_COLUMN_NAME)); in getRecord()