Searched refs:durationLabel (Results 1 – 2 of 2) sorted by relevance
/packages/modules/StatsD/tests/src/android/cts/statsd/metric/ |
D | DurationMetricsTests.java | 123 final int durationLabel = 1; in testDurationMetricWithCondition() local 128 APP_BREADCRUMB_REPORTED_A_MATCH_START_ID, durationLabel); in testDurationMetricWithCondition() 130 APP_BREADCRUMB_REPORTED_A_MATCH_STOP_ID, durationLabel); in testDurationMetricWithCondition() 178 AppBreadcrumbReported.State.START.getNumber(), durationLabel); in testDurationMetricWithCondition() local 185 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithCondition() local 195 AppBreadcrumbReported.State.START.getNumber(), durationLabel); in testDurationMetricWithCondition() local 202 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithCondition() local 212 AppBreadcrumbReported.State.START.getNumber(), durationLabel); in testDurationMetricWithCondition() local 219 AppBreadcrumbReported.State.STOP.getNumber(), durationLabel); in testDurationMetricWithCondition() local 242 final int durationLabel = 1; in testDurationMetricWithActivation() local [all …]
|
/packages/apps/Dialer/java/com/android/dialer/voicemail/settings/ |
D | CurrentVoicemailGreetingActivity.java | 163 String durationLabel = String.format(Locale.US, "00:%d", greetingDuration); in displayCurrentVoicemailGreetingStatus() local 164 playbackProgressLabel.setText(durationLabel); in displayCurrentVoicemailGreetingStatus()
|