Home
last modified time | relevance | path

Searched refs:LABEL (Results 1 – 9 of 9) sorted by relevance

/cts/tests/accessibility/src/android/view/accessibility/cts/
DAccessibilityActionTest.java40 private static final String LABEL = "label"; field in AccessibilityActionTest
48 new AccessibilityAction(ACTION_ID, LABEL); in testParcel()
57 assertEquals(LABEL, result.getLabel()); in testParcel()
66 new AccessibilityAction(ACTION_ID, LABEL); in testConstructor()
69 assertEquals(LABEL, systemAction.getLabel()); in testConstructor()
/cts/tests/inputmethod/src/android/view/inputmethod/cts/
DCompletionInfoTest.java37 private static final String LABEL = "CompletionInfoLabel"; field in CompletionInfoTest
42 CompletionInfo info = new CompletionInfo(ID, POSITION, TEXT, LABEL); in testCompletionInfo()
60 assertEquals(LABEL, info.getLabel().toString()); in assertCompletionInfo()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/account/
DStaticAccountAuthenticator.java36 private static final String LABEL = "test_auth_token_label"; field in StaticAccountAuthenticator
83 return LABEL; in getAuthTokenLabel()
/cts/tests/tests/shortcutmanager/src/android/content/pm/cts/shortcutmanager/
DShortcutManagerRequestPinTest.java79 extras.putString(Constants.LABEL, "label1"); in testRequestPinShortcut()
147 extras.putString(Constants.LABEL, "label1"); in testRequestPinShortcut_multiLaunchers()
207 extras.putString(Constants.LABEL, "label1"); in testRequestPinShortcut_multiLaunchers_withDynamic()
257 extras.putString(Constants.LABEL, "label1"); in testRequestPinShortcut_multiLaunchers_withDynamic()
/cts/tests/tests/shortcutmanager/common/src/android.content.pm.cts.shortcutmanager.common/
DConstants.java49 public static final String LABEL = "LABEL"; field in Constants
/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/
DShortcutConfirmPin.java81 final String expectLabel = shortcut.getExtras().getString(Constants.LABEL); in onCreate()
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/
DContactsTest.java254 Phones.NUMBER_KEY, Phones.LABEL, Phones.ISPRIMARY}; in testPhonesTable()
299 value.put(Phones.LABEL, customeLabel); in testPhonesTable()
333 Organizations.ISPRIMARY, Organizations.TYPE, Organizations.LABEL, in testOrganizationsTable()
383 value.put(Organizations.LABEL, customOrganizationsLabel); in testOrganizationsTable()
554 ContactMethods.LABEL, ContactMethods.ISPRIMARY};
607 value.put(ContactMethods.LABEL, customLabel);
DContactsContract_FrequentsStrequentsTest.java123 Phone.LABEL,
DContactsContract_DataTest.java688 values.put(CommonDataKinds.Phone.LABEL, "free directory assistance"); in createData()