Searched refs:description (Results 201 - 225 of 363) sorted by relevance

1234567891011>>

/frameworks/support/percent/tests/java/android/support/percent/
H A DPercentDynamicLayoutTest.java65 public void describeTo(Description description) {
66 description.appendText("has parent");
/frameworks/support/samples/SupportLeanbackJank/src/com/google/android/leanbackjank/data/
H A DVideoProvider.java77 String description = String.format(Locale.US,
78 "The gripping yet whimsical description of videoInfo %d in category %d", j,
86 videoInfo.setDescription(description);
/frameworks/support/v7/appcompat/tests/src/android/support/v7/app/
H A DAppCompatMenuItemIconTintingTest.java107 private void verifyIconIsColoredAs(String description, @NonNull Drawable icon, argument
109 TestUtils.assertAllPixelsOfColor(description,
H A DDrawerDynamicLayoutTest.java68 public void describeTo(Description description) {
69 description.appendText("has parent");
/frameworks/base/tools/fonts/
H A Dfontchain_lint.py401 sequence, description, _ = line.split(';')
405 description = description.strip()
406 if description == 'text style':
408 elif description == 'emoji style':
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java548 String description = printer.getDescription();
550 || description != null && description.toLowerCase()
680 CharSequence description = printer.getDescription();
684 subtitle = description;
685 } else if (TextUtils.isEmpty(description)) {
689 printServiceLabel, description);
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaRouterService.java1259 final String description = computeDescription(descriptor);
1260 if (!Objects.equals(mMutableInfo.description, description)) {
1261 mMutableInfo.description = description;
1337 final String description = descriptor.description;
1338 return TextUtils.isEmpty(description) ? null : description;
/frameworks/base/sax/tests/saxtests/src/android/sax/
H A DSafeSaxTest.java287 mediaGroup.getChild(MEDIA_NAMESPACE, "description")
290 video.description = body;
415 || localName.equals("description")
501 if (localName.equals("description")) {
502 video.description = takeText();
538 public String description; field in class:SafeSaxTest.YouTubeVideo
/frameworks/base/telephony/java/com/android/internal/telephony/
H A DCallerInfo.java576 * @return a geographical description string for the specified number.
603 String description = geocoder.getDescriptionForNumber(pn, locale);
604 if (VDBG) Rlog.v(TAG, "- got description: '" + description + "'");
605 return description;
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaSessionCompat.java1181 * with the given {@link MediaDescriptionCompat description} at the end of the play queue.
1183 * @param description The {@link MediaDescriptionCompat} for creating the {@link QueueItem}
1186 public void onAddQueueItem(MediaDescriptionCompat description) { argument
1191 * with the given {@link MediaDescriptionCompat description} at the specified position
1194 * @param description The {@link MediaDescriptionCompat} for creating the {@link QueueItem}
1198 public void onAddQueueItem(MediaDescriptionCompat description, int index) { argument
1203 * specified {@link QueueItem} with the given {@link MediaDescriptionCompat description}
1206 * @param description The {@link MediaDescriptionCompat} for denoting the {@link QueueItem}
1209 public void onRemoveQueueItem(MediaDescriptionCompat description) { argument
1573 * A single item that is part of the play queue. It contains a description
1594 QueueItem(MediaDescriptionCompat description, long id) argument
1598 QueueItem(Object queueItem, MediaDescriptionCompat description, long id) argument
2722 addQueueItem(MediaDescriptionCompat description) argument
2727 addQueueItemAt(MediaDescriptionCompat description, int index) argument
2732 removeQueueItem(MediaDescriptionCompat description) argument
3648 removeQueueItem(MediaDescriptionCompat description) argument
[all...]
/frameworks/av/drm/libdrmframework/include/
H A DDrmManager.h98 int uniqueId, const String8& path, int action, const ActionDescription& description);
H A DDrmManagerClientImpl.h215 * @param[in] description Detailed description of the action
219 int uniqueId, const String8& path, int action, const ActionDescription& description);
H A DDrmManagerService.h104 int action, const ActionDescription& description);
/frameworks/av/drm/libdrmframework/plugins/common/include/
H A DIDrmEngine.h235 * @param[in] description Detailed description of the action
239 int action, const ActionDescription& description) = 0;
/frameworks/av/drm/libdrmframework/plugins/forward-lock/FwdLockEngine/include/
H A DFwdLockEngine.h234 * @param description Detailed description of the action
240 const ActionDescription& description);
/frameworks/base/core/java/android/nfc/cardemulation/
H A DApduServiceInfo.java102 public ApduServiceInfo(ResolveInfo info, boolean onHost, String description, argument
107 this.mDescription = description;
410 out.append(", description: " + mDescription);
466 String description = source.readString();
482 return new ApduServiceInfo(info, onHost, description, staticAidGroups,
/frameworks/base/core/java/android/webkit/
H A DWebViewClient.java246 * @param description A String describing the error.
253 String description, String failingUrl) {
252 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
/frameworks/base/libs/hwui/font/
H A DFont.cpp486 FontDescription description(paint, matrix);
487 Font* font = state->mActiveFonts.get(description);
490 font = new Font(state, description);
491 state->mActiveFonts.put(description, font);
/frameworks/base/media/java/android/media/browse/
H A DMediaBrowser.java758 * @param description The description of the media, which must include a
762 public MediaItem(@NonNull MediaDescription description, @Flags int flags) { argument
763 if (description == null) {
764 throw new IllegalArgumentException("description cannot be null");
766 if (TextUtils.isEmpty(description.getMediaId())) {
767 throw new IllegalArgumentException("description must have a non-empty media id");
770 mDescription = description;
838 * Returns the description of the media.
/frameworks/native/services/sensorservice/
H A DSensorDevice.h173 handleHidlDeath(ret.description());
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DWifiDiagnostics.java648 private static void dumpPacketFatesInternal(PrintWriter pw, String description, argument
651 pw.format("No fates fetched for \"%s\"\n", description);
656 pw.format("HAL provided zero fates for \"%s\"\n", description);
660 pw.format("--------------------- %s ----------------------\n", description);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareNativeManager.java150 sb.append(status.code).append(" (").append(status.description).append(")");
/frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/
H A DScanTestUtil.java416 public void describeTo(final Description description) {
417 description.appendText("bucket band is ").appendValue(expectedBand);
480 public void describeTo(final Description description) {
481 description.appendText("bucket channels are ").appendValue(expectedChannels);
/frameworks/rs/
H A Dupdate-prebuilts.py42 description=inspect.getdoc(sys.modules[__name__]))
/frameworks/av/drm/drmserver/
H A DDrmManagerService.cpp228 int action, const ActionDescription& description) {
230 return mDrmManager->validateAction(uniqueId, path, action, description);
226 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument

Completed in 594 milliseconds

1234567891011>>