Searched refs:label (Results 76 - 100 of 282) sorted by relevance

1234567891011>>

/frameworks/base/services/core/java/com/android/server/
H A DNetworkScorerAppManager.java109 final String label = serviceInfo.metaData
111 if (!TextUtils.isEmpty(label)) {
112 return label;
115 CharSequence label = serviceInfo.loadLabel(pm);
116 return label == null ? null : label.toString();
/frameworks/base/core/java/android/content/pm/
H A DInstantAppInfo.java30 * such as permissions, label, package name.
52 public InstantAppInfo(String packageName, CharSequence label, argument
56 mLabelText = label;
89 * @return Loads the label if the app is installed or returns the cached one otherwise.
/frameworks/base/core/java/android/hardware/input/
H A DKeyboardLayout.java52 public KeyboardLayout(String descriptor, String label, String collection, int priority, argument
55 mLabel = label;
85 * Gets the keyboard layout descriptive label to show in the user interface.
86 * @return The keyboard layout descriptive label.
94 * the label of the broadcast receiver or application that provided the keyboard layout.
/frameworks/base/core/java/android/service/quicksettings/
H A DTile.java30 * A tile in Quick Settings exists as an icon with an accompanied label.
137 * Gets the current label for the tile.
144 * Sets the current label for the tile.
148 * @param label New label to show.
150 public void setLabel(CharSequence label) { argument
151 this.mLabel = label;
/frameworks/base/core/java/android/widget/
H A DTabHost.java490 * 1) set a label
491 * 2) set a label and an icon
515 * Specify a label as the tab indicator.
517 public TabSpec setIndicator(CharSequence label) { argument
518 mIndicatorStrategy = new LabelIndicatorStrategy(label);
523 * Specify a label and icon as the tab indicator.
525 public TabSpec setIndicator(CharSequence label, Drawable icon) { argument
526 mIndicatorStrategy = new LabelAndIconIndicatorStrategy(label, icon);
604 * How to create a tab indicator that just has a label.
610 private LabelIndicatorStrategy(CharSequence label) { argument
643 LabelAndIconIndicatorStrategy(CharSequence label, Drawable icon) argument
[all...]
/frameworks/base/core/tests/coretests/src/android/widget/focus/
H A DListWithFooterViewAndNewLabels.java94 String label = mLabels.get(position);
102 tv.setText(label);
/frameworks/base/libs/hwui/
H A DVector.h138 void dump(const char* label = "Vector3") const {
139 ALOGD("%s[%.2f, %.2f, %.2f]", label, x, y, z);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tiles/
H A DColorInversionTile.java101 state.label = mContext.getString(R.string.quick_settings_inversion_label);
104 state.contentDescription = state.label;
H A DNfcTile.java110 state.label = mContext.getString(R.string.quick_settings_nfc_label);
113 state.contentDescription = state.label;
H A DUserTile.java82 return getState().label;
89 state.label = p.first;
/frameworks/base/telecomm/java/android/telecom/
H A DPhoneAccount.java283 * Creates a builder with the specified {@link PhoneAccountHandle} and label.
285 public Builder(PhoneAccountHandle accountHandle, CharSequence label) { argument
287 this.mLabel = label;
313 * Sets the label. See {@link PhoneAccount#getLabel()}.
315 * @param label The label of the phone account.
319 public Builder setLabel(CharSequence label) { argument
320 this.mLabel = label;
513 CharSequence label,
526 mLabel = label;
506 PhoneAccount( PhoneAccountHandle account, Uri address, Uri subscriptionAddress, int capabilities, Icon icon, int highlightColor, CharSequence label, CharSequence shortDescription, List<String> supportedUriSchemes, Bundle extras, int supportedAudioRoutes, boolean isEnabled, String groupId) argument
535 builder( PhoneAccountHandle accountHandle, CharSequence label) argument
[all...]
/frameworks/native/include/input/
H A DInputEventLabels.h428 static inline int32_t getKeyCodeByLabel(const char* label) { argument
429 return int32_t(lookupValueByLabel(label, KEYCODES));
439 static inline uint32_t getKeyFlagByLabel(const char* label) { argument
440 return uint32_t(lookupValueByLabel(label, FLAGS));
443 static inline int32_t getAxisByLabel(const char* label) { argument
444 return int32_t(lookupValueByLabel(label, AXES));
451 static inline int32_t getLedByLabel(const char* label) { argument
452 return int32_t(lookupValueByLabel(label, LEDS));
/frameworks/native/opengl/tools/glgen/specs/gles11/
H A DGLES32.spec9 void glObjectLabel ( GLenum identifier, GLuint name, GLsizei length, const GLchar *label )
10 void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label )
11 void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label )
12 void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label )
/frameworks/support/design/tests/src/android/support/design/widget/
H A DCoordinatorLayoutSortTest.java79 final String label = Character.toString((char) (65 + i));
83 return label;
/frameworks/support/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java64 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name;
69 SampleInfo sample = new SampleInfo(label, target);
/frameworks/support/samples/SupportAppNavigation/src/com/example/android/support/appnavigation/app/
H A DAppNavHomeActivity.java64 String label = labelSeq != null ? labelSeq.toString() : info.activityInfo.name;
69 SampleInfo sample = new SampleInfo(label, target);
/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/base/core/java/android/app/
H A DRemoteInput.java40 * sets the result key as {@code quick_reply}, and sets the label as {@code Quick reply}.
89 private RemoteInput(String resultKey, CharSequence label, CharSequence[] choices, argument
92 this.mLabel = label;
108 * Get the label to display to users when collecting this input.
181 * Set a label to be displayed to the user when collecting this input.
182 * @param label The label to show to users when they input a response.
185 public Builder setLabel(CharSequence label) { argument
186 mLabel = Notification.safeCharSequence(label);
H A DLauncherActivity.java67 public CharSequence label; field in class:LauncherActivity.ListItem
75 label = resolveInfo.loadLabel(pm);
78 if (label == null && ci != null) {
79 label = resolveInfo.activityInfo.name;
164 text.setText(item.label);
212 String[] words = item.label.toString().toLowerCase().split(" ");
/frameworks/base/core/java/android/view/inputmethod/
H A DEditorInfo.java324 * In some cases an IME may be able to display an arbitrary label for
326 * typically used as the label for the action to use in-line as a replacement
393 * A label to show to the user describing the text they are writing.
395 public CharSequence label; field in class:EditorInfo
523 + " label=" + label);
548 TextUtils.writeToParcel(label, dest, flags);
577 res.label = TextUtils.CHAR_SEQUENCE_CREATOR.createFromParcel(source);
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/location/
H A DRecentLocationApps.java156 // If badged label is not different from original then no need for it as
174 public final CharSequence label; field in class:RecentLocationApps.Request
179 CharSequence label, boolean isHighBattery, CharSequence contentDescription) {
183 this.label = label;
178 Request(String packageName, UserHandle userHandle, Drawable icon, CharSequence label, boolean isHighBattery, CharSequence contentDescription) argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/tileimpl/
H A DQSTileBaseView.java194 String label = getResources()
196 event.setContentDescription(label);
209 String label = getResources()
211 info.setText(label);
/frameworks/base/tests/net/java/android/net/apf/
H A DBpf2Apf.java60 int label = Integer.parseInt(line.substring(1, 4));
61 gen.defineLabel(Integer.toString(label));
212 boolean true_label_is_fallthrough = Integer.parseInt(true_label) == label + 1;
213 boolean false_label_is_fallthrough = Integer.parseInt(false_label) == label + 1;
/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminInfo.java170 public final int label; field in class:DeviceAdminInfo.PolicyInfo
175 public PolicyInfo(int ident, String tag, int label, int description) { argument
176 this(ident, tag, label, description, label, description);
179 public PolicyInfo(int ident, String tag, int label, int description, argument
183 this.label = label;
384 * Load the user-displayed label for this device admin.
/frameworks/base/core/java/android/content/
H A DUndoManager.java40 * {@link #getLastOperation}, control the label shown to the user for this operation
383 * Return the user-visible label for the top undo state on the stack.
393 * Return the user-visible label for the top redo state on the stack.
405 * @param label Optional user-visible label for this new undo state.
407 public void beginUpdate(CharSequence label) { argument
417 mWorking.updateLabel(label);
437 * Any existing label will be replaced with this one.
439 public void setUndoLabel(CharSequence label) { argument
443 mWorking.setLabel(label);
450 suggestUndoLabel(CharSequence label) argument
787 setLabel(CharSequence label) argument
791 updateLabel(CharSequence label) argument
[all...]

Completed in 698 milliseconds

1234567891011>>