| /cts/tests/tests/appop/AppWithTooManyAttributions/ |
| D | AndroidManifest.xml | 23 <attribution android:tag="f0" android:label="@string/dummyLabel" /> 24 <attribution android:tag="f1" android:label="@string/dummyLabel" /> 25 <attribution android:tag="f2" android:label="@string/dummyLabel" /> 26 <attribution android:tag="f3" android:label="@string/dummyLabel" /> 27 <attribution android:tag="f4" android:label="@string/dummyLabel" /> 28 <attribution android:tag="f5" android:label="@string/dummyLabel" /> 29 <attribution android:tag="f6" android:label="@string/dummyLabel" /> 30 <attribution android:tag="f7" android:label="@string/dummyLabel" /> 31 <attribution android:tag="f8" android:label="@string/dummyLabel" /> 32 <attribution android:tag="f9" android:label="@string/dummyLabel" /> [all …]
|
| /cts/tests/tests/hardware/res/raw/ |
| D | keyboard_layout_english_us.kcm | 26 label: '`' 32 label: '1' 38 label: '2' 44 label: '3' 50 label: '4' 56 label: '5' 62 label: '6' 68 label: '7' 74 label: '8' 80 label: '9' [all …]
|
| D | keyboard_layout_german.kcm | 30 label: '^' 36 label: '1' 42 label: '2' 49 label: '3' 56 label: '4' 62 label: '5' 68 label: '6' 74 label: '7' 81 label: '8' 88 label: '9' [all …]
|
| D | keyboard_layout_french.kcm | 33 label: '\u00b2' 38 label: '1' 44 label: '2' 51 label: '3' 58 label: '4' 65 label: '5' 72 label: '6' 79 label: '7' 86 label: '8' 93 label: '9' [all …]
|
| /cts/tests/input/res/raw/ |
| D | keyboard_layout_english_us.kcm | 26 label: '`' 32 label: '1' 38 label: '2' 44 label: '3' 50 label: '4' 56 label: '5' 62 label: '6' 68 label: '7' 74 label: '8' 80 label: '9' [all …]
|
| /cts/tests/tests/permissionpolicy/res/raw/ |
| D | automotive_android_manifest.xml | 28 android:label="@string/car_permission_label"/> 32 android:label="@string/car_permission_label_energy" 37 android:label="@string/car_permission_label_control_car_energy" 41 android:label="@string/car_permission_label_read_driver_monitoring_settings" 45 android:label="@string/car_permission_label_control_driver_monitoring_settings" 49 android:label="@string/car_permission_label_read_driver_monitoring_states" 53 android:label="@string/car_permission_label_adjust_range_remaining" 57 android:label="@string/car_permission_label_car_identification" 61 android:label="@string/car_permission_label_hvac" 65 android:label="@string/car_permission_label_control_car_doors" [all …]
|
| /cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
| D | Contacts_PhonesTest.java | 25 CharSequence label = "label"; in testGetDisplayLabel() local 27 Phones.TYPE_CUSTOM, label).toString(); in testGetDisplayLabel() 28 assertEquals(label, display); in testGetDisplayLabel() 32 CharSequence label = "label"; in testGetDisplayLabelCharSequenceArray() local 43 Phones.TYPE_CUSTOM, label, labelArray).toString(); in testGetDisplayLabelCharSequenceArray() 44 assertEquals(label, display); in testGetDisplayLabelCharSequenceArray() 47 Phones.TYPE_HOME, label, labelArray).toString(); in testGetDisplayLabelCharSequenceArray() 51 Phones.TYPE_MOBILE, label, labelArray).toString(); in testGetDisplayLabelCharSequenceArray() 55 Phones.TYPE_WORK, label, labelArray).toString(); in testGetDisplayLabelCharSequenceArray() 59 Phones.TYPE_FAX_WORK, label, labelArray).toString(); in testGetDisplayLabelCharSequenceArray() [all …]
|
| D | ContactsContract_CommonDataKinds_ImTest.java | 44 assertCustomProtocolLabel("Custom Label"); in testGetProtocolLabel() 52 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 59 String label = mResources.getString(res); in assertGetProtocolLabel() local 60 assertEquals(label, Im.getProtocolLabel(mResources, type, "")); in assertGetProtocolLabel() 63 private void assertCustomProtocolLabel(String label) { in assertCustomProtocolLabel() argument 66 assertEquals(label, Im.getProtocolLabel(mResources, Im.PROTOCOL_CUSTOM, label)); in assertCustomProtocolLabel() 73 String label = mResources.getString(res); in assertGetTypeLabel() local 74 assertEquals(label, Im.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 77 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 80 assertEquals(label, Im.getTypeLabel(mResources, Im.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
| D | ContactsContract_CommonDataKinds_SipAddressTest.java | 38 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 45 String label = mResources.getString(res); in assertGetTypeLabel() local 46 assertEquals(label, SipAddress.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 52 assertEquals(label, SipAddress.getTypeLabel(mResources, SipAddress.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
| D | ContactsContract_CommonDataKinds_StructuredPostalTest.java | 38 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 45 String label = mResources.getString(res); in assertGetTypeLabel() local 46 assertEquals(label, StructuredPostal.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 52 assertEquals(label, StructuredPostal.getTypeLabel(mResources, in assertCustomTypeLabel() 53 StructuredPostal.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
| D | ContactsContract_CommonDataKinds_EmailTest.java | 39 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 46 String label = mResources.getString(res); in assertGetTypeLabel() local 47 assertEquals(label, Email.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 50 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 53 assertEquals(label, Email.getTypeLabel(mResources, Email.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
| D | ContactsContract_CommonDataKinds_OrganizationTest.java | 41 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 48 String label = mResources.getString(res); in assertGetTypeLabel() local 49 assertEquals(label, Organization.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 52 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 55 assertEquals(label, Organization.getTypeLabel(mResources, Im.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
| D | Contacts_ContactMethodsTest.java | 51 String label = "label"; in test() local 53 ContactMethods.TYPE_CUSTOM, label).toString(); in test() 54 assertEquals(label, display); in test() 57 ContactMethods.TYPE_CUSTOM, label).toString(); in test() 58 assertEquals(label, display); in test()
|
| /cts/tests/tests/widget/ |
| D | AndroidManifest.xml | 29 <application android:label="Android TestCase" 41 android:label="EmptyCtsActivity" 50 android:label="Empty test activity" 58 android:label="TextViewMouseInteractionActivity" 67 android:label="AbsoluteLayoutCtsActivity" 76 android:label="TwoLineListItemCtsActivity" 85 android:label="ViewFlipperCtsActivity" 94 android:label="HorizontalScrollViewCtsActivity" 103 android:label="SlidingDrawerCtsActivity" 112 android:label="DigitalClockCtsActivity" [all …]
|
| /cts/tests/camera/ |
| D | AndroidManifest.xml | 40 android:label="CameraCtsActivity" 49 android:label="Camera2CtsActivity" 58 android:label="Camera2MultiViewCtsActivity" 67 android:label="GLSurfaceViewCtsActivity"/> 70 android:label="ErrorLoggingService" 76 android:label="RemoteCamera1Activity" 86 android:label="RemoteCamera2Activity" 98 android:label="RemoteCamera2OfflineTestActivity" 108 android:label="RemoteMediaRecorderCameraActivity" 118 android:label="CameraExtensionTestActivity" [all …]
|
| /cts/tests/translation/ |
| D | AndroidManifest.xml | 22 <application android:label="Translation TestCase"> 30 android:label="EmptyActivity" 36 android:label="SimpleActivity" 44 android:label="VirtualContainerViewActivity" 48 android:label="CustomTextViewActivity" 53 android:label="CtsTranslationService" 65 android:label="CtsContentCaptureService" 82 android:label="Test IME" 95 android:label="CTS tests of android.translation">
|
| /cts/tests/tests/view/ |
| D | AndroidManifest.xml | 30 <application android:label="Android TestCase" 38 android:label="Empty Activity" 49 android:label="ViewStubCtsActivity" 59 android:label="Using Views Test" 69 android:label="Focus Handling Test" 78 android:label="ViewGroupCtsActivity" 90 android:label="ViewTestCtsActivity" 100 android:label="ViewTestCtsActivity" 109 android:label="AnimationTestCtsActivity" 120 android:label="GridLayoutAnimCtsActivity" [all …]
|
| /cts/tests/tests/hardware/ |
| D | AndroidManifest.xml | 40 android:label="CameraCtsActivity" 46 android:label="Camera2CtsActivity" 52 android:label="Camera2MultiViewCtsActivity" 58 android:label="GLSurfaceViewCtsActivity"/> 61 android:label="ErrorLoggingService" 67 android:label="RemoteCamera1Activity" 74 android:label="RemoteCamera2Activity" 81 android:label="InputCtsActivity" 88 android:label="InputAssistantActivity" 104 android:label="FingerprintTestActivity"> [all …]
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
| D | AbstractWebViewActivity.java | 34 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() argument 36 final UiObject2 parent = label.getParent(); in getInput() 39 if (label.equals(previous)) { in getInput() 48 uiBot.dumpScreen("getInput() for label " + label + "failed"); in getInput() 49 throw new IllegalStateException("could not find username (label=" + label + ")"); in getInput()
|
| /cts/tests/contentcaptureservice/ |
| D | AndroidManifest.xml | 27 android:label="Blank" 39 android:label="Blanka" 50 android:label="Login" 62 android:label="ReizingEdit" 75 android:label="Childless" 87 android:label="CustomView" 99 android:label="NullTextView" 112 android:label="Oop" 126 android:label="DataSharing" 139 android:label="PartialNotImportant" [all …]
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | DateSorterTest.java | 76 String label = dateSorter.getLabel(i); in testGetLabel() local 77 assertNotNull(label); in testGetLabel() 78 assertThat(label.length(), greaterThan(0)); in testGetLabel() 79 // label must be unique in testGetLabel() 80 assertFalse("Set should not contain label", set.contains(label)); in testGetLabel() 81 set.add(label); in testGetLabel() 82 // cannot assert actual label contents, since resources are not public in testGetLabel()
|
| /cts/tests/input/ |
| D | AndroidManifest.xml | 20 <application android:label="InputTest"> 22 android:label="Overlay activity" 39 android:label="IncompleteMotion activity" 44 android:label="Capture events" 50 android:label="Empty activity for simple tests" 56 android:label="CTS keyboard layout provider" 68 android:label="Tests for input APIs and behaviours.">
|
| /cts/tests/tests/opengl/ |
| D | AndroidManifest.xml | 31 android:label="@string/app_name" 34 <activity android:label="@string/app_name" 37 <activity android:label="@string/app_name" 42 android:label="@string/app_name"/> 44 android:label="@string/app_name"/> 47 android:label="CompressedTextureCtsActivity" 62 android:label="GLSurfaceViewCts"
|
| /cts/tests/app/app/ |
| D | AndroidManifest.xml | 24 android:label="@string/permlab_testGranted" 45 <attribution android:tag="localActivity" android:label="@string/sample_text" /> 46 <attribution android:tag="localActivityAlias" android:label="@string/sample_text" /> 47 <attribution android:tag="localService" android:label="@string/sample_text" /> 48 <attribution android:tag="localProvider" android:label="@string/sample_text" /> 49 <attribution android:tag="localReceiver" android:label="@string/sample_text" /> 81 <application android:label="Android TestCase" 101 android:label="MockActivity"> 109 android:label="MockApplicationActivity" 118 android:label="InstrumentationTestActivity" [all …]
|
| /cts/tests/accessibility/src/android/view/accessibility/cts/ |
| D | AccessibilityActionTest.java | 40 private static final String LABEL = "label"; field in AccessibilityActionTest 48 new AccessibilityAction(ACTION_ID, LABEL); in testParcel() 57 assertEquals(LABEL, result.getLabel()); in testParcel() 66 new AccessibilityAction(ACTION_ID, LABEL); in testConstructor() 69 assertEquals(LABEL, systemAction.getLabel()); in testConstructor()
|