Home
last modified time | relevance | path

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

12345678910>>...14

/packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/
Dmenu.json5 {"id": "OpenNew", "label": "Open New"}, string
7 {"id": "ZoomIn", "label": "Zoom In"}, string
8 {"id": "ZoomOut", "label": "Zoom Out"}, string
9 {"id": "OriginalView", "label": "Original View"}, string
15 {"id": "Find", "label": "Find..."}, string
16 {"id": "FindAgain", "label": "Find Again"}, string
18 {"id": "CopyAgain", "label": "Copy Again"}, string
19 {"id": "CopySVG", "label": "Copy SVG"}, string
20 {"id": "ViewSVG", "label": "View SVG"}, string
21 {"id": "ViewSource", "label": "View Source"}, string
[all …]
/packages/apps/DeskClock/src/com/android/deskclock/events/
DEvents.java38 public static void sendAlarmEvent(@StringRes int action, @StringRes int label) { in sendAlarmEvent()
48 public static void sendClockEvent(@StringRes int action, @StringRes int label) { in sendClockEvent()
58 public static void sendTimerEvent(@StringRes int action, @StringRes int label) { in sendTimerEvent()
68 public static void sendStopwatchEvent(@StringRes int action, @StringRes int label) { in sendStopwatchEvent()
78 public static void sendScreensaverEvent(@StringRes int action, @StringRes int label) { in sendScreensaverEvent()
92 @StringRes int label) { in sendEvent()
DEventTracker.java30 void sendEvent(@StringRes int category, @StringRes int action, @StringRes int label); in sendEvent()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/
DLayoutTestsBase.java70 static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
75 static ExpectedKey key(final String label, final String outputText, in key()
87 public static ExpectedAdditionalMoreKey additionalMoreKey(final String label) { in additionalMoreKey()
92 static ExpectedKey moreKey(final String label) { in moreKey()
98 static ExpectedKey moreKey(final String label, final String outputText) { in moreKey()
/packages/apps/Contacts/tests/src/com/android/contacts/editor/
DEditorUiUtilsTest.java83 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_NonLocalAccount() local
97 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), in testGetProfileAccountInfo_DeviceLocalAccount() local
109 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_NonGoogle() local
120 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_Google() local
133 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); in testGetAccountInfo_AccountType_DeviceAccount() local
/packages/apps/Contacts/src/com/android/contacts/compat/
DEventCompat.java38 public static CharSequence getTypeLabel(Resources res, int type, CharSequence label) { in getTypeLabel()
50 private static CharSequence getTypeLabelInternal(Resources res, int type, CharSequence label) { in getTypeLabelInternal()
/packages/apps/DocumentsUI/src/com/android/documentsui/sorting/
DHeaderCell.java65 TextView label = (TextView) findViewById(R.id.label); in onBind() local
116 private void setDataTypeNumber(View label) { in setDataTypeNumber()
121 private void setDataTypeString(View label) { in setDataTypeString()
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/expected/
DAbstractLayoutBase.java31 public static ExpectedKey key(final String label, final ExpectedKey ... moreKeys) { in key()
36 public static ExpectedKey key(final String label, final String outputText, in key()
42 public static ExpectedKey key(final String label, final int code, in key()
69 public static ExpectedAdditionalMoreKey additionalMoreKey(final String label) { in additionalMoreKey()
74 public static ExpectedKey moreKey(final String label) { in moreKey()
80 public static ExpectedKey moreKey(final String label, final String outputText) { in moreKey()
86 public static ExpectedKey moreKey(final String label, final int code) { in moreKey()
/packages/apps/Email/src/com/android/email/activity/setup/
DSpinnerOption.java24 public final String label; field in SpinnerOption
36 public SpinnerOption(Object value, String label) { in SpinnerOption()
/packages/apps/Dialer/java/com/android/incallui/contactgrid/
DTopRow.java54 @Nullable public final CharSequence label; field in TopRow.Info
58 public Info(@Nullable CharSequence label, @Nullable Drawable icon, boolean labelIsSingleLine) { in Info()
68 CharSequence label = null; in getInfo() local
158 String label = in getColoredConnectionLabel() local
191 CharSequence label = getCallingViaLabel(context, state); in getLabelForDialing() local
DBottomRow.java41 @Nullable public final CharSequence label; field in BottomRow.Info
50 public Info( in Info()
73 CharSequence label; in getInfo() local
/packages/apps/Contacts/src/com/android/contacts/interactions/
DGroupDeletionDialogFragment.java37 public static void show(FragmentManager fragmentManager, long groupId, String label) { in show()
48 String label = getArguments().getString(ARG_LABEL); in onCreateDialog() local
/packages/apps/Contacts/tests/src/com/android/contacts/tests/
DFakeAccountType.java77 public static FakeAccountType create(String accountType, String label) { in create()
84 public static FakeAccountType create(String accountType, String label, Drawable icon) { in create()
92 public static AccountType create(AccountWithDataSet account, String label, Drawable icon) { in create()
/packages/services/Car/tests/CarDeveloperOptions/src/com/android/car/developeroptions/applications/specialaccess/zenaccess/
DFriendlyWarningDialogFragment.java42 public FriendlyWarningDialogFragment setPkgInfo(String pkg, CharSequence label) { in setPkgInfo()
55 final String label = args.getString(KEY_LABEL); in onCreateDialog() local
DScaryWarningDialogFragment.java42 public ScaryWarningDialogFragment setPkgInfo(String pkg, CharSequence label) { in setPkgInfo()
55 final String label = args.getString(KEY_LABEL); in onCreateDialog() local
/packages/apps/Settings/src/com/android/settings/applications/specialaccess/zenaccess/
DFriendlyWarningDialogFragment.java42 public FriendlyWarningDialogFragment setPkgInfo(String pkg, CharSequence label) { in setPkgInfo()
55 final String label = args.getString(KEY_LABEL); in onCreateDialog() local
DScaryWarningDialogFragment.java42 public ScaryWarningDialogFragment setPkgInfo(String pkg, CharSequence label) { in setPkgInfo()
55 final String label = args.getString(KEY_LABEL); in onCreateDialog() local
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/
DDirectoryListBot.java182 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument()
190 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument()
200 public void selectDocument(String label, int number) throws UiObjectNotFoundException { in selectDocument()
208 public boolean isDocumentSelected(String label) throws UiObjectNotFoundException { in isDocumentSelected()
215 public UiObject2 findSelectionHotspot(String label) { in findSelectionHotspot()
261 public void waitForDocument(String label) throws UiObjectNotFoundException { in waitForDocument()
265 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument()
286 public boolean hasDocumentPreview(String label) { in hasDocumentPreview()
344 public void rightClickDocument(String label) throws UiObjectNotFoundException { in rightClickDocument()
DBreadBot.java100 public void clickItem(String label) throws UiObjectNotFoundException { in clickItem()
129 public boolean hasHorizontalEntry(String label) { in hasHorizontalEntry()
134 public ViewInteraction findHorizontalEntry(String label) { in findHorizontalEntry()
DUiBot.java159 public void clickActionItem(String label) throws UiObjectNotFoundException { in clickActionItem()
195 public void clickActionbarOverflowItem(String label) { in clickActionbarOverflowItem()
201 public void clickToolbarOverflowItem(String label) { in clickToolbarOverflowItem()
270 public UiObject findMenuLabelWithName(String label) { in findMenuLabelWithName()
275 UiObject2 findMenuWithName(String label) { in findMenuWithName()
290 boolean hasMenuWithName(String label) { in hasMenuWithName()
DSidebarBot.java55 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot()
71 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/
DAccessibilityServiceConfirmationFragment.java61 CharSequence label, boolean enabling) { in newInstance()
77 public static void prepareArgs(@NonNull Bundle args, ComponentName cn, CharSequence label, in prepareArgs()
87 final CharSequence label = getArguments().getCharSequence(ARG_LABEL); in onCreateGuidance() local
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/
DTracker.java29 void sendEvent(String category, String action, String label, long value); in sendEvent()
30 void sendMenuItemEvent(String category, int itemResId, String label, long value); in sendMenuItemEvent()
31 void sendTiming(String category, long millis, String name, String label); in sendTiming()
/packages/apps/Dialer/java/com/android/contacts/common/util/
DStopWatch.java30 private StopWatch(String label) { in StopWatch()
36 public static StopWatch start(String label) { in start()
/packages/apps/Contacts/tests/src/com/android/contacts/tests/allintents/
DResultActivity.java83 private void addRowForValue(String label, Object value) { in addRowForValue()
134 TextView label = new TextView(this); in addRow() local
165 private void addRowWithBitmap(String label, Bitmap bitmap) { in addRowWithBitmap()

12345678910>>...14