/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsContract_CommonDataKinds_ImTest.java | 59 String label = mResources.getString(res); in assertGetProtocolLabel() local 63 private void assertCustomProtocolLabel(String label) { in assertCustomProtocolLabel() 73 String label = mResources.getString(res); in assertGetTypeLabel() local 77 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | Contacts_PhonesTest.java | 25 CharSequence label = "label"; in testGetDisplayLabel() local 32 CharSequence label = "label"; in testGetDisplayLabelCharSequenceArray() local
|
D | ContactsContract_CommonDataKinds_EmailTest.java | 46 String label = mResources.getString(res); in assertGetTypeLabel() local 50 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_StructuredPostalTest.java | 45 String label = mResources.getString(res); in assertGetTypeLabel() local 49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_PhoneTest.java | 62 String label = mResources.getString(res); in assertGetTypeLabel() local 66 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_SipAddressTest.java | 45 String label = mResources.getString(res); in assertGetTypeLabel() local 49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_RelationTest.java | 56 String label = mResources.getString(res); in assertGetTypeLabel() local 60 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | ContactsContract_CommonDataKinds_OrganizationTest.java | 48 String label = mResources.getString(res); in assertGetTypeLabel() local 52 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
D | Contacts_OrganizationsTest.java | 24 String label = "label"; in testGetDisplayLabel() local
|
D | Contacts_ContactMethodsTest.java | 51 String label = "label"; in test() local
|
/cts/tests/tests/telecom/src/android/telecom/cts/ |
D | DataObjectUnitTests.java | 176 final CharSequence label = "Out of service area"; in testDisconnectCause() local 213 final CharSequence label = "Out of service area"; in testDisconnectCauseWithTelephonyDebugInfo() local 240 final CharSequence label = "Wi-Fi call"; in testStatusHints() local 275 final CharSequence label = "Wi-Fi call"; in testGatewayInfo() local
|
/cts/tests/tests/sharesheet/src/android/service/chooser/ |
D | ChooserActionTest.kt | 41 val label = "Custom Action" in testParcel() constant
|
/cts/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceMultiDeviceKeyEventTest.java | 183 private KeyEvent generateKeyEvent(int deviceId, int action, String label, int repeat) { in generateKeyEvent() 210 private void assertKeyRepeat(int deviceId, String label, int repeat, int count) { in assertKeyRepeat() 218 private void assertKeyUp(int deviceId, String label) { in assertKeyUp()
|
D | InputDeviceKeyLayoutMapTest.java | 302 String label = LABEL_PREFIX + entry.getKey(); in testLayoutKeyEvents() local 324 String label = LABEL_PREFIX + entry.getKey(); in testNewKeycodes() local
|
/cts/tests/app/src/android/app/cts/ |
D | TaskDescriptionTest.java | 116 private void assertTaskDescription(Activity activity, String label, int resId, Bitmap bitmap) { in assertTaskDescription() 121 private void assertTaskDescription(Activity activity, String label, int resId, Bitmap bitmap, in assertTaskDescription()
|
/cts/common/device-side/interactive/automation/src/main/java/com/google/android/interactive/helpers/ |
D | QuickSettingsHelper.java | 42 public static UiObject2 findTileWithLabel(String label) { in findTileWithLabel()
|
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
D | TestAppDetails.java | 56 public String label() { in label() method in TestAppDetails
|
/cts/tests/videocodec/src/android/videocodec/cts/ |
D | VideoEncoderMultiResTest.java | 107 String label = String.format("%dx%d_%dfps_maxb-%d_%s_i-dist-%d", width, in addParams() local 121 String label = String.format("%dx%d_%dfps_%s", width, in addParams() local
|
D | VideoEncoderFrameRateTest.java | 94 String label = String.format("%dkbps_%dx%d_maxb-%d", BIT_RATE / 1000, width, in addParams() local 104 String label = String.format("%dkbps_%dx%d_maxb-%d", bitrate / 1000, width, in addParamsAPV() local
|
D | VideoEncoderPsnrTest.java | 92 String label = String.format("%.1fmbps_%dx%d_%s", bitRate / 1000000.f, width, in addParams() local 104 String label = String.format("%.1fmbps_%dx%d_%s", bitRate / 1000000.f, width, in addParamsAPV() local
|
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/ |
D | AbstractWebViewActivity.java | 34 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | DateSorterTest.java | 76 String label = dateSorter.getLabel(i); in testGetLabel() local
|
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/ |
D | IconHeaderItemPresenter.java | 57 TextView label = (TextView) rootView.findViewById(R.id.header_label); in onBindViewHolder() local
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/ |
D | UserRestrictions.java | 407 final int label; field in UserRestrictions.UserRestrictionItem 410 public UserRestrictionItem(int label, int userAction, String intentAction) { in UserRestrictionItem()
|
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/ |
D | PreferredActivitiesTest.java | 325 private void chooseActivity(String label) { in chooseActivity() 339 private UiObject2 findObjectInDialog(String label) { in findObjectInDialog()
|