OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:DURATION_EVENT
(Results
1 - 2
of
2
) sorted by null
/external/setupcompat/main/java/com/google/android/setupcompat/logging/internal/
SetupMetricsLoggingConstants.java
31
@IntDef({MetricType.CUSTOM_EVENT, MetricType.COUNTER_EVENT, MetricType.
DURATION_EVENT
})
41
int
DURATION_EVENT
= 2;
67
* either {@link MetricType#COUNTER_EVENT} or {@link MetricType#
DURATION_EVENT
}.
82
* This key will be set when {@code metricType} is {@link MetricType#
DURATION_EVENT
} with the
97
* either {@link MetricType#COUNTER_EVENT} or {@link MetricType#
DURATION_EVENT
}.
/external/setupcompat/main/java/com/google/android/setupcompat/logging/
SetupMetricsLogger.java
71
MetricType.
DURATION_EVENT
,
Completed in 119 milliseconds