Searched refs:callingAppInfoId (Results 1 – 1 of 1) sorted by relevance
706 long callingAppInfoId = appInfoHelper.getAppInfoId(callingPackageName); in getReadTableWhereClause() local714 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() argument795 APP_INFO_ID_COLUMN_NAME, String.valueOf(callingAppInfoId)); in getFilterByStartAccessDateWhereClauses()