Home
last modified time | relevance | path

Searched defs:label (Results 1 – 5 of 5) sorted by relevance

/platform_testing/libraries/motion/src/platform/test/motion/golden/
DTimeSeries.kt46 val label: String constant
55 override val label: String constant in platform.test.motion.golden.TimestampFrameId
60 data class SupplementalFrameId(override val label: String) : FrameId constant in platform.test.motion.golden.SupplementalFrameId
/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_bluetooth_settings_reflection.py68 def expect_no_label(self, label): argument
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java69 protected void checkCrash(String label) { in checkCrash()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java533 protected boolean logStart(int label) { in logStart()
543 protected boolean logStop(int label) { in logStop()
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt161 for ((screenshot, label) in screenshots.zip(labels)) { in render() variable
212 for ((screenshot, label) in screenshots.zip(labels)) { in render() variable