Searched refs:LABEL (Results 1 – 9 of 9) sorted by relevance
/cts/tests/accessibility/src/android/view/accessibility/cts/ |
D | AccessibilityActionTest.java | 40 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/ |
D | CompletionInfoTest.java | 37 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/ |
D | StaticAccountAuthenticator.java | 36 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/ |
D | ShortcutManagerRequestPinTest.java | 79 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/ |
D | Constants.java | 49 public static final String LABEL = "LABEL"; field in Constants
|
/cts/tests/tests/shortcutmanager/packages/src/android/content/pm/cts/shortcutmanager/packages/ |
D | ShortcutConfirmPin.java | 81 final String expectLabel = shortcut.getExtras().getString(Constants.LABEL); in onCreate()
|
/cts/tests/tests/contactsprovider/src/android/provider/cts/contacts/ |
D | ContactsTest.java | 254 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);
|
D | ContactsContract_FrequentsStrequentsTest.java | 123 Phone.LABEL,
|
D | ContactsContract_DataTest.java | 688 values.put(CommonDataKinds.Phone.LABEL, "free directory assistance"); in createData()
|