Home
last modified time | relevance | path

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

/packages/modules/HealthFitness/service/java/com/android/server/healthconnect/storage/datatypehelpers/
DRecordHelper.java706 long callingAppInfoId = appInfoHelper.getAppInfoId(callingPackageName); in getReadTableWhereClause() local
714 appInfoIds = Collections.singletonList(callingAppInfoId); in getReadTableWhereClause()
754 callingAppInfoId, startDateAccessMillis)); in getReadTableWhereClause()
772 if (callingAppInfoId == DEFAULT_LONG) { in getReadTableWhereClause()
777 APP_INFO_ID_COLUMN_NAME, Collections.singletonList(callingAppInfoId)); in getReadTableWhereClause()
781 callingAppInfoId, startDateAccessMillis)); in getReadTableWhereClause()
790 long callingAppInfoId, long startDateAccessMillis) { in getFilterByStartAccessDateWhereClauses() argument
795 APP_INFO_ID_COLUMN_NAME, String.valueOf(callingAppInfoId)); in getFilterByStartAccessDateWhereClauses()