Searched refs:description (Results 276 - 300 of 412) sorted by relevance

<<11121314151617

/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
H A DRttService.java316 void reportFailed(RttRequest request, int reason, String description) { argument
317 reportFailed(request.key, reason, description);
320 void reportFailed(int key, int reason, String description) { argument
322 bundle.putString(RttManager.DESCRIPTION_KEY, description);
646 void replyFailed(Message msg, int reason, String description) { argument
653 bundle.putString(RttManager.DESCRIPTION_KEY, description);
H A DWifiConnectivityManager.java299 public void onFailure(int reason, String description) { argument
301 + " reason: " + reason + " description: " + description);
382 public void onFailure(int reason, String description) { argument
384 + " reason: " + reason + " description: " + description);
438 public void onFailure(int reason, String description) { argument
440 + " reason: " + reason + " description: " + description);
/frameworks/base/core/jni/
H A Dandroid_hardware_SoundTrigger.cpp421 jstring description = env->NewStringUTF(nModules[i].properties.description); local
427 ALOGV("listModules module %zu id %d description %s maxSoundModels %d",
428 i, nModules[i].handle, nModules[i].properties.description,
433 implementor, description, uuid,
446 env->DeleteLocalRef(description);
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DFusedPrintersProvider.java527 private static final String ATTR_DESCRIPTION = "description";
909 String description = parser.getAttributeValue(null, ATTR_DESCRIPTION);
948 builder.setDescription(description);
1022 String description = printer.getDescription();
1023 if (description != null) {
1024 serializer.attribute(null, ATTR_DESCRIPTION, description);
/frameworks/base/core/java/android/accessibilityservice/
H A DAccessibilityServiceInfo.java427 * Resource id of the description of the accessibility service.
432 * Non localized description of the accessibility service.
690 * Gets the non-localized description of the accessibility service.
695 * @return The description.
704 * The localized description of the accessibility service.
709 * @return The localized description.
716 CharSequence description = packageManager.getText(serviceInfo.packageName,
718 if (description != null) {
719 return description.toString().trim();
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DMobileSignalController.java287 String description = null;
293 description = mCurrentState.isEmergency ? null : mCurrentState.networkName;
304 activityIn, activityOut, dataContentDescription, description, icons.mIsWide,
/frameworks/base/services/core/java/com/android/server/clipboard/
H A DClipboardService.java408 final ClipDescription description = clip.getDescription();
409 if (description != null) {
410 description.setTimestamp(System.currentTimeMillis());
/frameworks/base/wifi/java/android/net/wifi/aware/
H A DWifiAwareManager.java646 public void onRangingFailure(int rangingId, int reason, String description) { argument
649 + ", description=" + description);
655 msg.obj = description;
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
H A DFullWidthDetailsOverviewRowPresenter.java37 * the top and a customizable detailed description view on the right.
39 * <p>The detailed description is rendered using a {@link Presenter} passed in
41 * {@link AbstractDetailsDescriptionPresenter}. The application can access the detailed description
86 * This is the alignment mode that the logo and description align to the starting edge of the
91 * This is the alignment mode that the ending edge of logo and the starting edge of description
355 * Returns the root view for inserting details description.
397 * description of the row.
407 * description of the row.
739 View description = viewHolder.getDetailsDescriptionFrame();
740 MarginLayoutParams lpDesc = (MarginLayoutParams) description
[all...]
/frameworks/av/drm/libdrmframework/
H A DDrmManagerClientImpl.cpp204 int action, const ActionDescription& description) {
208 uniqueId, path, action, description);
202 validateAction( int uniqueId, const String8& path, int action, const ActionDescription& description) argument
/frameworks/base/core/java/android/content/
H A DRestrictionsManager.java79 * android:description="string resource"
102 * <li><code>description</code> is meant to describe the restriction in more detail to the
605 String description = a.getString(R.styleable.RestrictionEntry_description);
621 restriction.setDescription(description);
H A DClipData.java690 * @param description The ClipDescription describing the clip contents.
693 public ClipData(ClipDescription description, Item item) { argument
694 mClipDescription = description;
706 * @param description The ClipDescription describing the clip contents.
712 public ClipData(ClipDescription description, ArrayList<Item> items) { argument
713 mClipDescription = description;
/frameworks/base/core/java/com/android/internal/app/
H A DToolbarActionBar.java166 public void setHomeActionContentDescription(CharSequence description) { argument
167 mDecorToolbar.setNavigationContentDescription(description);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DWifiTile.java262 boolean activityIn, boolean activityOut, String description, boolean isTransient) {
267 mInfo.enabledDesc = description;
261 setWifiIndicators(boolean enabled, IconState statusIcon, IconState qsIcon, boolean activityIn, boolean activityOut, String description, boolean isTransient) argument
/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/v7/appcompat/src/android/support/v7/app/
H A DToolbarActionBar.java164 public void setHomeActionContentDescription(CharSequence description) { argument
165 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.java296 public void describeTo(Description description) {
297 description.appendText("has window focus");
661 public void describeTo(Description description) {
662 description.appendText("self of parent has content description: " + expected);
/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/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.java993 String description = getNextArg();
994 if (description == null) {
995 description = "Shell command";
1000 vibrate(Binder.getCallingUid(), description, effect, AudioAttributes.USAGE_UNKNOWN,
1012 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.java1224 * @param label A label and description of the current state of this task.
1239 * @param label A label and description of the current state of this activity.
1249 * @param label A label and description of the current state of this activity.
1321 * Sets the label for this task description.
1329 * Sets the primary color for this task description.
1341 * Sets the background color for this task description.
1367 * Sets the icon for this task description.
1385 * @return The label and description of the current state of this task.
1586 public CharSequence description; field in class:ActivityManager.RecentTaskInfo
1685 TextUtils.writeToParcel(description, des
1897 public CharSequence description; field in class:ActivityManager.RunningTaskInfo
2049 addAppTask(@onNull Activity activity, @NonNull Intent intent, @Nullable TaskDescription description, @NonNull Bitmap thumbnail) argument
[all...]

Completed in 773 milliseconds

<<11121314151617