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

<<11121314151617181920>>

  /frameworks/native/include/input/
KeyCharacterMap.h 91 /* Gets the primary character for this key as in the label physically printed on it.
172 /* The single character label printed on the key, or 0 if none. */
173 char16_t label; member in struct:android::KeyCharacterMap::Key
  /frameworks/opt/net/wifi/service/java/com/android/server/wifi/hotspot2/pps/
DomainMatcher.java 19 private final Label mRoot;
21 private static class Label {
22 private final Map<String, Label> mSubDomains;
25 private Label(Match match) {
27 mSubDomains = match == Match.None ? new HashMap<String, Label>() : null;
33 Label subLabel = new Label(Match.None);
37 mSubDomains.put(labelName, new Label(match));
41 private Label getSubLabel(String labelString) {
52 for (Map.Entry<String, Label> entry : mSubDomains.entrySet())
88 Label label = mRoot; local
    [all...]
  /frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/items/
Item.java 125 TextView label = (TextView) view.findViewById(R.id.suw_items_title); local
126 label.setText(getTitle());
  /packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
BluetoothPbapCallLogComposer.java 159 String label = mCursor.getString(CALLER_NUMBERLABEL_COLUMN_INDEX); local
160 if (TextUtils.isEmpty(label)) {
161 label = Integer.toString(type);
163 builder.appendTelLine(type, label, number, false);
187 String label = Integer.toString(phonetype); local
188 builder.appendTelLine(phonetype, label, phoneNumber, false);
  /packages/apps/Calendar/src/com/android/calendar/event/
EventViewUtils.java 41 // Constructs a label given an arbitrary number of minutes. For example,
145 String label = constructReminderLabel(context, minutes, false); local
150 labels.add(i, label);
156 labels.add(len, label);
  /packages/apps/Contacts/src/com/android/contacts/list/
EmailAddressListAdapter.java 45 Email.LABEL, // 2
55 Email.LABEL, // 2
145 CharSequence label = null; local
151 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
153 view.setLabel(label);
PostalAddressListAdapter.java 44 StructuredPostal.LABEL, // 2
54 StructuredPostal.LABEL, // 2
136 CharSequence label = null; local
142 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
144 view.setLabel(label);
  /packages/apps/DeskClock/src/com/android/deskclock/
HandleDeskClockApiCalls.java 263 final int label = fromWidget ? R.string.label_widget : R.string.label_intent; local
264 Events.sendClockEvent(R.string.action_show, label);
LabelDialogFragment.java 45 * DialogFragment to edit label.
49 private static final String KEY_LABEL = "label";
59 public static LabelDialogFragment newInstance(Alarm alarm, String label, String tag) {
61 args.putString(KEY_LABEL, label);
93 final String label = savedInstanceState != null ? local
103 mLabelBox.setText(label);
111 .setMessage(R.string.label)
119 * Sets the new label into the timer or alarm.
122 String label = mLabelBox.getText().toString(); local
123 if (label.trim().isEmpty())
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/alarms/
AlarmNotifications.java 145 String label = instance.mLabel; local
150 context.getString(R.string.alarm_missed_text, alarmTime, label))
241 * Updates the notification for an existing alarm. Use if the label has changed.
  /packages/apps/DeskClock/src/com/android/deskclock/data/
TimerDAO.java 61 // Prefix for a key to a preference that stores the label of the timer.
62 private static final String LABEL = "timer_label_";
95 final String label = prefs.getString(LABEL + id, null); local
98 label, deleteAfterUse));
127 editor.putString(LABEL + id, timer.getLabel());
152 editor.putString(LABEL + id, timer.getLabel());
183 editor.remove(LABEL + id);
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 130 CharSequence label = info.loadLabel(pm); local
132 name.setText(label);
  /packages/apps/Launcher3/WallpaperPicker/src/com/android/launcher3/
LiveWallpaperListAdapter.java 106 TextView label = (TextView) view.findViewById(R.id.wallpaper_item_label); local
107 label.setText(wallpaperInfo.mInfo.loadLabel(mPackageManager));
  /packages/apps/Launcher3/src/com/android/launcher3/widget/
WidgetCell.java 161 CharSequence label = info.loadLabel(pm); local
162 mWidgetName.setText(label);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/
PackageInstallerActivity.java 157 TextView label = (TextView)inflater.inflate(R.layout.label, null); local
158 label.setText(R.string.no_new_perms);
159 mScrollView.addView(label);
    [all...]
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/handheld/
AllAppPermissionsFragment.java 105 final CharSequence label = appInfo.loadLabel(pm); local
112 setHeader(icon, label, infoIntent);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/ui/television/
AllAppPermissionsFragment.java 135 final CharSequence label = appInfo.loadLabel(pm); local
142 setHeader(icon, label, infoIntent, null);
  /packages/apps/Settings/src/com/android/settings/
SmsDefaultDialog.java 135 * The list of SMS apps with label, icon. Current default SMS app is marked as "default".
142 final String label; // app label field in class:SmsDefaultDialog.AppListAdapter.Item
146 public Item(String label, Drawable icon, String packageName) {
147 this.label = label;
191 textView.setText(item.label);
TrustAgentSettings.java 54 CharSequence label; field in class:TrustAgentSettings.AgentInfo
114 preference.setTitle(agent.label);
158 agentInfo.label = resolveInfo.loadLabel(pm);
  /packages/apps/Settings/src/com/android/settings/applications/
AppOpsDetails.java 62 // Utility method to set application label and icon.
65 CharSequence label = mPm.getApplicationLabel(pkgInfo.applicationInfo); local
67 InstalledAppDetails.setupAppSnippet(appSnippet, label, icon,
  /packages/apps/Settings/src/com/android/settings/datausage/
ChartDataUsagePreference.java 158 CharSequence label = TextUtils.expandTemplate(getContext().getText(str), local
160 return new SpannableStringBuilder().append(label, new ForegroundColorSpan(mLimitColor), 0);
CycleAdapter.java 154 public CharSequence label; field in class:CycleAdapter.CycleItem
158 public CycleItem(CharSequence label) {
159 this.label = label;
163 this.label = Utils.formatDateRange(context, start, end);
170 return label.toString();
  /packages/apps/Settings/src/com/android/settings/inputmethod/
InputMethodPreference.java 229 final CharSequence label = imi.getServiceInfo().applicationInfo.loadLabel( local
231 builder.setMessage(context.getString(R.string.ime_security_warning, label));
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 45 row.label = app.loadLabel(pm);
47 Log.e(TAG, "Error loading application label for " + row.pkg, t);
48 row.label = row.pkg;
142 public CharSequence label; field in class:NotificationBackend.AppRow
  /packages/apps/Settings/src/com/android/settings/utils/
ManagedServiceSettings.java 135 public ScaryWarningDialogFragment setServiceInfo(ComponentName cn, String label) {
138 args.putString(KEY_LABEL, label);
147 final String label = args.getString(KEY_LABEL); local
151 final String title = getResources().getString(mConfig.warningDialogTitle, label);
152 final String summary = getResources().getString(mConfig.warningDialogSummary, label);

Completed in 302 milliseconds

<<11121314151617181920>>