Searched defs:description (Results 1 - 21 of 21) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DUnsupportedFormatException.java23 public UnsupportedFormatException(String description) { argument
24 super(description);
/packages/apps/Tag/src/com/android/apps/tag/record/
H A DRecordUtils.java64 ViewGroup parent, OnClickListener listener, Intent intent, String description) {
72 text.setText(description);
76 intent, description);
96 listener, clone, description));
63 getViewsForIntent(Activity activity, LayoutInflater inflater, ViewGroup parent, OnClickListener listener, Intent intent, String description) argument
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapAuthenticator.java91 public PasswordAuthentication onAuthenticationChallenge(final String description, argument
/packages/apps/Browser/tests/src/com/android/browser/
H A DTestWebViewClient.java80 String description, String failingUrl) {
81 mWrappedClient.onReceivedError(view, errorCode, description, failingUrl);
79 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument
/packages/apps/Contacts/src/com/android/contacts/vcard/
H A DExportProcessor.java233 final String description =
239 VCardService.TYPE_EXPORT, description, tickerText, mJobId, displayName,
247 final String description = mService.getString(R.string.exporting_vcard_canceled_title,
250 NotificationImportExportListener.constructCancelNotification(mService, description);
255 private void doFinishNotification(final String title, final String description) { argument
256 if (DEBUG) Log.d(LOG_TAG, "send finish notification: " + title + ", " + description);
260 description, intent);
H A DNotificationImportExportListener.java105 final String description = mContext.getString(R.string.importing_vcard_description,
109 mContext.getApplicationContext(), VCardService.TYPE_IMPORT, description, tickerText,
116 final String description = mContext.getString(R.string.importing_vcard_finished_title,
130 description, null, intent);
145 final String description = mContext.getString(R.string.importing_vcard_canceled_title,
148 NotificationImportExportListener.constructCancelNotification(mContext, description);
174 final String description = type == VCardService.TYPE_IMPORT ?
177 final Notification notification = constructCancelNotification(mContext, description);
187 * @param description Content of the Notification.
197 Context context, int type, String description, Strin
196 constructProgressNotification( Context context, int type, String description, String tickerText, int jobId, String displayName, int totalCount, int currentCount) argument
238 constructCancelNotification( Context context, String description) argument
256 constructFinishNotification( Context context, String title, String description, Intent intent) argument
[all...]
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/
H A DBluetoothOppNotification.java120 String description; // the text above progress bar field in class:BluetoothOppNotification.NotificationItem
269 item.description = mContext.getString(R.string.notification_sending, fileName);
271 item.description = mContext
315 // TODO: split description into two rows with filename in second row
317 b.setContentTitle(item.description);
/packages/apps/Settings/src/com/android/settings/
H A DDeviceAdminSettings.java120 TextView description; field in class:DeviceAdminSettings.ViewHolder
172 h.description = (TextView)v.findViewById(R.id.description);
185 vh.description.setText(item.loadDescription(activity.getPackageManager()));
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/
H A DTutorialEN.java95 int backgroundResource, int bx, int by, int description, int guide) {
97 CharSequence text = context.getResources().getText(description);
102 CharSequence description, int guide, boolean leftAlign) {
103 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
107 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
114 .append(description)
94 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
101 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
106 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/
H A DTutorialJAJP.java97 int backgroundResource, int bx, int by, int description, int guide) {
99 CharSequence text = context.getResources().getText(description);
104 CharSequence description, int guide, boolean leftAlign) {
105 init(context, inputView, backgroundResource, bx, by, description, guide, leftAlign);
109 int bx, int by, CharSequence description, int guide, boolean leftAlign) {
116 .append(description)
96 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, int description, int guide) argument
103 Bubble(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
108 init(Context context, View inputView, int backgroundResource, int bx, int by, CharSequence description, int guide, boolean leftAlign) argument
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarSyncTestingBase.java250 boolean allDay, String description) {
258 mDescription = description;
287 public EventInfo(String title, String description, String startDate, String endDate, argument
289 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
293 public EventInfo(String title, String description, String startDate, String endDate, argument
295 init(title, description, startDate, endDate, rrule, allDay, timezone);
298 public void init(String title, String description, String startDate, String endDate, argument
301 mDescription = description;
331 String description, String startDate, String endDate, boolean allDay) {
333 title, description, startDat
249 EventInfo(String title, long startDate, long endDate, boolean allDay, String description) argument
330 EventInfo(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay) argument
336 init(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String timezone) argument
[all...]
H A DCalendarProvider2Test.java542 public EventInfo(String title, String description, String startDate, String endDate, argument
544 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE);
548 public EventInfo(String title, String description, String startDate, String endDate, argument
550 init(title, description, startDate, endDate, rrule, allDay, timezone);
553 public void init(String title, String description, String startDate, String endDate, argument
556 mDescription = description;
586 String description, String startDate, String endDate, boolean allDay,
589 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE,
594 String title, String description, String startDate, String endDate,
604 init(title, description, startDat
585 EventInfo(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String customPackageName, String customPackageUri, String mUid2445) argument
593 init(String originalTitle, String originalInstance, String title, String description, String startDate, String endDate, boolean allDay, String timezone, String customPackageName, String customPackageUri, String uid2445) argument
[all...]
/packages/apps/Calendar/src/com/android/calendar/alerts/
H A DAlertReceiver.java323 String summaryText, String description, long startMillis, long endMillis, long eventId,
333 if (description != null) {
334 description = mBlankLinePattern.matcher(description).replaceAll("");
335 description = description.trim();
338 if (TextUtils.isEmpty(description)) {
346 stringBuilder.append(description);
322 makeExpandingNotification(Context context, String title, String summaryText, String description, long startMillis, long endMillis, long eventId, int notificationId, boolean doPopup, int priority) argument
H A DAlertService.java291 // TODO: Change to a relative time description like: "Started 40 minutes ago".
494 final String description = alertCursor.getString(ALERT_INDEX_DESCRIPTION);
604 description, beginTime, endTime, eventId, allDay, newAlert);
719 info.eventName, summaryText, info.description, info.startMillis,
756 String description; field in class:AlertService.NotificationInfo
763 NotificationInfo(String eventName, String location, String description, long startMillis, argument
767 this.description = description;
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DActionBarAdapter.java256 private void addTab(int expectedTabIndex, int icon, int description) { argument
260 tab.setText(description);
263 tab.setContentDescription(description);
/packages/apps/Settings/src/com/android/settings/applications/
H A DRunningProcessesView.java153 public TextView description; field in class:RunningProcessesView.ViewHolder
161 description = (TextView)v.findViewById(R.id.description);
188 description.setText(rootView.getContext().getText(R.string.cached));
190 description.setText(item.mDescription);
/packages/apps/Contacts/src/com/android/contacts/
H A DCallDetailActivity.java656 /** The description for accessibility of the primary action. */
664 /** The description for accessibility of the secondary action. */
667 public ViewEntry(String text, Intent intent, String description) { argument
670 primaryDescription = description;
673 public void setSecondaryAction(int icon, Intent intent, String description) { argument
676 secondaryDescription = description;
/packages/apps/Email/emailcommon/src/com/android/emailcommon/provider/
H A DAccount.java293 * Set the description. Be sure to call save() to commit to database.
294 * @param description the new description
296 public void setDisplayName(String description) { argument
297 mDisplayName = description;
/packages/apps/Email/src/com/android/email/
H A DMessagingController.java198 private void put(String description, MessagingListener listener, Runnable runnable) { argument
203 command.description = description;
2163 public String description; field in class:MessagingController.Command
2167 return description;
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
H A DShortcutRepositoryImplLog.java126 Shortcuts.description + AS + SearchManager.SUGGEST_COLUMN_TEXT_2,
562 cv.put(Shortcuts.description.name(), suggestion.getSuggestionText2());
696 description, enum constant in enum:ShortcutRepositoryImplLog.Shortcuts
854 Shortcuts.description.name() + " TEXT, " +
/packages/apps/Browser/src/com/android/browser/
H A DTab.java425 String description, String failingUrl) {
431 queueError(errorCode, description);
436 + " " + description);
1098 String description, String failingUrl) {
1099 mClient.onReceivedError(view, errorCode, description, failingUrl);
1097 onReceivedError(WebView view, int errorCode, String description, String failingUrl) argument

Completed in 425 milliseconds