/platform_testing/libraries/motion/src/platform/test/motion/golden/ |
D | TimeSeries.kt | 46 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
|
D | JsonGoldenSerializer.kt | 78 is SupplementalFrameId -> frameId.label in frameIdToJson()
|
/platform_testing/tests/automotive/mobly_tests/ |
D | bluetooth_sms_base_test.py | 26 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')
|
D | bluetooth_base_test.py | 30 self.ads, label='auto') 34 self.target = android_device.get_device(self.ads, label='phone')
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | CrashCheckBase.java | 69 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/ |
D | dialer_test_bluetooth_settings_reflection.py | 68 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/ |
D | Filmstrip.kt | 108 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/ |
D | SystemHealthRule.java | 84 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/ |
D | TimeSeriesSubject.kt | 49 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/ |
D | StatsdListener.java | 533 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()
|