Searched defs:bucket (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Settings/src/com/android/settings/core/instrumentation/
H A DEventLogWriter.java82 public void histogram(Context context, String name, int bucket) { argument
83 MetricsLogger.histogram(context, name, bucket);
H A DLogWriter.java69 void histogram(Context context, String name, int bucket); argument
H A DMetricsFeatureProvider.java94 public void histogram(Context context, String name, int bucket) { argument
96 writer.histogram(context, name, bucket);
H A DSettingSuggestionsLogWriter.java80 public void histogram(Context context, String name, int bucket) { argument
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DMetrics.java838 * @param bucket The bucket to increment.
840 private static void logHistogram(Context context, String name, @ActionType int bucket) { argument
841 if (DEBUG) Log.d(TAG, name + ": " + bucket);
842 MetricsLogger.histogram(context, name, bucket);
848 * a single ROOT_OTHER bucket.
895 // Log all apps under a single bucket in the roots histogram.
930 // Bucket all other types into one bucket.
948 * @return An opcode, suitable for use as histogram bucket, for the given operation/provider
/packages/apps/Messaging/build/gcheckstyle/
H A Dgoogle-style-checker_deploy.jarMETA-INF/ META-INF/MANIFEST.MF build-data.properties com/ com/google/ com/google/ ...

Completed in 233 milliseconds