Searched refs:mAnnotations (Results 1 – 5 of 5) sorted by relevance
50 protected String[] mAnnotations; field in AbstractResolverComparator118 mAnnotations = new String[size]; in getContentAnnotations()120 mAnnotations[i] = annotations.get(i); in getContentAnnotations()230 mUsm.reportChooserSelection(packageName, userId, mContentType, mAnnotations, action); in updateChooserCounts()
174 if (mAnnotations != null) { in doCompute()175 final int size = mAnnotations.length; in doCompute()178 .getOrDefault(mAnnotations[i], 0); in doCompute()310 int isCategoryUsed = (mAnnotations == null) ? 0 : 1; in logMetrics()
71 std::stringstream mAnnotations; variable
114 mAnnotations.emplace_back(annotation.field_int64(), annotation.field_int32()); in MetricsManager()141 mAllAnomalyTrackers.size(), mAnnotations, mConfigValid); in MetricsManager()259 for (const auto& annotation : mAnnotations) { in onDumpReport()
173 std::list<std::pair<const int64_t, const int32_t>> mAnnotations; variable