Searched refs:getDeviceInfoId (Results 1 – 4 of 4) sorted by relevance
178 assertThat(decodedRecord.getDeviceInfoId()).isEqualTo(-1); in writeToParcel_populateUsing_allFieldsSet()217 assertThat(decodedRecord.getDeviceInfoId()).isEqualTo(-1); in writeToParcel_populateUsing_optionalFieldsNotSet()273 assertThat(internalRecord.getDeviceInfoId()).isEqualTo(-1); in mindfulnessSessionRecord_toInternalRecord_allFieldsSet()310 assertThat(internalRecord.getDeviceInfoId()).isEqualTo(-1); in mindfulnessSessionRecord_toInternalRecord_optionalFieldsNotSet()
349 .putLong(record.getDeviceInfoId()) in getDedupeByteBuffer()363 .putLong(record.getDeviceInfoId()) in getDedupeByteBuffer()
245 public long getDeviceInfoId() { in getDeviceInfoId() method in RecordInternal
831 recordContentValues.put(DEVICE_INFO_ID_COLUMN_NAME, recordInternal.getDeviceInfoId()); in getContentValues()