/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_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_StructuredPostalTest.java | 45 String label = mResources.getString(res); in assertGetTypeLabel() local 49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
|
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_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/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/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/ |
D | TestAppDetails.java | 57 public String label() { in label() method in TestAppDetails
|
/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/tests/tests/view/src/android/view/cts/input/ |
D | InputDeviceMultiDeviceKeyEventTest.java | 206 private KeyEvent generateKeyEvent(int deviceId, int action, String label, int repeat) { in generateKeyEvent() 239 private void assertKeyRepeat(int deviceId, String label, int repeat, int count) { in assertKeyRepeat() 247 private void assertKeyUp(int deviceId, String label) { in assertKeyUp()
|
/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 | 406 final int label; field in UserRestrictions.UserRestrictionItem 409 public UserRestrictionItem(int label, int userAction, String intentAction) { in UserRestrictionItem()
|
/cts/tests/app/shared/src/android/app/cts/ |
D | CtsAppTestUtils.java | 71 public static String findLine(String[] lines, CharSequence label) { in findLine()
|
/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()
|
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/ |
D | DocumentsClientTest.java | 98 private void revealRoot(UiSelector rootsListSelector, String label) in revealRoot() 137 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot() 156 private UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() 206 private boolean checkToolbarTitleEquals(String label) { in checkToolbarTitleEquals()
|
/cts/tests/sensor/src/android/hardware/cts/helpers/ |
D | SensorCtsHelper.java | 193 public static String formatAssertionMessage(String label, TestSensorEnvironment environment) { in formatAssertionMessage() 208 String label, in formatAssertionMessage() 225 String label, in formatAssertionMessage()
|
/cts/tests/videocodec/src/android/videocodec/cts/ |
D | VideoEncoderMaxBFrameTest.java | 87 String label = String.format("%dkbps_%dx%d_maxb-%d", BIT_RATE / 1000, WIDTH, in input() local
|