HomeSort by relevance Sort by last modified time
    Searched defs:label (Results 451 - 475 of 1990) sorted by null

<<11121314151617181920>>

  /packages/apps/Contacts/src/com/android/contacts/list/
MultiSelectEmailAddressesListAdapter.java 41 Email.LABEL, // 2
53 Email.LABEL, // 2
176 CharSequence label = null; local
182 label = Email.getTypeLabel(getContext().getResources(), type, customLabel);
184 view.setLabel(label);
MultiSelectPhoneNumbersListAdapter.java 41 Phone.LABEL, // 2
53 Phone.LABEL, // 2
176 CharSequence label = null; local
182 label = Phone.getTypeLabel(getContext().getResources(), type, customLabel);
184 view.setLabel(label);
PostalAddressListAdapter.java 42 StructuredPostal.LABEL, // 2
52 StructuredPostal.LABEL, // 2
134 CharSequence label = null; local
140 label = StructuredPostal.getTypeLabel(getContext().getResources(), type, customLabel);
142 view.setLabel(label);
  /packages/apps/Contacts/tests/src/com/android/contacts/editor/
EditorUiUtilsTest.java 83 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), local
89 assertEquals(expected, label);
97 final String label = EditorUiUtils.getAccountHeaderLabelForMyProfile(getContext(), local
102 assertEquals(expected, label);
109 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); local
113 assertEquals(expected, label);
120 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); local
125 assertEquals(expected, label);
133 final String label = EditorUiUtils.getAccountTypeHeaderLabel(getContext(), account); local
137 assertEquals(expected, label);
    [all...]
  /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_";
