/platform_testing/tests/jank/UbSystemUiJankTests/ |
D | AndroidManifest.xml | 28 android:label="DummyActivity"> 34 android:label="Cupcake" 42 android:label="Donut" 50 android:label="Eclair" 58 android:label="Froyo" 66 android:label="Gingerbread" 74 android:label="Honeycomb" 82 android:label="Icecream Sandwich" 90 android:label="Jellybean" 98 android:label="Key Lime Pie" [all …]
|
/platform_testing/tests/microbenchmarks/LauncherIconsApp/ |
D | AndroidManifest.xml | 28 android:label="DummyActivity"> 34 android:label="Cupcake" 42 android:label="Donut" 50 android:label="Eclair" 58 android:label="Froyo" 66 android:label="Gingerbread" 74 android:label="Honeycomb" 82 android:label="Icecream Sandwich" 90 android:label="Jellybean" 98 android:label="Key Lime Pie" [all …]
|
/platform_testing/tests/perf/PerformanceLaunch/ |
D | AndroidManifest.xml | 27 android:label="@string/app_name" 31 android:label="@string/app_name" 37 android:label="@string/app_name" 49 android:label="@string/app_name" 55 android:label="@string/app_name" 61 android:label="@string/app_name" 67 android:label="@string/app_name" 73 android:label="@string/app_name" 79 android:label="@string/app_name" 85 android:label="@string/app_name"
|
/platform_testing/tests/automotive/mobly_tests/dialer/ |
D | bt_3device_config.yaml | 6 label: auto 8 label: phone 10 label: phone_notpaired
|
D | dialer_test_bluetooth_settings_reflection.py | 68 def expect_no_label(self, label): argument 70 self.discoverer.mbs.hasUIElementWithText(label), 71 "After disconnecting, found an element with label \'%s\' on Dialer screen, when" 72 "none was expected" % label
|
/platform_testing/tests/automotive/mobly_tests/sms/ |
D | bt_sms_config.yaml | 6 label: auto 8 label: phone 10 label: phone_notpaired
|
/platform_testing/tests/automotive/mobly_tests/utilities/ |
D | contacts_test.vcf | 7 ADR;TYPE#WORK;PREF#1;LABEL#"Normality\nTesttown\, XX 00000\nTestland":;;111 Test Street;Testtown;XX… 15 ADR;TYPE#WORK;PREF#1;LABEL#"Normality\nTesttown\, XX 00000\nTestland":;;111 Test Street;Testtown;XX… 23 ADR;TYPE#WORK;PREF#1;LABEL#"Normality\nTesttown\, XX 00000\nTestland":;;111 Test Street;Testtown;XX… 31 ADR;TYPE#WORK;PREF#1;LABEL#"Normality\nTesttown\, XX 00000\nTestland":;;111 Test Street;Testtown;XX… 39 ADR;TYPE#WORK;PREF#1;LABEL#"Normality\nTesttown\, XX 00000\nTestland":;;111 Test Street;Testtown;XX…
|
/platform_testing/tests/automotive/mobly_tests/pairing/ |
D | bt_discovery_config.yaml | 6 label: auto 8 label: phone
|
/platform_testing/tests/automotive/mobly_tests/perfromance/ |
D | bt_performance_10_iterations.yaml | 6 label: auto 8 label: phone
|
/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')
|
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/ |
D | CrashCheckBase.java | 67 * Check dropbox service for a particular label and assert if found 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/libraries/screenshot/deviceless/layoutlib/tests/res/testApp/MyApplication/src/main/ |
D | AndroidManifest.xml | 8 android:label="@string/app_name" 12 android:label="@string/app_name" >
|
/platform_testing/tests/automotive/mobly_tests/media/ |
D | media_test_synchronized_device_disconnected_connected.py | 57 # Assert <Bluetooth Audio disconnected> label is present 59 '<Bluetooth Audio disconnected> label should be present') 65 # Assert <Bluetooth Audio disconnected> label is NOT present 67 '<Bluetooth Audio disconnected> label should be present')
|
D | media_test_now_playing_label_displayed.py | 42 """Tests is Now Playing label displayed on HU""" 50 '<Now Playing> label should be displayed')
|
/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>() 105 add(simpleFact("| @${actual.frameIds[actualIndex].label}")) in <lambda>()
|
/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/flicker/collector/test/ |
D | AndroidManifest.xml | 23 <application android:label="DefaultUITraceListenerTest" 30 android:label="UI Trace Listener Test">
|
/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
|
/platform_testing/utils/shell-as/shell-code/ |
D | selinux-x86.S | 34 // calls are used to obtain the runtime address of a label. Once the location 35 // of one label is known, other labels can be addressed relative to the known 36 // label.
|
/platform_testing/tests/microbenchmarks/accessibility/ |
D | AndroidManifest.xml | 27 android:label="AccessibilityTestActivity" 38 android:label="Accessibility microbenchmark tests" />
|
/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/flicker/utils/test/ |
D | AndroidManifest.xml | 26 <application android:label="FlickerLibUtilsTest" 34 android:label="WindowManager Flicker Lib Test">
|
/platform_testing/tests/codecoverage/instrumentation/ |
D | AndroidManifest.xml | 8 android:label="Coverage smoke test"/>
|
/platform_testing/libraries/power-helper/sample/ |
D | AndroidManifest.xml | 28 <application android:label="Power Tests"> 35 android:label="UB-UIAutomator Power Tests">
|
/platform_testing/libraries/audio-test-harness/instrumentation/ |
D | AndroidManifest.xml | 34 android:label="ATHTestApp" 45 android:label="Runs the Audio Test Harness Instrumentation Tests">
|