/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/permission2/res/raw/ |
D | automotive_android_manifest.xml | 27 android:label="@string/car_permission_label"/> 31 android:label="@string/car_permission_label_energy" 35 android:label="@string/car_permission_label_car_identification" 39 android:label="@string/car_permission_label_hvac" 43 android:label="@string/car_permission_label_control_car_doors" 47 android:label="@string/car_permission_label_control_car_windows" 51 android:label="@string/car_permission_label_control_car_mirrors" 55 android:label="@string/car_permission_label_control_car_seats" 59 android:label="@string/car_permission_label_mileage" 63 android:label="@string/car_permission_label_car_tires" [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_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()
|
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()
|
D | ContactsContract_CommonDataKinds_PhoneTest.java | 55 assertCustomTypeLabel("Custom Label"); in testGetTypeLabel() 62 String label = mResources.getString(res); in assertGetTypeLabel() local 63 assertEquals(label, Phone.getTypeLabel(mResources, type, "")); in assertGetTypeLabel() 66 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel() argument 69 assertEquals(label, Phone.getTypeLabel(mResources, Phone.TYPE_CUSTOM, label)); in assertCustomTypeLabel()
|
/cts/tests/tests/widget/ |
D | AndroidManifest.xml | 25 <application android:label="Android TestCase" 36 android:label="EmptyCtsActivity" 45 android:label="AbsoluteLayoutCtsActivity" 54 android:label="TwoLineListItemCtsActivity" 63 android:label="ViewFlipperCtsActivity" 72 android:label="HorizontalScrollViewCtsActivity" 81 android:label="SlidingDrawerCtsActivity" 90 android:label="DigitalClockCtsActivity" 99 android:label="ImageViewCtsActivity" 108 android:label="ImageSwitcherCtsActivity" [all …]
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceKeyLayoutMapTest.java | 206 * @param label Key label from key layout mapping definition 210 private int updateMetaState(int action, String label) { in updateMetaState() argument 214 if (label.equals("CTRL_LEFT")) { in updateMetaState() 217 if (label.equals("CTRL_RIGHT")) { in updateMetaState() 220 if (label.equals("SHIFT_LEFT")) { in updateMetaState() 223 if (label.equals("SHIFT_RIGHT")) { in updateMetaState() 226 if (label.equals("ALT_LEFT")) { in updateMetaState() 229 if (label.equals("ALT_RIGHT")) { in updateMetaState() 232 if (label.equals("CAPS_LOCK")) { in updateMetaState() 235 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" 74 android:label="RemoteCamera2OfflineTestActivity" 81 android:label="RemoteMediaRecorderCameraActivity" 88 android:label="CameraExtensionTestActivity" [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/hardware/ |
D | AndroidManifest.xml | 36 android:label="CameraCtsActivity" 42 android:label="Camera2CtsActivity" 48 android:label="Camera2MultiViewCtsActivity" 54 android:label="GLSurfaceViewCtsActivity"/> 57 android:label="ErrorLoggingService" 63 android:label="RemoteCamera1Activity" 70 android:label="RemoteCamera2Activity" 77 android:label="InputCtsActivity" 84 android:label="InputAssistantActivity" 100 android:label="FingerprintTestActivity"> [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 | 21 <application android:label="Translation TestCase"> 25 android:label="SimpleActivity" 33 android:label="VirtualContainerViewActivity" 37 android:label="CustomTextViewActivity" 42 android:label="CtsTranslationService" 54 android:label="CtsContentCaptureService" 64 android:label="Test IME" 77 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" /> 69 <application android:label="Android TestCase" 89 android:label="MockActivity"> 97 android:label="MockApplicationActivity" 106 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()
|
/cts/tests/tests/appop/AppToBlame1/ |
D | AndroidManifest.xml | 23 <attribution android:tag="attribution1" android:label="@string/dummyLabel" /> 24 <attribution android:tag="attribution2" android:label="@string/dummyLabel" /> 25 <attribution android:tag="attribution3" android:label="@string/dummyLabel" /> 26 <attribution android:tag="attribution4" android:label="@string/dummyLabel" /> 27 <attribution android:tag="attribution5" android:label="@string/dummyLabel" />
|
/cts/tests/tests/media/ |
D | AndroidManifest.xml | 54 android:label="MediaProjectionActivity" 57 android:label="AudioManagerStub"/> 59 android:label="AudioManagerStubHelper"/> 61 android:label="DecodeAccuracyTestActivity" 71 android:label="MediaSessionTestActivity" 81 android:label="MediaStubActivity" 91 android:label="MediaStubActivity2" 101 android:label="FaceDetectorStub"/> 103 android:label="MediaPlayerSurfaceStubActivity" 111 android:label="ResourceManagerStubActivity" [all …]
|
/cts/apps/CtsVerifier/ |
D | AndroidManifest.xml | 111 android:label="@string/da_policy_serialization_test" 128 android:label="@string/da_uninstall_test" 145 android:label="@string/da_tapjacking_test" 172 android:label="Overlaying Activity"> 179 android:label="@string/battery_saver_test" 194 android:label="@string/ibo_test" 207 android:label="@string/remove_from_recents_test" 221 android:label="@string/companion_test" 236 android:label="@string/companion_service_test" 253 android:label="Presence Listener Service" [all …]
|