92 final String label = prefs.getString(LABEL + id, null); local
95 lastWallClockTime, remainingTime, label, deleteAfterUse));
124 editor.putString(LABEL + id, timer.getLabel());
149 editor.putString(LABEL + id, timer.getLabel());
180 editor.remove(LABEL + id);
TimerNotificationBuilder.java 226 final String label = timer.getLabel(); local
227 if (TextUtils.isEmpty(label)) {
230 stateText = label;
  /packages/apps/Dialer/java/com/android/dialer/databasepopulator/
ContactsPopulator.java 232 .withValue(ContactsContract.CommonDataKinds.Phone.LABEL, phoneNumber.label)
245 .withValue(ContactsContract.CommonDataKinds.Email.LABEL, email.label)
359 public final String label; field in class:ContactsPopulator.PhoneNumber
364 label = "simulator phone number";
371 public final String label; field in class:ContactsPopulator.Email
376 label = "simulator email";
  /packages/apps/Dialer/java/com/android/incallui/incall/protocol/
PrimaryInfo.java 38 public abstract String label(); method in class:PrimaryInfo
85 public abstract Builder setLabel(String label);
139 "PrimaryInfo, number: %s, name: %s, location: %s, label: %s, "
144 label(),
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidget.java 130 CharSequence label = info.loadLabel(pm); local
132 name.setText(label);
  /packages/apps/PackageInstaller/src/com/android/packageinstaller/permission/model/
PermissionGroups.java 156 CharSequence label = loadItemInfoLabel(groupInfo); local
165 groupInfo.packageName, label, icon, permApps.getTotalCount(launcherPkgs),
210 CharSequence label = loadItemInfoLabel(permissionInfo); local
219 permissionInfo.packageName, label, icon,
231 CharSequence label = itemInfo.loadLabel(getContext().getPackageManager()); local
232 if (label == null) {
233 label = itemInfo.name;
235 return label;
  /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/
AllowBindAppWidgetActivity.java 95 CharSequence label = ""; local
111 label = pm.getApplicationLabel(ai);
123 ap.mMessage = getString(R.string.allow_bind_app_widget_activity_allow_bind, label);
132 mAlwaysUse.setText(getString(R.string.allow_bind_app_widget_activity_always_allow_bind, label));
SmsDefaultDialog.java 139 * The list of SMS apps with label, icon. Current default SMS app is marked as "default".
146 final String label; // app label field in class:SmsDefaultDialog.AppListAdapter.Item
150 public Item(String label, Drawable icon, String packageName) {
151 this.label = label;
195 textView.setText(item.label);
  /packages/apps/Settings/src/com/android/settings/applications/appinfo/
PictureInPictureSettings.java 158 final CharSequence label = appInfo.loadLabel(pm); local
162 pref.setTitle(pm.getUserBadgedLabel(label, user));
  /packages/apps/Settings/src/com/android/settings/applications/assist/
VoiceInputHelper.java 57 public final CharSequence label; field in class:VoiceInputHelper.BaseInfo
67 label = _service.loadLabel(pm);
68 labelStr = label.toString();
  /packages/apps/Settings/src/com/android/settings/datausage/
ChartDataUsagePreference.java 160 CharSequence label = TextUtils.expandTemplate(getContext().getText(str), local
162 return new SpannableStringBuilder().append(label, new ForegroundColorSpan(mLimitColor), 0);
CycleAdapter.java 156 public CharSequence label; field in class:CycleAdapter.CycleItem
160 public CycleItem(CharSequence label) {
161 this.label = label;
165 this.label = Utils.formatDateRange(context, start, end);
172 return label.toString();
  /packages/apps/Settings/src/com/android/settings/development/
AppPicker.java 88 CharSequence label; field in class:AppPicker.MyApplicationInfo
141 info.label = info.info.loadLabel(getPackageManager()).toString();
146 info.label = context.getText(R.string.no_application);
158 holder.appName.setText(info.label);
175 return collator.compare(a.label, b.label);
  /packages/apps/Settings/src/com/android/settings/notification/
NotificationBackend.java 54 row.label = app.loadLabel(pm);
56 Log.e(TAG, "Error loading application label for " + row.pkg, t);
57 row.label = row.pkg;
270 public CharSequence label; field in class:NotificationBackend.AppRow
  /packages/apps/Settings/src/com/android/settings/security/trustagent/
TrustAgentSettings.java 58 CharSequence label; field in class:TrustAgentSettings.AgentInfo
127 preference.setTitle(agent.label);
175 agentInfo.label = resolveInfo.loadLabel(pm);
  /packages/apps/Settings/src/com/android/settings/vpn2/
AppDialogFragment.java 46 private static final String ARG_LABEL = "label";
67 public static void show(Fragment parent, PackageInfo packageInfo, String label,
73 show(parent, null, packageInfo, label, managing, connected);
77 String label, boolean managing, boolean connected) {
84 args.putString(ARG_LABEL, label);
104 final String label = args.getString(ARG_LABEL); local
110 return new AppDialog(getActivity(), this, mPackageInfo, label);
114 .setTitle(label)
  /packages/apps/Settings/tests/robotests/src/com/android/settings/backup/
BackupSettingsHelperTest.java 224 String label = "test_label"; local
226 when(mBackupManager.getDataManagementLabel(anyString())).thenReturn(label);
230 assertThat(backupLabel).isEqualTo(label);
269 String label = "test_label"; local
271 when(mBackupManager.getDataManagementLabel(anyString())).thenReturn(label);
275 assertThat(backupLabel).isEqualTo(label);
280 String label = ""; local
282 when(mBackupManager.getDataManagementLabel(anyString())).thenReturn(label);
350 String label = "test_label"; local
355 when(spiedResources.getString(MANUFACTURER_LABEL_RESOURCE)).thenReturn(label);
    [all...]
  /packages/apps/Settings/tests/robotests/src/com/android/settings/widget/
EntityHeaderControllerTest.java 118 final TextView label = header.findViewById(R.id.entity_header_title); local
129 assertThat(label).isNotNull();
130 assertThat(label.getText()).isEqualTo(testString);
294 // Ensure that the instant app label does not show up when we haven't told the controller the
307 // Test that the "instant apps" label is present in the header when we have an instant app.
315 TextView label = header.findViewById(R.id.install_type); local
317 assertThat(label.getVisibility()).isEqualTo(View.VISIBLE);
318 assertThat(label.getText()).isEqualTo(
  /packages/apps/Stk/src/com/android/stk/
StkMenuConfig.java 35 * Provides preset label and/or icon in accordance with mcc/mnc
47 private static final String XML_LABEL_ATTR = "label";
65 public String label; field in class:StkMenuConfig.Config
68 public Config(int mcc, int mnc, String label, String icon) {
71 this.label = label;
87 * Returns a preset label, if exists.
92 if (DBG) CatLog.d(LOG_TAG, "getLabel: " + mConfigs[slotId].label + ", slot id: " + slotId);
93 return mConfigs[slotId].label;
172 String label = parser.getAttributeValue(null, XML_LABEL_ATTR) local
    [all...]
  /packages/apps/WallpaperPicker/src/com/android/wallpaperpicker/tileinfo/
LiveWallpaperInfo.java 66 TextView label = (TextView) mView.findViewById(R.id.wallpaper_item_label); local
67 label.setText(mInfo.loadLabel(context.getPackageManager()));

Completed in 2340 milliseconds

<<11121314151617181920>>