Home
last modified time | relevance | path

Searched refs:description (Results 1 – 25 of 38) sorted by relevance

12

/packages/apps/Launcher2/src/com/android/launcher2/
DLiveFolderAdapter.java72 holder.description = (TextView) view.findViewById(R.id.description); in newView()
107 final String description = cursor.getString(holder.descriptionIndex); in bindView() local
108 if (description != null) { in bindView()
109 holder.description.setText(description); in bindView()
110 holder.description.setVisibility(View.VISIBLE); in bindView()
112 holder.description.setVisibility(View.GONE); in bindView()
115 holder.description.setVisibility(View.GONE); in bindView()
202 TextView description; field in LiveFolderAdapter.ViewHolder
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
DCalendarSyncTestingBase.java250 boolean allDay, String description) { in EventInfo() argument
258 mDescription = description; in EventInfo()
287 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument
289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE); in EventInfo()
293 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument
295 init(title, description, startDate, endDate, rrule, allDay, timezone); in EventInfo()
298 public void init(String title, String description, String startDate, String endDate, in init() argument
301 mDescription = description; in init()
331 String description, String startDate, String endDate, boolean allDay) { in EventInfo() argument
333 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE); in EventInfo()
[all …]
DCalendarProvider2Test.java458 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument
460 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE); in EventInfo()
464 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument
466 init(title, description, startDate, endDate, rrule, allDay, timezone); in EventInfo()
469 public void init(String title, String description, String startDate, String endDate, in init() argument
472 mDescription = description; in init()
502 String description, String startDate, String endDate, boolean allDay) { in EventInfo() argument
504 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE); in EventInfo()
508 String title, String description, String startDate, String endDate, in init() argument
514 init(title, description, startDate, endDate, null /* rrule */, allDay, timezone); in init()
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
DSearchableItemsSettings.java87 CharSequence description = corpus.getSettingsDescription(); in createCorpusPreference() local
88 sourcePref.setSummaryOn(description); in createCorpusPreference()
89 sourcePref.setSummaryOff(description); in createCorpusPreference()
/packages/apps/Tag/src/com/android/apps/tag/record/
DRecordUtils.java64 ViewGroup parent, OnClickListener listener, Intent intent, String description) { in getViewsForIntent() argument
72 text.setText(description); in getViewsForIntent()
76 intent, description); in getViewsForIntent()
96 listener, clone, description)); in getViewsForIntent()
/packages/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/
DLiveWallpaperListActivity.java184 TextView description; field in LiveWallpaperListActivity.ViewHolder
214 holder.description = (TextView) convertView.findViewById(R.id.description); in getView()
226 holder.description.setVisibility(View.VISIBLE); in getView()
227 holder.description.setText(Html.fromHtml( in getView()
230 holder.description.setVisibility(View.GONE); in getView()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
DTutorialEN.java95 int backgroundResource, int bx, int by, int description, int guide) { in Bubble() argument
97 CharSequence text = context.getResources().getText(description); in Bubble()
102 CharSequence description, int guide, boolean leftAlign) { in Bubble() argument
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); in Bubble()
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) { in init() argument
114 .append(description) in init()
/packages/apps/Settings/src/com/android/settings/applications/
DRunningServiceDetails.java237 TextView description = (TextView)root.findViewById(R.id.comp_description); in addServiceDetailsView() local
239 description.setText(getPackageManager().getText( in addServiceDetailsView()
244 description.setText(R.string.background_process_stop_description); in addServiceDetailsView()
250 description.setText(getString(R.string.service_manage_description, in addServiceDetailsView()
255 description.setText(getText(si != null in addServiceDetailsView()
300 TextView description = (TextView)root.findViewById(R.id.comp_description); in addProcessDetailsView() local
302 description.setText(R.string.main_running_process_description); in addProcessDetailsView()
337 description.setText(getString(textid, label)); in addProcessDetailsView()
398 mSnippetActiveItem.mHolder.description.setText(R.string.no_services);
DRunningProcessesView.java151 public TextView description; field in RunningProcessesView.ViewHolder
159 description = (TextView)v.findViewById(R.id.description); in ViewHolder()
183 description.setText(rootView.getContext().getText(R.string.cached)); in bind()
185 description.setText(item.mDescription); in bind()
/packages/apps/Settings/src/com/android/settings/
DDeviceAdminSettings.java121 TextView description; field in DeviceAdminSettings.ViewHolder
172 h.description = (TextView)v.findViewById(R.id.description); in newView()
184 vh.description.setText(item.loadDescription(getPackageManager())); in bindView()
DSettingsSafetyLegalActivity.java75 String description, String failingUrl) { in onCreate()
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
DTutorialJAJP.java97 int backgroundResource, int bx, int by, int description, int guide) { in Bubble() argument
99 CharSequence text = context.getResources().getText(description); in Bubble()
104 CharSequence description, int guide, boolean leftAlign) { in Bubble() argument
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign); in Bubble()
109 int bx, int by, CharSequence description, int guide, boolean leftAlign) { in init() argument
116 .append(description) in init()
/packages/apps/Mms/src/com/android/mms/transaction/
DMessagingNotification.java247 Intent clickIntent, String description, int iconResourceId, in MmsSmsNotificationInfo() argument
250 mDescription = description; in MmsSmsNotificationInfo()
453 String description, in updateNotification() argument
488 description = context.getString(R.string.notification_multiple, in updateNotification()
497 notification.setLatestEventInfo(context, title, description, pendingIntent); in updateNotification()
613 String description; in notifyFailed() local
615 description = context.getString(R.string.notification_failed_multiple, in notifyFailed()
625 description = context.getString(R.string.message_failed_body); in notifyFailed()
645 notification.setLatestEventInfo(context, title, description, pendingIntent); in notifyFailed()
/packages/apps/Browser/tests/src/com/android/browser/
DTestWebViewClient.java78 String description, String failingUrl) { in onReceivedError() argument
79 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl); in onReceivedError()
DJNIBindingsTestApp.java202 String description, String failingUrl) { in setUpBrowser()
204 description, errorCode, failingUrl); in setUpBrowser()
/packages/providers/CalendarProvider/src/com/android/providers/calendar/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/apps/Phone/src/com/android/phone/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
DBluetoothOppNotification.java114 String description; // the text above progress bar field in BluetoothOppNotification.NotificationItem
254 item.description = mContext.getString(R.string.notification_sending, fileName); in updateActiveNotification()
256 item.description = mContext in updateActiveNotification()
278 expandedView.setTextViewText(R.id.description, item.description); in updateActiveNotification()
/packages/apps/Tag/canon/src/com/android/apps/tagcanon/
DTagCanon.java150 TagDescription description = mAdapter.getItem(position); in onListItemClick() local
152 intent.putExtra(NfcAdapter.EXTRA_NDEF_MESSAGES, description.msgs); in onListItemClick()
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
DBluetoothPbapAuthenticator.java91 public PasswordAuthentication onAuthenticationChallenge(final String description, in onAuthenticationChallenge() argument
/packages/apps/Browser/src/com/android/browser/
DEventLogTags.logtags1 # See system/core/logcat/event.logtags for a description of the format of this file.
/packages/apps/Email/src/com/android/email/activity/
DAccountShortcutPicker.java55 R.id.description,
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoActivity.java900 String description = mEventCursor.getString(EVENT_INDEX_DESCRIPTION); in updateView() local
998 if (description == null || description.length() == 0) { in updateView()
999 setVisibilityCommon(R.id.description, View.GONE); in updateView()
1001 setTextCommon(R.id.description, description); in updateView()
DEditEvent.java743 mDescriptionTextView = (TextView) findViewById(R.id.description); in onCreate()
973 String description = intent.getStringExtra(Events.DESCRIPTION); in initFromIntent() local
974 if (description != null) { in initFromIntent()
975 mDescriptionTextView.setText(description); in initFromIntent()
1013 String description = cursor.getString(EVENT_INDEX_DESCRIPTION); in onResume() local
1091 mDescriptionTextView.setText(description); in onResume()
2212 String description = mDescriptionTextView.getText().toString().trim(); in getContentValuesFromUi() local
2262 values.put(Events.DESCRIPTION, description); in getContentValuesFromUi()
2287 String description = mDescriptionTextView.getText().toString().trim(); in isEmpty() local
2288 if (description.length() > 0) { in isEmpty()

12