/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/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/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_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 …]
|
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 …]
|
/cts/tests/pdf/module/src/android/graphics/pdf/cts/module/ |
D | PdfFormFillingTest.java | 202 new ListItem(/* label= */ "Foo", /* selected= */ false), in getFormWidgetInfo_editableCombobox() 203 new ListItem(/* label= */ "Bar", /* selected= */ false), in getFormWidgetInfo_editableCombobox() 204 new ListItem(/* label= */ "Qux", /* selected= */ false)); in getFormWidgetInfo_editableCombobox() 221 new ListItem(/* label= */ "Apple", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 222 new ListItem(/* label= */ "Banana", /* selected= */ true), in getFormWidgetInfo_unEditableCombobox() 223 new ListItem(/* label= */ "Cherry", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 224 new ListItem(/* label= */ "Date", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 225 new ListItem(/* label= */ "Elderberry", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 226 new ListItem(/* label= */ "Fig", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 227 new ListItem(/* label= */ "Guava", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() [all …]
|
D | PdfFormFillingPreVTest.java | 199 new ListItem(/* label= */ "Foo", /* selected= */ false), in getFormWidgetInfo_editableCombobox() 200 new ListItem(/* label= */ "Bar", /* selected= */ false), in getFormWidgetInfo_editableCombobox() 201 new ListItem(/* label= */ "Qux", /* selected= */ false)); in getFormWidgetInfo_editableCombobox() 218 new ListItem(/* label= */ "Apple", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 219 new ListItem(/* label= */ "Banana", /* selected= */ true), in getFormWidgetInfo_unEditableCombobox() 220 new ListItem(/* label= */ "Cherry", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 221 new ListItem(/* label= */ "Date", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 222 new ListItem(/* label= */ "Elderberry", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 223 new ListItem(/* label= */ "Fig", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() 224 new ListItem(/* label= */ "Guava", /* selected= */ false), in getFormWidgetInfo_unEditableCombobox() [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" 51 android:label="Empty test activity" 60 android:label="TextViewMouseInteractionActivity" 70 android:label="AbsoluteLayoutCtsActivity" 80 android:label="TwoLineListItemCtsActivity" 90 android:label="ViewFlipperCtsActivity" 100 android:label="HorizontalScrollViewCtsActivity" 110 android:label="SlidingDrawerCtsActivity" 120 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 | 29 <application android:label="Android TestCase" 37 android:label="Empty Activity" 48 android:label="ViewStubCtsActivity" 59 android:label="Using Views Test" 69 android:label="Focus Handling Test" 78 android:label="ViewGroupCtsActivity" 92 android:label="ViewTestCtsActivity" 102 android:label="ViewTestCtsActivity" 111 android:label="AnimationTestCtsActivity" 122 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" 83 android:label="InputCtsActivity" 91 android:label="InputAssistantActivity" 107 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/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" /> 91 <application android:label="Android TestCase" 111 android:label="MockActivity"> 119 android:label="MockApplicationActivity" 128 android:label="InstrumentationTestActivity" [all …]
|
/cts/tests/tests/opengl/ |
D | AndroidManifest.xml | 29 android:label="@string/app_name" 32 <activity android:label="@string/app_name" 36 <activity android:label="@string/app_name" 42 android:label="@string/app_name" 45 android:label="@string/app_name" 49 android:label="CompressedTextureCtsActivity" 65 android:label="GLSurfaceViewCts"
|
/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()
|