Home
last modified time | relevance | path

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

123

/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_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_StructuredPostalTest.java45 String label = mResources.getString(res); in assertGetTypeLabel() local
49 private void assertCustomTypeLabel(String label) { in assertCustomTypeLabel()
DContactsContract_CommonDataKinds_EmailTest.java46 String label = mResources.getString(res); in assertGetTypeLabel() local
50 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/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/bedstead/testapp/src/library/main/java/com/android/bedstead/testapp/
DTestAppDetails.java57 public String label() { in label() method in TestAppDetails
/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/tests/tests/view/src/android/view/cts/input/
DInputDeviceMultiDeviceKeyEventTest.java206 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/
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.java406 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/
DCtsAppTestUtils.java71 public static String findLine(String[] lines, CharSequence label) { in findLine()
/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()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java98 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/
DSensorCtsHelper.java193 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/
DVideoEncoderMaxBFrameTest.java87 String label = String.format("%dkbps_%dx%d_maxb-%d", BIT_RATE / 1000, WIDTH, in input() local

123