Searched refs:description (Results 251 - 275 of 363) sorted by relevance

<<1112131415

/frameworks/base/tests/CoreTests/android/core/
H A DTestEventHandler.java454 * @param description Brief description of the error
456 public void error(int id, String description) { argument
459 " description " + description);
/frameworks/rs/script_api/
H A Drs_value_types.spec19 description:
93 description:
102 description:
112 description:
122 description:
131 description:
138 description:
145 description:
153 description:
165 description
[all...]
/frameworks/support/recommendation/src/android/support/app/recommendation/
H A DContentRecommendation.java382 * Returns the description text for this recommendation.
384 * @return A String containing the recommendation description text.
766 * Sets the description text for the recommendation.
768 * @param description A String containing the recommendation description text.
771 public Builder setText(@Nullable String description) { argument
772 mBuilderText = description;
/frameworks/support/v13/tests/java/android/support/v13/view/
H A DDragStartHelperTest.java156 public void describeTo(Description description) { argument
157 description.appendText("TouchPositionMatcher: " + mExpectedPosition);
/frameworks/support/v7/appcompat/src/android/support/v7/app/
H A DToolbarActionBar.java166 public void setHomeActionContentDescription(CharSequence description) { argument
167 mDecorToolbar.setNavigationContentDescription(description);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/widget/
H A DAppCompatBaseImageViewTest.java52 private void verifyImageSourceIsColoredAs(String description, @NonNull ImageView imageView, argument
55 TestUtils.assertAllPixelsOfColor(description,
H A DPopupMenuTest.java292 public void describeTo(Description description) {
293 description.appendText("has window focus");
647 public void describeTo(Description description) {
648 description.appendText("self of parent has content description: " + expected);
/frameworks/base/core/java/android/content/
H A DClipData.java689 * @param description The ClipDescription describing the clip contents.
692 public ClipData(ClipDescription description, Item item) { argument
693 mClipDescription = description;
705 * @param description The ClipDescription describing the clip contents.
711 public ClipData(ClipDescription description, ArrayList<Item> items) { argument
712 mClipDescription = description;
/frameworks/base/core/java/android/provider/
H A DMediaStore.java797 * The description of the image
800 public static final String DESCRIPTION = "description";
900 * @param description The description of the image
905 String name, String description) throws FileNotFoundException {
910 String ret = insertImage(cr, bm, name, description);
969 * @param description The description of the image
974 String title, String description) {
977 values.put(Images.Media.DESCRIPTION, description);
904 insertImage(ContentResolver cr, String imagePath, String name, String description) argument
973 insertImage(ContentResolver cr, Bitmap source, String title, String description) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/espresso/
H A DFloatingToolbarEspressoUtils.java149 public void describeTo(Description description) {}
/frameworks/base/libs/hwui/
H A DProgram.h104 // Program description
182 * Resets this description. All fields are reset back to the default
345 Program(const ProgramDescription& description, const char* vertex, const char* fragment);
/frameworks/base/services/core/java/com/android/server/
H A DVibratorService.java950 String description = getNextArg();
951 if (description == null) {
952 description = "Shell command";
957 vibrate(Binder.getCallingUid(), description, effect, AudioAttributes.USAGE_UNKNOWN,
969 pw.println(" vibrate duration [description]");
/frameworks/opt/net/voip/src/java/com/android/server/sip/
H A DSipService.java766 public void onError(int errorCode, String description) { argument
767 if (SKAI_DBG) loge("onError: errorCode=" + errorCode + " desc=" + description);
908 public void onError(int errorCode, String description) { argument
910 loge("onError: errorCode=" + errorCode + " desc=" + description);
/frameworks/base/core/java/android/app/
H A DActivityManager.java1209 * @param label A label and description of the current state of this task.
1224 * @param label A label and description of the current state of this activity.
1234 * @param label A label and description of the current state of this activity.
1306 * Sets the label for this task description.
1314 * Sets the primary color for this task description.
1326 * Sets the background color for this task description.
1352 * Sets the icon for this task description.
1370 * @return The label and description of the current state of this task.
1571 public CharSequence description; field in class:ActivityManager.RecentTaskInfo
1670 TextUtils.writeToParcel(description, des
1882 public CharSequence description; field in class:ActivityManager.RunningTaskInfo
2034 addAppTask(@onNull Activity activity, @NonNull Intent intent, @Nullable TaskDescription description, @NonNull Bitmap thumbnail) argument
[all...]
H A DNotificationChannel.java298 * Sets the user visible description of this channel.
303 public void setDescription(String description) { argument
304 mDesc = getTrimmedString(description);
449 * Returns the user visible description of this channel.
/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternView.java1347 public VirtualViewContainer(CharSequence description) { argument
1348 this.description = description;
1350 CharSequence description; field in class:LockPatternView.PatternExploreByTouchHelper.VirtualViewContainer
1387 CharSequence contentDescription = mItems.get(virtualViewId).description;
H A DToolbarWidgetWrapper.java646 public void setNavigationContentDescription(CharSequence description) { argument
647 mHomeDescription = description;
/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java146 private static final String DESCRIPTION = "One's description...";
189 // Creates a multi-line description.
481 // title.txt and description.txt entries.
799 * @param description bugreport description as provided by the user
805 String name, String title, String description,
809 SystemProperties.get("ro.build.description"), body);
812 if (description != null) {
813 assertContainsRegex("missing description", description, bod
803 assertActionSendMultiple(Bundle extras, String bugreportContent, String screenshotContent, int id, int pid, String subject, String name, String title, String description, int numberScreenshots, boolean renamedScreenshots) argument
[all...]
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/scanner/
H A DWifiScanningServiceImpl.java850 String description) {
853 "reason=" + reason + ", " + description);
855 new WifiScanner.OperationResult(reason, description));
1327 private void sendBackgroundScanFailedToAllAndClear(int reason, String description) { argument
1332 new WifiScanner.OperationResult(reason, description));
1782 private void sendPnoScanFailedToAllAndClear(int reason, String description) { argument
1787 new WifiScanner.OperationResult(reason, description));
2042 void replyFailed(Message msg, int reason, String description) { argument
2047 reply.obj = new WifiScanner.OperationResult(reason, description);
849 sendOpFailedToAllAndClear(RequestList<?> clientHandlers, int reason, String description) argument
/frameworks/base/core/java/android/widget/
H A DToolbar.java502 * clicked. Apps using a logo should also supply a description using
618 * clicked. Apps using a logo should also supply a description using
650 * Set a description of the toolbar's logo.
652 * <p>This description will be used for accessibility or other similar descriptions
662 * Set a description of the toolbar's logo.
664 * <p>This description will be used for accessibility or other similar descriptions
667 * @param description Description to set
669 public void setLogoDescription(CharSequence description) { argument
670 if (!TextUtils.isEmpty(description)) {
674 mLogoView.setContentDescription(description);
919 setNavigationContentDescription(@ullable CharSequence description) argument
[all...]
H A DAppSecurityPermissions.java318 CharSequence grpName, CharSequence description, boolean dangerous) {
324 description, dangerous, icon);
317 getPermissionItemView(Context context, CharSequence grpName, CharSequence description, boolean dangerous) argument
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaBrowserCompat.java471 MediaDescriptionCompat description =
474 return new MediaItem(description, flags);
500 * @param description The description of the media, which must include a
504 public MediaItem(@NonNull MediaDescriptionCompat description, @Flags int flags) { argument
505 if (description == null) {
506 throw new IllegalArgumentException("description cannot be null");
508 if (TextUtils.isEmpty(description.getMediaId())) {
509 throw new IllegalArgumentException("description must have a non-empty media id");
512 mDescription = description;
[all...]
/frameworks/support/v7/appcompat/src/android/support/v7/widget/
H A DToolbar.java493 * clicked. Apps using a logo should also supply a description using
613 * clicked. Apps using a logo should also supply a description using
645 * Set a description of the toolbar's logo.
647 * <p>This description will be used for accessibility or other similar descriptions
657 * Set a description of the toolbar's logo.
659 * <p>This description will be used for accessibility or other similar descriptions
662 * @param description Description to set
664 public void setLogoDescription(CharSequence description) { argument
665 if (!TextUtils.isEmpty(description)) {
669 mLogoView.setContentDescription(description);
914 setNavigationContentDescription(@ullable CharSequence description) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DNotificationMenuRow.java408 String description = String.format(
413 menuView.setContentDescription(description);
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragState.java554 ClipDescription description, ClipData data,
559 return DragEvent.obtain(action, winX, winY, localState, description, data,
552 obtainDragEvent(WindowState win, int action, float x, float y, Object localState, ClipDescription description, ClipData data, IDragAndDropPermissions dragAndDropPermissions, boolean result) argument

Completed in 650 milliseconds

<<1112131415