Home
last modified time | relevance | path

Searched defs:label (Results 1 – 25 of 52) 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_EmailTest.java46 String label = mResources.getString(res); in assertGetTypeLabel() local
50 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_RelationTest.java56 String label = mResources.getString(res); in assertGetTypeLabel() local
60 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_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/view/src/android/view/cts/input/
DInputDeviceKeyLayoutMapTest.java210 private int updateMetaState(int action, String label) { in updateMetaState()
264 private KeyEvent generateKeyEvent(int action, String label) { in generateKeyEvent()
298 private void checkMetaKeyState(String label, int metaState) { in checkMetaKeyState()
339 String label = LABEL_PREFIX + entry.getKey(); in testLayoutKeyEvents() local
DInputDeviceMultiDeviceKeyEventTest.java227 private KeyEvent generateKeyEvent(int deviceId, int action, String label, int repeat) { in generateKeyEvent()
260 private void assertKeyRepeat(int deviceId, String label, int repeat, int count) { in assertKeyRepeat()
268 private void assertKeyUp(int deviceId, String label) { in assertKeyUp()
/cts/tests/tests/telecom/src/android/telecom/cts/
DDataObjectUnitTests.java168 final CharSequence label = "Out of service area"; in testDisconnectCause() local
202 final CharSequence label = "Wi-Fi call"; in testStatusHints() local
237 final CharSequence label = "Wi-Fi call"; in testGatewayInfo() local
/cts/tests/autofillservice/src/android/autofillservice/cts/activities/
DAbstractWebViewActivity.java33 protected UiObject2 getInput(UiBot uiBot, UiObject2 label) throws Exception { in getInput()
/cts/tests/tests/webkit/src/android/webkit/cts/
DDateSorterTest.java54 String label = dateSorter.getLabel(i); in testGetLabel() local
/cts/hostsidetests/packagemanager/dynamicmime/test/src/android/dynamicmime/testapp/preferred/
DPreferredActivitiesTest.java288 private void chooseActivity(String label) { in chooseActivity()
295 private UiObject2 findActivityInDialog(String label) { in findActivityInDialog()
/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.java349 final int label; field in UserRestrictions.UserRestrictionItem
352 public UserRestrictionItem(int label, int userAction, String intentAction) { in UserRestrictionItem()
/cts/hostsidetests/appsecurity/test-apps/DocumentClient/src/com/android/cts/documentclient/
DDocumentsClientTest.java82 private void revealRoot(UiSelector rootsList, String label) throws UiObjectNotFoundException { in revealRoot()
107 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot()
126 private UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument()
176 private void assertToolbarTitleEquals(String label) throws UiObjectNotFoundException { in assertToolbarTitleEquals()
/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/tests/view/jni/
Dandroid_view_cts_InputDeviceKeyLayoutMapTest.cpp49 std::string type, code, label, flags; in loadGenericKl() local
/cts/tests/inputmethod/src/android/view/inputmethod/cts/util/
DTestWebView.java75 UiObject2 label = null; in getInput() local
/cts/tests/app/src/android/app/cts/
DTaskDescriptionTest.java99 private void assertTaskDescription(Activity activity, String label, int resId, Bitmap bitmap) { in assertTaskDescription()
/cts/tests/tests/widget/src/android/widget/cts/
DPointerIconTest.java90 private TabHost.TabSpec createTabSpec(TabHost tabHost, String label, PointerIcon pointerIcon) { in createTabSpec()
/cts/hostsidetests/appcompat/compatchanges/src/com/android/cts/appcompat/
DCompatChangesSelinuxTest.java143 String label = matcher.group("label"); in getPackageToDomain() local

123