/packages/apps/Test/connectivity/sl4n/rapidjson/bin/data/ |
D | menu.json | 5 {"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/ |
D | Events.java | 38 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()
|
D | EventTracker.java | 30 void sendEvent(@StringRes int category, @StringRes int action, @StringRes int label); in sendEvent()
|
/packages/apps/Settings/tests/app/src/com/android/settings/ |
D | ManagedAccessSettingsLowRamTest.java | 72 final String label = "This feature is not available on this device"; in launchNotificationSetting_onlyWorksIfNotLowRam() local 86 final String label = "This feature is not available on this device"; in launchDndSetting_onlyWorksIfNotLowRam() local 100 final String label = "This feature is not available on this device"; in launchVrSetting_onlyWorksIfNotLowRam() local 114 final String label = "This feature is not available on this device"; in launchPictureInPictureSetting_onlyWorksIfNotLowRam() local
|
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/keyboard/layout/tests/ |
D | LayoutTestsBase.java | 70 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/ |
D | EditorUiUtilsTest.java | 83 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/ |
D | EventCompat.java | 38 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/ |
D | HeaderCell.java | 65 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/ |
D | AbstractLayoutBase.java | 31 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/ |
D | SpinnerOption.java | 24 public final String label; field in SpinnerOption 36 public SpinnerOption(Object value, String label) { in SpinnerOption()
|
/packages/apps/Contacts/src/com/android/contacts/interactions/ |
D | GroupDeletionDialogFragment.java | 37 public static void show(FragmentManager fragmentManager, long groupId, String label) { in show() 48 String label = getArguments().getString(ARG_LABEL); in onCreateDialog() local
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/bots/ |
D | UiBot.java | 146 public void clickActionItem(String label) throws UiObjectNotFoundException { in clickActionItem() 182 public void clickActionbarOverflowItem(String label) { in clickActionbarOverflowItem() 188 public void clickToolbarOverflowItem(String label) { in clickToolbarOverflowItem() 240 UiObject findMenuLabelWithName(String label) { in findMenuLabelWithName() 245 UiObject2 findMenuWithName(String label) { in findMenuWithName() 260 boolean hasMenuWithName(String label) { in hasMenuWithName()
|
D | DirectoryListBot.java | 143 public void openDocument(String label) throws UiObjectNotFoundException { in openDocument() 151 public void selectDocument(String label) throws UiObjectNotFoundException { in selectDocument() 161 public void selectDocument(String label, int number) throws UiObjectNotFoundException { in selectDocument() 169 public UiObject2 findSelectionHotspot(String label) { in findSelectionHotspot() 208 public void waitForDocument(String label) throws UiObjectNotFoundException { in waitForDocument() 212 public UiObject findDocument(String label) throws UiObjectNotFoundException { in findDocument() 276 public void rightClickDocument(String label) throws UiObjectNotFoundException { in rightClickDocument()
|
D | SortHeaderBot.java | 68 final String label = mContext.getString(labelId); in sortBy() local 105 private boolean sortBy(String label, @SortDirection int direction) { in sortBy() 144 private boolean sortBy(String label, @SortDirection int direction) { in sortBy()
|
D | BreadBot.java | 100 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()
|
D | SidebarBot.java | 53 private UiObject findRoot(String label) throws UiObjectNotFoundException { in findRoot() 69 public void openRoot(String label) throws UiObjectNotFoundException { in openRoot()
|
/packages/apps/Contacts/tests/src/com/android/contacts/tests/ |
D | FakeAccountType.java | 77 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/apps/TvSettings/Settings/src/com/android/tv/settings/accessibility/ |
D | AccessibilityServiceConfirmationFragment.java | 60 CharSequence label, boolean enabling) { in newInstance() 76 public static void prepareArgs(@NonNull Bundle args, ComponentName cn, CharSequence label, in prepareArgs() 86 final CharSequence label = getArguments().getCharSequence(ARG_LABEL); in onCreateGuidance() local
|
/packages/apps/PackageInstaller/src/com/android/packageinstaller/ |
D | PackageUtil.java | 66 public static View initSnippet(View snippetView, CharSequence label, Drawable icon) { in initSnippet() 132 @NonNull public CharSequence label; field in PackageUtil.AppSnippet 134 public AppSnippet(@NonNull CharSequence label, @Nullable Drawable icon) { in AppSnippet() 154 CharSequence label = null; in getAppSnippet() local
|
/packages/apps/Dialer/java/com/android/incallui/contactgrid/ |
D | BottomRow.java | 44 @Nullable public final CharSequence label; field in BottomRow.Info 53 public Info( in Info() 76 CharSequence label; in getInfo() local
|
D | TopRow.java | 49 @Nullable public final CharSequence label; field in TopRow.Info 53 public Info(@Nullable CharSequence label, @Nullable Drawable icon, boolean labelIsSingleLine) { in Info() 63 CharSequence label = null; in getInfo() local
|
/packages/apps/UnifiedEmail/src/com/android/mail/analytics/ |
D | Tracker.java | 29 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/ |
D | StopWatch.java | 30 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/ |
D | ResultActivity.java | 83 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()
|
/packages/apps/DeskClock/src/com/android/deskclock/ |
D | LabelDialogFragment.java | 67 public static LabelDialogFragment newInstance(Alarm alarm, String label, String tag) { in newInstance() 127 String label = args.getString(ARG_LABEL); in onCreateDialog() local 180 String label = mLabelBox.getText().toString(); in setLabel() local 197 void onDialogLabelSet(Alarm alarm, String label, String tag); in onDialogLabelSet()
|