| /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/tests/permission2/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_adjust_range_remaining" 45 android:label="@string/car_permission_label_car_identification" 49 android:label="@string/car_permission_label_hvac" 53 android:label="@string/car_permission_label_control_car_doors" 57 android:label="@string/car_permission_label_control_car_windows" 61 android:label="@string/car_permission_label_control_car_mirrors" 65 android:label="@string/car_permission_label_control_car_seats" [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 | 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()
|
| 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 | ContactsContract_CommonDataKinds_RelationTest.java | 49 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 56 String label = mResources.getString(res); in assertGetTypeLabel() local 57 assertEquals(label, Relation.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 60 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 63 assertEquals(label, Relation.getTypeLabel(mResources, Relation.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
| /cts/tests/tests/widget/ |
| D | AndroidManifest.xml | 25 <application android:label="Android TestCase" 37 android:label="EmptyCtsActivity" 46 android:label="Empty test activity" 55 android:label="AbsoluteLayoutCtsActivity" 64 android:label="TwoLineListItemCtsActivity" 73 android:label="ViewFlipperCtsActivity" 82 android:label="HorizontalScrollViewCtsActivity" 91 android:label="SlidingDrawerCtsActivity" 100 android:label="DigitalClockCtsActivity" 109 android:label="ImageViewCtsActivity" [all …]
|
| /cts/tests/tests/view/src/android/view/cts/input/ |
| D | InputDeviceKeyLayoutMapTest.java | 207 * @param label Key label from key layout mapping definition 211 private int updateMetaState(int action, String label) { in updateMetaState() argument 215 if (label.equals("CTRL_LEFT")) { in updateMetaState() 218 if (label.equals("CTRL_RIGHT")) { in updateMetaState() 221 if (label.equals("SHIFT_LEFT")) { in updateMetaState() 224 if (label.equals("SHIFT_RIGHT")) { in updateMetaState() 227 if (label.equals("ALT_LEFT")) { in updateMetaState() 230 if (label.equals("ALT_RIGHT")) { in updateMetaState() 233 if (label.equals("CAPS_LOCK")) { in updateMetaState() 236 if (label.equals("NUM_LOCK")) { in updateMetaState() [all …]
|
| /cts/tests/camera/ |
| D | AndroidManifest.xml | 33 android:label="CameraCtsActivity" 39 android:label="Camera2CtsActivity" 45 android:label="Camera2MultiViewCtsActivity" 51 android:label="GLSurfaceViewCtsActivity"/> 54 android:label="ErrorLoggingService" 60 android:label="RemoteCamera1Activity" 67 android:label="RemoteCamera2Activity" 79 android:label="RemoteCamera2OfflineTestActivity" 86 android:label="RemoteMediaRecorderCameraActivity" 93 android:label="CameraExtensionTestActivity" [all …]
|
| /cts/tests/tests/hardware/ |
| D | AndroidManifest.xml | 39 android:label="CameraCtsActivity" 45 android:label="Camera2CtsActivity" 51 android:label="Camera2MultiViewCtsActivity" 57 android:label="GLSurfaceViewCtsActivity"/> 60 android:label="ErrorLoggingService" 66 android:label="RemoteCamera1Activity" 73 android:label="RemoteCamera2Activity" 80 android:label="InputCtsActivity" 87 android:label="InputAssistantActivity" 103 android:label="FingerprintTestActivity"> [all …]
|
| /cts/tests/tests/view/ |
| D | AndroidManifest.xml | 29 <application android:label="Android TestCase" 37 android:label="Empty Activity" 48 android:label="ViewStubCtsActivity" 58 android:label="Using Views Test" 68 android:label="Focus Handling Test" 77 android:label="ViewGroupCtsActivity" 89 android:label="ViewTestCtsActivity" 99 android:label="ViewTestCtsActivity" 108 android:label="AnimationTestCtsActivity" 119 android:label="GridLayoutAnimCtsActivity" [all …]
|
| /cts/tests/tests/webkit/src/android/webkit/cts/ |
| D | DateSorterTest.java | 54 String label = dateSorter.getLabel(i); in testGetLabel() local 55 assertNotNull(label); in testGetLabel() 56 assertThat(label.length(), greaterThan(0)); in testGetLabel() 57 // label must be unique in testGetLabel() 58 assertFalse("Set should not contain label", set.contains(label)); in testGetLabel() 59 set.add(label); in testGetLabel() 60 // cannot assert actual label contents, since resources are not public in testGetLabel()
|
| /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" 75 android:label="Test IME" 88 android:label="CTS tests of android.translation">
|
| /cts/tests/app/app/ |
| D | AndroidManifest.xml | 23 android:label="@string/permlab_testGranted" 44 <attribution android:tag="localActivity" android:label="@string/sample_text" /> 45 <attribution android:tag="localActivityAlias" android:label="@string/sample_text" /> 46 <attribution android:tag="localService" android:label="@string/sample_text" /> 47 <attribution android:tag="localProvider" android:label="@string/sample_text" /> 48 <attribution android:tag="localReceiver" android:label="@string/sample_text" /> 71 <application android:label="Android TestCase" 91 android:label="MockActivity"> 99 android:label="MockApplicationActivity" 108 android:label="InstrumentationTestActivity" [all …]
|
| /cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
| D | AbstractWebViewActivity.java | 33 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput() argument 35 final UiObject2 parent = label.getParent(); in getInput() 38 if (label.equals(previous)) { in getInput() 47 uiBot.dumpScreen("getInput() for label " + label + "failed"); in getInput() 48 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" 143 android:label="CtsContentCaptureService" [all …]
|
| /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/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()
|