Searched refs:cachedSource (Results 1 – 1 of 1) sorted by relevance
1012 final AttributionSource cachedSource = mAttributions.get(source.getToken()); in isRegisteredAttributionSource() local1013 if (cachedSource != null) { in isRegisteredAttributionSource()1014 return cachedSource.equalsExceptToken(source); in isRegisteredAttributionSource()