Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DRecordHelper.java497 @Nullable Map<Long, String> packageNamesByAppIds) { in getNextInternalRecordsPageAndToken() argument
533 T record = getRecord(cursor, packageNamesByAppIds); in getNextInternalRecordsPageAndToken()
542 private T getRecord(Cursor cursor, @Nullable Map<Long, String> packageNamesByAppIds) { in getRecord() argument
562 packageNamesByAppIds != null in getRecord()
563 ? packageNamesByAppIds.get(appInfoId) in getRecord()