Home
last modified time | relevance | path

Searched refs:currentRowId (Results 1 – 2 of 2) sorted by relevance

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DDeviceInfoHelper.java163 Long currentRowId = getDeviceInfoMap().get(deviceInfo); in insertIfNotPresent() local
164 if (currentRowId != null) { in insertIfNotPresent()
165 return currentRowId; in insertIfNotPresent()
/packages/apps/Dialer/java/com/android/dialer/calllog/ui/
DNewCallLogViewHolder.java74 private long currentRowId; field in NewCallLogViewHolder
104 currentRowId = coalescedRow.getId(); in bind()
326 if (originalRow.getId() != currentRowId) { in onSuccess()