Searched refs:description (Results 76 - 100 of 240) sorted by relevance

12345678910

/frameworks/base/services/core/java/com/android/server/connectivity/
H A DNetworkDiagnostics.java119 String description = ""; field in class:NetworkDiagnostics.Measurement
157 return description + ": " + result + " (" + (finishTime - startTime) + "ms)";
430 mMeasurement.description = "ICMPv6";
434 mMeasurement.description = "ICMPv4";
437 mMeasurement.description += " dst{" + mTarget.getHostAddress() + "}";
460 mMeasurement.description += " src{" + getSocketAddressString() + "}";
529 mMeasurement.description = "DNS UDP dst{" + mTarget.getHostAddress() + "}";
548 mMeasurement.description += " src{" + getSocketAddressString() + "}";
552 mMeasurement.description += " qtype{" + mQueryType + "}"
/frameworks/base/libs/hwui/
H A DGlopBuilder.cpp599 void verify(const ProgramDescription& description, const Glop& glop) { argument
601 LOG_ALWAYS_FATAL_IF(((description.hasTexture && description.hasExternalTexture)
602 || (!description.hasTexture
603 && !description.hasExternalTexture
604 && !description.useShadowAlphaInterp)
606 && !description.useShadowAlphaInterp)),
609 description.hasTexture, description.hasExternalTexture,
612 LOG_ALWAYS_FATAL_IF((description
[all...]
H A DPatchCache.cpp243 const PatchDescription description(bitmapWidth, bitmapHeight, pixelWidth, pixelHeight, patch);
244 const Patch* mesh = mCache.get(description);
259 mCache.put(description, newMesh);
/frameworks/base/core/java/android/accessibilityservice/
H A DGestureDescription.java90 * @return A description of the stroke.
160 * Add a stroke to the gesture description. Up to
194 * Immutable description of stroke that can be part of a gesture.
345 GestureDescription description, int sampleTimeMs) {
350 getCurrentTouchPoints(description.getStrokeCount());
354 getLastTouchPoints(description.getStrokeCount());
358 long nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart);
362 int currentTouchPointSize = description.getPointsForTime(timeSinceGestureStart,
375 nextKeyPointTime = description.getNextKeyPointAtLeast(timeSinceGestureStart + 1);
344 getMotionEventsFromGestureDescription( GestureDescription description, int sampleTimeMs) argument
/frameworks/base/libs/hwui/tests/macrobench/
H A Dmain.cpp69 int dlen = info.description.length();
70 const char* col2 = info.description.c_str();
/frameworks/base/services/usb/java/com/android/server/usb/
H A DMtpNotificationManager.java78 final String description = resources.getString(
82 .setContentText(description)
/frameworks/rs/api/
H A Drs_allocation_data.spec19 description:
45 description:
79 description:
106 description:
162 description:
215 description:
357 description:
375 description:
393 description:
411 description
[all...]
H A Drs_core.spec19 description:
H A Drs_allocation_create.spec19 description:
32 description:
45 description:
58 description:
86 description:
138 description:
/frameworks/support/v14/preference/
H A Dbuild.gradle99 description "Android Support Preference v14"
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DGuidanceStylist.java72 * a longer description, a breadcrumb to help with global navigation (often indicating where
87 * Constructs a Guidance object with the specified title, description, breadcrumb, and
90 * @param description The description for the current guided step.
94 public Guidance(String title, String description, String breadcrumb, Drawable icon) { argument
97 mDescription = description;
110 * Returns the description specified when this Guidance was constructed.
111 * @return The description for this Guidance.
229 * Returns the view displaying the description of the guidance.
230 * @return The text view object for the description
[all...]
/frameworks/base/core/java/android/nfc/cardemulation/
H A DNfcFServiceInfo.java85 public NfcFServiceInfo(ResolveInfo info, String description, argument
89 this.mDescription = description;
217 out.append(", description: " + mDescription);
274 String description = source.readString();
286 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;
187 * Gets the printer description.
189 * @return The description.
375 builder.append(", description=").append(mDescription);
492 * Sets the <strong>localized</strong> printer description
495 * @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
498 setDescription(@onNull String description) argument
[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/core/java/com/android/internal/app/
H A DMediaRouteChooserDialog.java221 CharSequence description = route.getDescription();
222 if (TextUtils.isEmpty(description)) {
227 text2.setText(description);
/frameworks/base/media/jni/
H A Dandroid_mtp_MtpServer.cpp141 jstring description = (jstring)env->GetObjectField(jstorage, field_MtpStorage_description); local
148 const char *descriptionStr = env->GetStringUTFChars(description, NULL);
154 env->ReleaseStringUTFChars(description, descriptionStr);
/frameworks/base/services/core/java/com/android/server/webkit/
H A DSystemImpl.java57 private static final String TAG_DESCRIPTION = "description";
96 String description = parser.getAttributeValue(null, TAG_DESCRIPTION);
97 if (description == null) {
99 "WebView provider in framework resources missing description");
106 packageName, description, availableByDefault, isFallback,
/frameworks/base/packages/Shell/src/com/android/shell/
H A DBugreportProgressService.java638 final String name, title, description;
923 .append(SystemProperties.get("ro.build.description"))
926 if (!TextUtils.isEmpty(info.description)) {
927 messageBody.append("\nDescription: ").append(info.description);
1100 * description will be saved on {@code description.txt}.
1108 if (TextUtils.isEmpty(info.title) && TextUtils.isEmpty(info.description)) {
1109 Log.d(TAG, "Not touching zip file since neither title nor description are set");
1124 Log.d(TAG, "Writing temporary zip file (" + tmpZip + ") with title and/or description");
1142 addEntry(zos, "description
1306 updateBugreportInfo(int id, String name, String title, String description) argument
1591 String description; field in class:BugreportProgressService.BugreportInfo
[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;
/frameworks/base/core/java/android/app/
H A DDownloadManager.java80 * The client-supplied description of this download. This will be displayed in system
612 * Set a description of this download, to be displayed in notifications (if enabled)
615 public Request setDescription(CharSequence description) { argument
616 mDescription = description;
1309 * @param description the description that would appear for this file in Downloads App.
1322 public long addCompletedDownload(String title, String description, argument
1325 return addCompletedDownload(title, description, isMediaScannerScannable, mimeType, path,
1338 * @param description the description tha
1353 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, Uri uri, Uri referer) argument
1361 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite) argument
1369 addCompletedDownload(String title, String description, boolean isMediaScannerScannable, String mimeType, String path, long length, boolean showNotification, boolean allowWrite, Uri uri, Uri referer) argument
[all...]
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DSelectPrinterActivity.java425 String description = printer.getDescription();
427 || description != null && description.toLowerCase()
551 CharSequence description = printer.getDescription();
555 subtitle = description;
556 } else if (TextUtils.isEmpty(description)) {
560 printServiceLabel, description);
/frameworks/base/core/java/android/os/storage/
H A DVolumeInfo.java343 String description = null;
354 description = storage.getBestVolumeDescription(privateVol);
374 description = storage.getBestVolumeDescription(this);
392 if (description == null) {
393 description = context.getString(android.R.string.unknownName);
396 return new StorageVolume(id, mtpStorageId, userPath, description, isPrimary(), removable,
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java230 void reportFailed(RttRequest request, int reason, String description) { argument
231 reportFailed(request.key, reason, description);
234 void reportFailed(int key, int reason, String description) { argument
236 bundle.putString(RttManager.DESCRIPTION_KEY, description);
524 void replyFailed(Message msg, int reason, String description) { argument
531 bundle.putString(RttManager.DESCRIPTION_KEY, description);
H A DWifiConnectivityManager.java255 public void onFailure(int reason, String description) { argument
258 + " description: " + description);
322 public void onFailure(int reason, String description) { argument
325 + " description: " + description);
411 public void onFailure(int reason, String description) { argument
414 + " description: " + description);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DCellularTile.java192 boolean activityIn, boolean activityOut, String description) {
200 String description, boolean isWide, int subId) {
212 mInfo.enabledDesc = description;
224 // Show a No SIMs description to avoid emergency calls message.
191 setWifiIndicators(boolean enabled, IconState statusIcon, IconState qsIcon, boolean activityIn, boolean activityOut, String description) argument
198 setMobileDataIndicators(IconState statusIcon, IconState qsIcon, int statusType, int qsType, boolean activityIn, boolean activityOut, String typeContentDescription, String description, boolean isWide, int subId) argument

Completed in 8280 milliseconds

12345678910