Home
last modified time | relevance | path

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

12

/cts/tests/tests/provider/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
62 CharSequence label = "label"; in testGetDisplayLabelCharSequenceArray() local
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_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.java25 String label = "label"; in testGetDisplayLabel() local
DContacts_ContactMethodsTest.java55 String label = "label"; in test() local
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java164 final CharSequence label = "Out of service area"; in testDisconnectCause() local
198 final CharSequence label = "Wi-Fi call"; in testStatusHints() local
233 final CharSequence label = "Wi-Fi call"; in testGatewayInfo() local
/cts/tools/dasm/src/java_cup/
Dproduction_part.java37 public String label() {return _label;} in label() method in production_part
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DUserRestrictions.java289 final int label; field in UserRestrictions.UserRestrictionItem
292 public UserRestrictionItem(int label, int userAction, String intentAction) { in UserRestrictionItem()
/cts/tests/tests/webkit/src/android/webkit/cts/
DDateSorterTest.java49 String label = dateSorter.getLabel(i); in testGetLabel() local
/cts/tests/autofillservice/src/android/autofillservice/cts/
DWebViewActivity.java157 private UiObject2 getLabel(UiBot uiBot, String label) throws Exception { in getLabel()
163 final UiObject2 label = getLabel(uiBot, contentDescription); in getInput() local
DVirtualContainerView.java342 Line addLine(String labelId, String label, String textId, String text, int inputType) { in addLine()
416 final Item label; field in VirtualContainerView.Line
427 private Line(String labelId, String label, String textId, String text, int inputType) { in Line()
/cts/tests/leanbackjank/app/src/android/leanbackjank/app/presenter/
DIconHeaderItemPresenter.java57 TextView label = (TextView) rootView.findViewById(R.id.header_label); in onBindViewHolder() local
/cts/tests/app/src/android/app/cts/
DTaskDescriptionTest.java77 private void assertTaskDescription(Activity activity, String label, int resId) { in assertTaskDescription()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java58 private void revealRoot(UiSelector rootsList, String label) throws UiObjectNotFoundException { in revealRoot()
76 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot()
95 private UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument()
/cts/tests/sensor/src/android/hardware/cts/helpers/
DSensorCtsHelper.java186 public static String formatAssertionMessage(String label, TestSensorEnvironment environment) { in formatAssertionMessage()
201 String label, in formatAssertionMessage()
218 String label, in formatAssertionMessage()
/cts/tests/tests/os/src/android/os/cts/
DBuildVersionTest.java96 private void assertAnyOf(String label, String actualValue, Set<String> permittedValues) { in assertAnyOf()
/cts/tests/tests/widget/src/android/widget/cts/
DPointerIconTest.java88 private TabHost.TabSpec createTabSpec(TabHost tabHost, String label, PointerIcon pointerIcon) { in createTabSpec()
/cts/hostsidetests/statsd/src/android/cts/statsd/atom/
DAtomTestCase.java510 public void doAppBreadcrumbReportedStart(int label) throws Exception { in doAppBreadcrumbReportedStart()
514 public void doAppBreadcrumbReportedStop(int label) throws Exception { in doAppBreadcrumbReportedStop()
518 public void doAppBreadcrumbReported(int label, int state) throws Exception { in doAppBreadcrumbReported()
/cts/tests/tests/app.usage/src/android/app/usage/cts/
DUsageStatsTest.java587 final String label; field in UsageStatsTest.AggrEventData
592 AggrEventData(String label) { in AggrEventData()
674 private void verifyCount(int oldCount, int newCount, boolean larger, String label, in verifyCount()
691 private void verifyDuration(long oldDur, long newDur, boolean larger, String label, in verifyDuration()
/cts/tests/tests/view/src/android/view/textclassifier/cts/
DTextClassifierValueObjectsTest.java233 final String label = "label"; in testTextClassificationLegacy() local

12