Searched defs:label (Results 126 - 150 of 159) sorted by relevance

1234567

/frameworks/base/core/jni/
H A Dandroid_opengl_GLES32.cpp706 /* void glObjectLabel ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label ) */
709 (JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) {
716 if (label) {
717 _nativelabel = _env->GetStringUTFChars(label, 0);
718 _stringlen = _env->GetStringUTFLength(label);
722 _exceptionMessage = "length of label is shorter than length argument";
736 _env->ReleaseStringUTFChars(label, _nativelabel);
744 /* void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
751 /* void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label ) */
753 android_glObjectPtrLabel(JNIEnv *_env, jobject _this, jlong ptr, jstring label) { argument
708 android_glObjectLabel__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) argument
[all...]
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/applications/
H A DApplicationsState.java765 // Only need the label if we are going to be sorting.
1206 if (DEBUG) Log.i(TAG, "Set size of " + entry.label + " " + entry
1278 // AppInfo with new label, icon and size information as appropriate
1335 public String label; field in class:ApplicationsState.AppEntry
1362 normalizedLabel = normalize(label);
1391 if (this.label == null || !this.mounted) {
1394 this.label = info.packageName;
1397 CharSequence label = info.loadLabel(context.getPackageManager());
1398 this.label = label !
[all...]
/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DNetworkPolicyManagerServiceTest.java1652 private ApplicationInfo buildApplicationInfo(String label) { argument
1654 ai.nonLocalizedLabel = label;
/frameworks/base/tools/aapt/
H A DAaptAssets.h462 bool check_valid_symbol_name(const String8& symbol, const SourcePos& pos, const char* label) { argument
466 pos.error("invalid %s: '%s'\n", label, symbol.string());
H A DCommand.cpp515 * Human readable label
517 String8 label; member in struct:FeatureGroup
559 printf("feature-group: label='%s'\n", grp.label.string());
1123 printf(" label='%s' icon='%s'\n",
1135 printf(" label='%s' icon='%s' banner='%s'\n",
1317 String8 label; local
1326 label = llabel;
1327 printf("application-label:'%s'\n",
1330 if (label
[all...]
/frameworks/support/media/src/main/java/androidx/media/
H A DMediaPlayer2.java461 * given {@code label}.
465 * @param label An application specific Object used to help to identify the completeness
469 public void notifyWhenCommandLabelReached(@NonNull Object label) { } argument
964 * @param label the application specific Object given by
967 public void onCommandLabelReached(MediaPlayer2 mp, @NonNull Object label) { } argument
H A DMediaPlayer2Impl.java583 public void notifyWhenCommandLabelReached(final Object label) { argument
590 cb.onCommandLabelReached(MediaPlayer2Impl.this, label);
/frameworks/base/core/java/android/view/
H A DMotionEvent.java1490 private static native int nativeAxisFromString(String label); argument
/frameworks/base/media/java/android/media/
H A DMediaPlayer2.java816 * given {@code label}.
820 * @param label An application specific Object used to help to identify the completeness
824 public void notifyWhenCommandLabelReached(@NonNull Object label) { } argument
1804 * @param label the application specific Object given by
1807 public void onCommandLabelReached(MediaPlayer2 mp, @NonNull Object label) { } argument
H A DMediaPlayer2Impl.java664 public void notifyWhenCommandLabelReached(Object label) { argument
671 MediaPlayer2Impl.this, label));
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java368 // C function void glObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label )
374 String label
377 // C function void glGetObjectLabelKHR ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label )
381 // C function void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label )
383 public static native void glObjectPtrLabelKHR(long ptr, String label); argument
385 // C function void glGetObjectPtrLabelKHR ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label )
H A DGLES32.java374 // C function void glObjectLabel ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label )
380 String label
383 // C function void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label )
387 // C function void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label )
389 public static native void glObjectPtrLabel(long ptr, String label); argument
391 // C function void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label )
/frameworks/base/packages/PrintSpooler/src/com/android/printspooler/ui/
H A DPrintActivity.java2005 mediaSizeText = mediaItem.label;
2191 final CharSequence label; field in class:PrintActivity.SpinnerItem
2193 public SpinnerItem(T value, CharSequence label) { argument
2195 this.label = label;
2200 return label.toString();
/frameworks/base/services/tests/servicestests/src/com/android/server/backup/testutils/
H A DPackageManagerStub.java590 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/base/test-mock/src/android/test/mock/
H A DMockPackageManager.java621 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
H A DBridgePackageManager.java580 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
/frameworks/opt/vcard/java/com/android/vcard/
H A DVCardEntry.java313 public PhoneData(String data, int type, String label, boolean isPrimary) { argument
316 mLabel = label;
370 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mNumber,
403 public EmailData(String data, int type, String label, boolean isPrimary) { argument
406 mLabel = label;
460 return String.format("type: %d, data: %s, label: %s, isPrimary: %s", mType, mAddress,
506 String region, String postalCode, String country, int type, String label,
516 mLabel = label;
525 final int type, final String label, boolean isPrimary, int vcardType) {
550 dataArray[4], dataArray[5], dataArray[6], type, label, isPrimar
505 PostalData(String pobox, String extendedAddress, String street, String localty, String region, String postalCode, String country, int type, String label, boolean isPrimary, int vcardType) argument
524 constructPostalData(final List<String> propValueList, final int type, final String label, boolean isPrimary, int vcardType) argument
1354 SipData(String rawSip, int type, String label, boolean isPrimary) argument
1570 onElementGroupStarted(EntryLabel label) argument
1640 onElementGroupStarted(EntryLabel label) argument
1675 onElementGroupStarted(EntryLabel label) argument
1726 onElementGroupStarted(EntryLabel label) argument
1767 addPhone(int type, String data, String label, boolean isPrimary) argument
1808 addSip(String sipData, int type, String label, boolean isPrimary) argument
1822 addEmail(int type, String data, String label, boolean isPrimary) argument
1829 addPostal(int type, List<String> propValueList, String label, boolean isPrimary) argument
[all...]
/frameworks/support/compat/src/main/java/androidx/core/view/accessibility/
H A DAccessibilityNodeInfoCompat.java453 * @param label The action label.
455 public AccessibilityActionCompat(int actionId, CharSequence label) { argument
457 ? new AccessibilityNodeInfo.AccessibilityAction(actionId, label) : null);
478 * Gets the label for this action. Its purpose is to describe the
481 * @return The label.
2642 * label for accessibility purposes.
2644 * @param labeled The view for which this info serves as a label.
2654 * label for accessibility purposes. If <code>virtualDescendantId</code>
2663 * @param root The root whose virtual descendant serves as a label
2697 setLabeledBy(View label) argument
[all...]
/frameworks/base/core/java/android/app/
H A DApplicationPackageManager.java1397 public CharSequence getUserBadgedLabel(CharSequence label, UserHandle user) { argument
1401 return Resources.getSystem().getString(resourceId, label);
1403 return label;
H A DActivityManager.java1046 ATTR_TASKDESCRIPTION_PREFIX + "label";
1068 * @param label A label and description of the current state of this task.
1075 public TaskDescription(String label, Bitmap icon, int colorPrimary) { argument
1076 this(label, icon, 0, null, colorPrimary, 0, 0, 0);
1085 * @param label A label and description of the current state of this task.
1091 public TaskDescription(String label, @DrawableRes int iconRes, int colorPrimary) { argument
1092 this(label, null, iconRes, null, colorPrimary, 0, 0, 0);
1101 * @param label
1106 TaskDescription(String label, Bitmap icon) argument
1117 TaskDescription(String label, @DrawableRes int iconRes) argument
1126 TaskDescription(String label) argument
1138 TaskDescription(String label, Bitmap bitmap, int iconRes, String iconFilename, int colorPrimary, int colorBackground, int statusBarColor, int navigationBarColor) argument
1202 setLabel(String label) argument
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityNodeInfo.java1137 * resource id from your application as the action id and an optional label that
1139 * id of a standard action id such as {@link #ACTION_CLICK} and an optional label that
2693 * label for accessibility purposes.
2695 * @param labeled The view for which this info serves as a label.
2703 * label for accessibility purposes. If <code>virtualDescendantId</code>
2717 * @param root The root whose virtual descendant serves as a label.
2729 * a label for accessibility purposes.
2744 * Sets the view which serves as the label of the view represented by
2747 * @param label The view that labels this node's source.
2749 public void setLabeledBy(View label) { argument
4323 AccessibilityAction(int actionId, @Nullable CharSequence label) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DAlarmManagerService.java2995 String prefix, String label, long nowELAPSED, long nowRTC, SimpleDateFormat sdf) {
2998 pw.print(prefix); pw.print(label); pw.print(" #"); pw.print(i);
3018 final String label = labelForType(a.type);
3019 pw.print(prefix); pw.print(label); pw.print(" #"); pw.print(i);
2994 dumpAlarmList(PrintWriter pw, ArrayList<Alarm> list, String prefix, String label, long nowELAPSED, long nowRTC, SimpleDateFormat sdf) argument
/frameworks/base/core/java/android/content/pm/
H A DPackageManager.java4676 * is itself a managed profile, then this returns a copy of the label with
4680 * @param label The label to change.
4682 * @return A label that combines the original label and a badge as
4685 public abstract CharSequence getUserBadgedLabel(CharSequence label, UserHandle user); argument
4727 * Return the label to use for this application.
4729 * @return Returns the label associated with this application, or null if
4731 * @param info The application to get the label of.
/frameworks/base/core/java/android/provider/
H A DContactsContract.java1074 * The package containing resources for this status: label and icon.
1080 * The resource ID of the label describing the source of contact
1493 * <td> The package containing resources for this status: label and icon.</td>
1499 * <td>The resource ID of the label describing the source of contact status,
3227 * The package containing resources for this status: label and icon.
3233 * The resource ID of the label describing the source of the status update, e.g. "Google
3690 * The resource name of the label describing the source of the status update, e.g. "Google
3699 public static final String RES_LABEL = "label";
4672 * <td>The package containing resources for this status: label and icon.</td>
4678 * <td>The resource ID of the label describin
6135 getDisplayLabel(Context context, int type, CharSequence label, CharSequence[] labelArray) argument
6145 getDisplayLabel(Context context, int type, CharSequence label) argument
6185 getTypeLabel(Resources res, int type, CharSequence label) argument
6396 getTypeLabel(Resources res, int type, CharSequence label) argument
6604 getTypeLabel(Resources res, int type, CharSequence label) argument
6742 getTypeLabel(Resources res, int type, CharSequence label) argument
6776 getProtocolLabel(Resources res, int type, CharSequence label) argument
6949 getTypeLabel(Resources res, int type, CharSequence label) argument
7076 getTypeLabel(Resources res, int type, CharSequence label) argument
7172 getTypeLabel(Resources res, int type, CharSequence label) argument
7501 getTypeLabel(Resources res, int type, CharSequence label) argument
[all...]
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityStackSupervisor.java4145 String prefix, String label, boolean complete, boolean brief, boolean client,
4184 pw.print(prefix); pw.print(full ? " * " : " "); pw.print(label);
4144 dumpHistoryList(FileDescriptor fd, PrintWriter pw, List<ActivityRecord> list, String prefix, String label, boolean complete, boolean brief, boolean client, String dumpPackage, boolean needNL, String header, TaskRecord lastTask) argument

Completed in 662 milliseconds

1234567