HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 501 - 525 of 1399) sorted by null

<<21222324252627282930>>

  /packages/apps/Launcher2/src/com/android/launcher2/
AppsCustomizeTabHost.java 119 String label; local
120 label = getContext().getString(R.string.all_apps_button_label);
122 tabView.setText(label);
123 tabView.setContentDescription(label);
125 label = getContext().getString(R.string.widgets_tab_label);
127 tabView.setText(label);
128 tabView.setContentDescription(label);
  /packages/apps/Launcher3/src/com/android/launcher3/
InstallShortcutReceiver.java 175 if (info.launchIntent == null || info.label == null) {
262 final String label; field in class:InstallShortcutReceiver.PendingInstallShortcutInfo
273 label = data.getStringExtra(Intent.EXTRA_SHORTCUT_NAME);
288 label = info.getLabel().toString();
320 String name = ensureValidName(mContext, launchIntent, label).toString();
439 // Ignore any conflicts in the label name, as that can change based on locale.
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionApps.java 197 String label = mSkipUi ? app.packageName local
210 PermissionApp permApp = new PermissionApp(app.packageName, group, label, icon,
298 String label, Drawable icon, ApplicationInfo info) {
301 mLabel = label;
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
AppPermissionsFragment.java 172 CharSequence label = appInfo.loadLabel(pm); local
173 fragment.setHeader(icon, label, infoIntent);
PermissionAppsFragment.java 153 final CharSequence label = permissionApps.getLabel(); local
156 ab.setTitle(fragment.getString(R.string.permission_title, label));
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
AppPermissionsFragment.java 180 CharSequence label = appInfo.loadLabel(pm); local
181 fragment.setHeader(icon, label, infoIntent, fragment.getString(
PermissionAppsFragment.java 156 final CharSequence label = permissionApps.getLabel(); local
159 fragment.getString(R.string.permission_apps_decor_title, label));
413 final CharSequence label = permissionApps.getLabel(); local
415 fragment.getString(R.string.system_apps_decor_title, label));
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 153 String label = labels.get(i); local
167 items.add(new PickAdapter.Item(this, label, icon));
216 CharSequence label; field in class:ActivityPicker.PickAdapter.Item
223 * Create a list item from given label and icon.
225 Item(Context context, CharSequence label, Drawable icon) {
226 this.label = label;
235 label = resolveInfo.loadLabel(pm);
236 if (label == null && resolveInfo.activityInfo != null) {
237 label = resolveInfo.activityInfo.name
    [all...]
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsState.java 297 CharSequence label = mInfo.loadLabel(context.getPackageManager()); local
298 mLabel = label != null ? label.toString() : mInfo.packageName;
RunningServiceDetails.java 299 String label = clientr.getString(si.mRunningService.clientLabel); local
301 label));
352 CharSequence label = null; local
364 label = RunningState.makeLabel(getActivity().getPackageManager(),
376 label = RunningState.makeLabel(getActivity().getPackageManager(),
383 if (textid != 0 && label != null) {
384 description.setText(getActivity().getString(textid, label));
  /packages/apps/Settings/src/com/android/settings/inputmethod/
KeyboardLayoutDialogFragment.java 244 String label, collection; local
246 label = item.getLabel();
249 label = getContext().getString(R.string.keyboard_layout_default_label);
255 return inflateOneLine(convertView, parent, label, checked);
257 return inflateTwoLine(convertView, parent, label, collection, checked);
262 String label, boolean checked) {
271 headline.setText(label);
277 String label, String collection, boolean checked) {
289 headline.setText(label);
  /packages/apps/TV/src/com/android/tv/ui/
SelectInputView.java 113 // TODO: pass english label to tracker http://b/22355024
114 final String label = mSelectedInput.loadLabel(getContext()).toString();
115 mTracker.sendInputSelected(label);
287 CharSequence label = input.loadLabel(getContext()); local
288 if (TextUtils.isEmpty(customLabel) || customLabel.equals(label)) {
289 inputLabelView.setText(label);
293 secondaryInputLabelView.setText(label);
  /packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/
AccessibilityFragment.java 154 private static final String ARG_LABEL = "label";
159 String activityName, String label) {
163 args.putString(ARG_LABEL, label);
212 private static final String ARG_LABEL = "label";
216 public static void prepareArgs(@NonNull Bundle args, ComponentName cn, String label,
219 args.putString(ARG_LABEL, label);
226 final String label = getArguments().getString(ARG_LABEL); local
230 label),
232 label),
239 label),
    [all...]
  /packages/inputmethods/LatinIME/common/src/com/android/inputmethod/latin/common/
StringUtils.java 601 public static String toTitleCaseOfKeyLabel(@Nullable final String label,
603 if (label == null) {
604 return label;
606 return label.toUpperCase(getLocaleUsedForToTitleCase(locale));
613 final String label = newSingleCodePointString(code); local
614 final String titleCaseLabel = toTitleCaseOfKeyLabel(label, locale);
  /packages/services/Car/car-cluster-demo-renderer/src/android/car/cluster/demorenderer/
PhoneBook.java 70 PhoneLookup.LABEL,
209 Contact(Resources resources, String number, int id, String name, String label, int type) {
213 mType = Phone.getTypeLabel(resources, type, label);
313 String label = cursor.getString(cursor.getColumnIndex(PhoneLookup.LABEL)); local
316 contact = new Contact(resources, mNumber, id, name, label, type);
  /packages/services/Telephony/src/com/android/services/telephony/
TelecomAccountRegistry.java 114 String label; local
124 label = mContext.getResources().getString(R.string.sim_label_emergency_calls);
128 // For single-SIM devices, we show the label and description as whatever the name of
130 description = label = mTelephonyManager.getNetworkOperatorName();
155 // The label is user-visible so let's use the display name that the user may
157 label = dummyPrefix + subDisplayName;
215 PhoneAccount account = PhoneAccount.builder(phoneAccountHandle, label)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 129 Atom label; member in struct:__anon36822
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
cursesf.h 516 inline void label(const char *topLabel, const char *bottomLabel) { function in class:NCursesForm
518 NCursesPanel::label(topLabel,bottomLabel);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/extensions/
XInput2.h 128 Atom label; member in struct:__anon38682
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
cursesf.h 516 inline void label(const char *topLabel, const char *bottomLabel) { function in class:NCursesForm
518 NCursesPanel::label(topLabel,bottomLabel);
  /prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/
bcache.h 77 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb
170 __u8 label[32]; member in struct:uuid_entry::__anon54471::__anon54472
201 __u8 label[32]; member in struct:uuid_entry_v0
  /prebuilts/ndk/current/platforms/android-21/arch-arm64/usr/include/linux/
bcache.h 77 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb
170 __u8 label[32]; member in struct:uuid_entry::__anon55238::__anon55239
201 __u8 label[32]; member in struct:uuid_entry_v0
  /prebuilts/ndk/current/platforms/android-21/arch-mips/usr/include/linux/
bcache.h 77 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb
170 __u8 label[32]; member in struct:uuid_entry::__anon56017::__anon56018
201 __u8 label[32]; member in struct:uuid_entry_v0
  /prebuilts/ndk/current/platforms/android-21/arch-mips64/usr/include/linux/
bcache.h 77 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb
170 __u8 label[32]; member in struct:uuid_entry::__anon56795::__anon56796
201 __u8 label[32]; member in struct:uuid_entry_v0
  /prebuilts/ndk/current/platforms/android-21/arch-x86/usr/include/linux/
bcache.h 77 __u8 label[SB_LABEL_SIZE]; member in struct:cache_sb
170 __u8 label[32]; member in struct:uuid_entry::__anon57571::__anon57572
201 __u8 label[32]; member in struct:uuid_entry_v0

Completed in 487 milliseconds

<<21222324252627282930>>