Searched refs:description (Results 176 - 200 of 412) sorted by relevance

1234567891011>>

/frameworks/support/buildSrc/src/main/groovy/android/support/checkapi/
H A DCheckApiTask.groovy161 description = 'Invoke Doclava\'s ApiCheck tool to make sure current.txt is up to date.'
/frameworks/support/design/tests/src/android/support/design/widget/
H A DAppBarLayoutBaseTest.java129 public void describeTo(Description description) {
130 description.appendText(
/frameworks/support/paging/runtime/
H A Dbuild.gradle72 description "Android Lifecycle Extensions"
/frameworks/support/room/runtime/
H A Dbuild.gradle84 description "Android Room-Runtime"
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylist.java69 * a longer description, a breadcrumb to help with global navigation (often indicating where
84 * Constructs a Guidance object with the specified title, description, breadcrumb, and
87 * @param description The description for the current guided step.
91 public Guidance(String title, String description, String breadcrumb, Drawable icon) { argument
94 mDescription = description;
107 * Returns the description specified when this Guidance was constructed.
108 * @return The description for this Guidance.
232 * Returns the view displaying the description of the guidance.
233 * @return The text view object for the description
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.java92 public NfcFServiceInfo(ResolveInfo info, String description, argument
96 this.mDescription = description;
238 out.append(", description: " + mDescription);
297 String description = source.readString();
310 NfcFServiceInfo service = new NfcFServiceInfo(info, description,
/frameworks/base/core/java/android/print/
H A DPrinterInfo.java42 * This class represents the description of a printer. Instances of
46 * description and printer capabilities which describe the various
93 int iconResourceId, boolean hasCustomPrinterIcon, String description,
101 mDescription = description;
198 * Gets the printer description.
200 * @return The description.
386 builder.append(", description=").append(mDescription);
503 * Sets the <strong>localized</strong> printer description
506 * @param description The description
92 PrinterInfo(@onNull PrinterId printerId, @NonNull String name, @Status int status, int iconResourceId, boolean hasCustomPrinterIcon, String description, PendingIntent infoIntent, PrinterCapabilitiesInfo capabilities, int customPrinterIconGen) argument
509 setDescription(@onNull String description) argument
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/accessibility/
H A DMotionEventInjectorTest.java786 public void describeTo(Description description) { argument
787 description.appendText("Motion event matcher");
805 public void describeTo(Description description) { argument
806 description.appendText("Matching to action " + mAction);
818 public void describeTo(Description description) {
819 description.appendText("Is at point " + point);
845 public void describeTo(Description description) {
846 description.appendText("Contains points " + points);
859 public void describeTo(Description description) {
860 description
[all...]
/frameworks/base/tests/OneMedia/src/com/android/onemedia/
H A DNotificationHelper.java189 MediaDescription description = mMetadata.getDescription();
190 title = description.getTitle();
191 text = description.getSubtitle();
192 art = description.getIconBitmap();
/frameworks/base/tests/testables/src/android/testing/
H A DLeakCheck.java69 protected void succeeded(Description description) { argument
H A DTestableContext.java306 public Statement apply(Statement base, Description description) { argument
309 protected void succeeded(Description description) {
314 protected void failed(Throwable e, Description description) {
317 }.apply(base, description);
/frameworks/native/cmds/lshal/
H A DTableEntry.h76 std::string description;
/frameworks/native/services/thermalservice/
H A Dthermalserviced.cpp95 ret.description().c_str());
/frameworks/support/media-compat/java/android/support/v4/media/
H A DMediaDescriptionCompat.java140 "android.support.v4.media.description.MEDIA_URI";
148 "android.support.v4.media.description.NULL_BUNDLE_FLAG";
162 * A description suitable for display or null.
188 CharSequence description, Bitmap icon, Uri iconUri, Bundle extras, Uri mediaUri) {
192 mDescription = description;
240 * Returns a description suitable for display or null.
242 * @return A description or null.
270 * Returns any extras that were added to the description.
481 * Sets the description.
483 * @param description
187 MediaDescriptionCompat(String mediaId, CharSequence title, CharSequence subtitle, CharSequence description, Bitmap icon, Uri iconUri, Bundle extras, Uri mediaUri) argument
487 setDescription(@ullable CharSequence description) argument
[all...]
/frameworks/support/room/testing/src/main/java/android/arch/persistence/room/testing/
H A DMigrationTestHelper.java115 protected void starting(Description description) { argument
116 super.starting(description);
128 * @throws IOException If it cannot find the schema description in the assets folder.
208 protected void finished(Description description) { argument
209 super.finished(description);
/frameworks/base/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java229 CharSequence description = route.getDescription();
230 if (TextUtils.isEmpty(description)) {
235 text2.setText(description);
/frameworks/base/libs/hwui/
H A DPatchCache.cpp229 const PatchDescription description(bitmapWidth, bitmapHeight, pixelWidth, pixelHeight, patch);
230 const Patch* mesh = mCache.get(description);
244 mCache.put(description, newMesh);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp164 jstring description = (jstring)env->GetObjectField(jstorage, field_MtpStorage_description); local
171 const char *descriptionStr = env->GetStringUTFChars(description, NULL);
177 env->ReleaseStringUTFChars(description, descriptionStr);
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/aware/
H A DWifiAwareClientState.java290 public void onRangingFailure(int rangingId, int reason, String description) { argument
293 + ", description=" + description);
296 mCallback.onRangingFailure(rangingId, reason, description);
H A DWifiAwareRttStateManager.java176 String description = ((Bundle) msg.obj).getString(RttManager.DESCRIPTION_KEY);
179 + ", description=" + description);
181 client.onRangingFailure(rangingId, reason, description);
/frameworks/rs/script_api/
H A Drs_allocation_create.spec19 description:
32 description:
45 description:
58 description:
86 description:
138 description:
/frameworks/support/app-toolkit/buildSrc/
H A Ddiff_and_docs.gradle30 description = 'Copies the API files for the current SDK.'
49 description = 'Generates API files for the current SDK.'
94 description = 'Generates d.android.com-style documentation. To generate offline docs use ' +
160 description = 'Generates distribution artifact for d.android.com-style documentation.'
335 checkApi.description 'Verify the API surface.'
382 description 'Updates the candidate API file to incorporate valid changes.'
/frameworks/support/buildSrc/
H A Ddiff_and_docs.gradle30 description = 'Copies the API files for the current SDK.'
49 description = 'Generates API files for the current SDK.'
94 description = 'Generates d.android.com-style documentation. To generate offline docs use ' +
160 description = 'Generates distribution artifact for d.android.com-style documentation.'
335 checkApi.description 'Verify the API surface.'
382 description 'Updates the candidate API file to incorporate valid changes.'
/frameworks/support/media-compat/java/android/support/v4/media/session/
H A DMediaControllerCompat.java304 * Adds a queue item from the given {@code description} at the end of the play queue
309 * @param description The {@link MediaDescriptionCompat} for creating the
315 public void addQueueItem(MediaDescriptionCompat description) { argument
316 mImpl.addQueueItem(description);
320 * Adds a queue item from the given {@code description} at the specified position
327 * @param description The {@link MediaDescriptionCompat} for creating the
335 public void addQueueItem(MediaDescriptionCompat description, int index) { argument
336 mImpl.addQueueItem(description, index);
341 * with the given {@link MediaDescriptionCompat description} in the play queue of the
346 * @param description Th
352 removeQueueItem(MediaDescriptionCompat description) argument
1409 addQueueItem(MediaDescriptionCompat description) argument
1410 addQueueItem(MediaDescriptionCompat description, int index) argument
1411 removeQueueItem(MediaDescriptionCompat description) argument
1521 addQueueItem(MediaDescriptionCompat description) argument
1535 addQueueItem(MediaDescriptionCompat description, int index) argument
1549 removeQueueItem(MediaDescriptionCompat description) argument
2042 addQueueItem(MediaDescriptionCompat description) argument
2054 addQueueItem(MediaDescriptionCompat description, int index) argument
2067 removeQueueItem(MediaDescriptionCompat description) argument
[all...]
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DCastControllerImpl.java140 device.description = mContext.getString(R.string.quick_settings_casting);
153 final CharSequence description = route.getDescription();
154 device.description = description != null ? description.toString() : null;

Completed in 1177 milliseconds

1234567891011>>