Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 76) sorted by relevance

1234

/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsContract_CommonDataKinds_ImTest.java59 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()
DContacts_PhonesTest.java25 CharSequence label = "label"; in testGetDisplayLabel() local
32 CharSequence label = "label"; in testGetDisplayLabelCharSequenceArray() local
DContactsContract_CommonDataKinds_EmailTest.java46 String label = mResources.getString(res); in assertGetTypeLabel() local
50 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContactsContract_CommonDataKinds_StructuredPostalTest.java45 String label = mResources.getString(res); in assertGetTypeLabel() local
49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContactsContract_CommonDataKinds_PhoneTest.java62 String label = mResources.getString(res); in assertGetTypeLabel() local
66 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContactsContract_CommonDataKinds_SipAddressTest.java45 String label = mResources.getString(res); in assertGetTypeLabel() local
49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContactsContract_CommonDataKinds_RelationTest.java56 String label = mResources.getString(res); in assertGetTypeLabel() local
60 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContactsContract_CommonDataKinds_OrganizationTest.java48 String label = mResources.getString(res); in assertGetTypeLabel() local
52 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContacts_OrganizationsTest.java24 String label = "label"; in testGetDisplayLabel() local
DContacts_ContactMethodsTest.java51 String label = "label"; in test() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java176 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/
DChooserActionTest.kt41 val label = "Custom Action" in testParcel() constant
/cts/tests/tests/view/src/android/view/cts/input/
DInputDeviceMultiDeviceKeyEventTest.java183 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()
DInputDeviceKeyLayoutMapTest.java302 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/
DTaskDescriptionTest.java116 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/
DQuickSettingsHelper.java42 public static UiObject2 findTileWithLabel(String label) { in findTileWithLabel()
/cts/common/device-side/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppDetails.java56 public String label() { in label() method in TestAppDetails
/cts/tests/videocodec/src/android/videocodec/cts/
DVideoEncoderMultiResTest.java107 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
DVideoEncoderFrameRateTest.java94 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
DVideoEncoderPsnrTest.java92 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/
DAbstractWebViewActivity.java34 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput()
/cts/tests/tests/webkit/src/android/webkit/cts/
DDateSorterTest.java76 String label = dateSorter.getLabel(i); in testGetLabel() local
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DIconHeaderItemPresenter.java57 TextView label = (TextView) rootView.findViewById(R.id.header_label); in onBindViewHolder() local
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java407 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/
DPreferredActivitiesTest.java325 private void chooseActivity(String label) { in chooseActivity()
339 private UiObject2 findObjectInDialog(String label) { in findObjectInDialog()

1234