Home
last modified time | relevance | path

Searched refs:label (Results 1 – 10 of 10) 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
DJsonGoldenSerializer.kt78 is SupplementalFrameId -> frameId.label in frameIdToJson()
/platform_testing/tests/automotive/mobly_tests/
Dbluetooth_sms_base_test.py26 self.ads, label='auto')
30 self.target = android_device.get_device(self.ads, label='phone')
35 self.phone_notpaired = android_device.get_device(self.ads, label='phone_notpaired')
Dbluetooth_base_test.py30 self.ads, label='auto')
34 self.target = android_device.get_device(self.ads, label='phone')
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java69 protected void checkCrash(String label) { in checkCrash() argument
80 while (null != (entry = dropbox.getNextEntry(label, timestamp))) { in checkCrash()
83 if (label.equals("system_app_anr")) { in checkCrash()
94 errorDetails.append(label); in checkCrash()
98 KnownFailureItem k = mKnownFailures.findMatchedKnownFailure(label, dropboxSnippet); in checkCrash()
104 label, k.failurePattern, k.bugNumber)); in checkCrash()
107 errorDetails.append(label); in checkCrash()
109 if (label.equals("system_app_anr")) { in checkCrash()
/platform_testing/tests/automotive/mobly_tests/dialer/
Ddialer_test_bluetooth_settings_reflection.py68 def expect_no_label(self, label): argument
70 self.discoverer.mbs.hasUIElementWithText(label),
72 "none was expected" % label
/platform_testing/libraries/motion/src/platform/test/motion/filmstrip/
DFilmstrip.kt108 val labels = screenshots.map { it.frameId.label } in <lambda>()
161 for ((screenshot, label) in screenshots.zip(labels)) { in render() variable
175 /* text = */ label, in render()
212 for ((screenshot, label) in screenshots.zip(labels)) { in render() variable
225 textPaint.getTextBounds(label, 0, label.length, textBounds) in render()
227 /* text = */ label, in render()
/platform_testing/libraries/health/rules/src/android/platform/test/rule/
DSystemHealthRule.java84 private static String checkCrash(Context context, String label, long startTime) {
91 while (null != (entry = dropbox.getNextEntry(label, timestamp))) {
120 for (String label : labels) {
121 final String crash = checkCrash(context, label, startTime);
/platform_testing/libraries/motion/src/platform/test/motion/truth/
DTimeSeriesSubject.kt49 add(fact("| expected", expected.frameIds.map { it.label })) in <lambda>()
50 add(fact("| but got", actual.frameIds.map { it.label })) in <lambda>()
58 add(fact("| unexpected (${ unexpected.size})", unexpected.map { it.label })) in <lambda>()
63 add(fact("| missing (${ missing.size})", missing.map { it.label })) in <lambda>()
/platform_testing/libraries/device-collectors/src/main/platform-collectors/src/android/device/collectors/
DStatsdListener.java533 protected boolean logStart(int label) { in logStart() argument
534 return StatsLog.logStart(label); in logStart()
543 protected boolean logStop(int label) { in logStop() argument
544 return StatsLog.logStop(label); in logStop()