Home
last modified time | relevance | path

Searched full:label (Results 1 – 25 of 114) sorted by relevance

12345

/platform_testing/tests/jank/UbSystemUiJankTests/
DAndroidManifest.xml28 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/
DAndroidManifest.xml28 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/
DAndroidManifest.xml27 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/
Dbt_3device_config.yaml6 label: auto
8 label: phone
10 label: phone_notpaired
Ddialer_test_bluetooth_settings_reflection.py68 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/
Dbt_sms_config.yaml6 label: auto
8 label: phone
10 label: phone_notpaired
/platform_testing/tests/automotive/mobly_tests/utilities/
Dcontacts_test.vcf7 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/
Dbt_discovery_config.yaml6 label: auto
8 label: phone
/platform_testing/tests/automotive/mobly_tests/perfromance/
Dbt_performance_10_iterations.yaml6 label: auto
8 label: phone
/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')
/platform_testing/tests/functional/devicehealthchecks/src/com/android/devicehealthchecks/
DCrashCheckBase.java67 * 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/
DAndroidManifest.xml8 android:label="@string/app_name"
12 android:label="@string/app_name" >
/platform_testing/tests/automotive/mobly_tests/media/
Dmedia_test_synchronized_device_disconnected_connected.py57 # 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')
Dmedia_test_now_playing_label_displayed.py42 """Tests is Now Playing label displayed on HU"""
50 '<Now Playing> label should be displayed')
/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>()
105 add(simpleFact("| @${actual.frameIds[actualIndex].label}")) in <lambda>()
/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/flicker/collector/test/
DAndroidManifest.xml23 <application android:label="DefaultUITraceListenerTest"
30 android:label="UI Trace Listener Test">
/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/utils/shell-as/shell-code/
Dselinux-x86.S34 // 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/
DAndroidManifest.xml27 android:label="AccessibilityTestActivity"
38 android:label="Accessibility microbenchmark tests" />
/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/flicker/utils/test/
DAndroidManifest.xml26 <application android:label="FlickerLibUtilsTest"
34 android:label="WindowManager Flicker Lib Test">
/platform_testing/tests/codecoverage/instrumentation/
DAndroidManifest.xml8 android:label="Coverage smoke test"/>
/platform_testing/libraries/power-helper/sample/
DAndroidManifest.xml28 <application android:label="Power Tests">
35 android:label="UB-UIAutomator Power Tests">
/platform_testing/libraries/audio-test-harness/instrumentation/
DAndroidManifest.xml34 android:label="ATHTestApp"
45 android:label="Runs the Audio Test Harness Instrumentation Tests">

12345