/packages/apps/Launcher/src/com/android/launcher/ |
D | LiveFolderAdapter.java | 70 holder.description = (TextView) view.findViewById(R.id.description); in newView() 105 final String description = cursor.getString(holder.descriptionIndex); in bindView() local 106 if (description != null) { in bindView() 107 holder.description.setText(description); in bindView() 108 holder.description.setVisibility(View.VISIBLE); in bindView() 110 holder.description.setVisibility(View.GONE); in bindView() 113 holder.description.setVisibility(View.GONE); in bindView() 194 TextView description; field in LiveFolderAdapter.ViewHolder
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
D | LiveFolderAdapter.java | 70 holder.description = (TextView) view.findViewById(R.id.description); in newView() 105 final String description = cursor.getString(holder.descriptionIndex); in bindView() local 106 if (description != null) { in bindView() 107 holder.description.setText(description); in bindView() 108 holder.description.setVisibility(View.VISIBLE); in bindView() 110 holder.description.setVisibility(View.GONE); in bindView() 113 holder.description.setVisibility(View.GONE); in bindView() 194 TextView description; field in LiveFolderAdapter.ViewHolder
|
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/ |
D | CalendarSyncTestingBase.java | 251 boolean allDay, String description) { in EventInfo() argument 259 mDescription = description; in EventInfo() 288 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument 290 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE); in EventInfo() 294 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument 296 init(title, description, startDate, endDate, rrule, allDay, timezone); in EventInfo() 299 public void init(String title, String description, String startDate, String endDate, in init() argument 302 mDescription = description; in init() 332 String description, String startDate, String endDate, boolean allDay) { in EventInfo() argument 334 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE); in EventInfo() [all …]
|
D | CalendarProviderTest.java | 438 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument 440 init(title, description, startDate, endDate, rrule, allDay, DEFAULT_TIMEZONE); in EventInfo() 444 public EventInfo(String title, String description, String startDate, String endDate, in EventInfo() argument 446 init(title, description, startDate, endDate, rrule, allDay, timezone); in EventInfo() 449 public void init(String title, String description, String startDate, String endDate, in init() argument 452 mDescription = description; in init() 482 String description, String startDate, String endDate, boolean allDay) { in EventInfo() argument 484 title, description, startDate, endDate, allDay, DEFAULT_TIMEZONE); in EventInfo() 488 String title, String description, String startDate, String endDate, in init() argument 494 init(title, description, startDate, endDate, null /* rrule */, allDay, timezone); in init()
|
/packages/apps/GlobalSearch/src/com/android/globalsearch/ |
D | SuggestionFactoryImpl.java | 95 .description("<i>" + desc.toString() + "</i>") in getMoreEntry() 143 final String description = sourceStat.isShowingPromotedResults() ? in getCorpusEntry() local 148 builder.description(description); in getCorpusEntry() 174 .description(suggestion.substring(ix + 1)) in createSearchTheWebSuggestion() 216 .description(applySearchUrlColor(query)) in createGoToWebsiteSuggestion()
|
D | SuggestionData.java | 48 String description, in SuggestionData() argument 64 mDescription = description; in SuggestionData() 198 .description(mDescription) in buildUpon() 378 public Builder description(String description) { in description() method in SuggestionData.Builder 379 mDescription = description; in description()
|
D | SearchableSuggestionSource.java | 334 String description = getDescription(cursor); in makeSuggestion() local 335 if (description == null) { in makeSuggestion() 336 description = ""; in makeSuggestion() 358 description, in makeSuggestion()
|
D | ShortcutRepositoryImplLog.java | 239 .description(cursor.getString(Shortcuts.description.ordinal())) in suggestionFromCursor() 336 cv.put(Shortcuts.description.name(), suggestion.getDescription()); in makeShortcutRow() 476 description, enumConstant 689 Shortcuts.description.name() + " TEXT, " + in onCreate()
|
D | StatsProvider.java | 73 .description(values.getAsString(SearchManager.SUGGEST_COLUMN_TEXT_2)) in insert()
|
/packages/apps/GlobalSearch/tests/src/com/android/globalsearch/ |
D | SessionCacheTest.java | 69 .description("hi") in testShortcutRefreshing_noIcon() 84 .description("hi") in testShortcutRefreshing_withIcon2NotSpinnerWhileRefreshing() 99 .description("hi") in testShortcutRefreshing_withIcon2SpinnerWhileRefreshing() 114 .description("hi") in testShortcutRefreshing_sameIdDifferentSources()
|
D | ShortcutRepositoryTest.java | 142 .description("description") in testFullPackingUnpacking() 163 .description("description") in testSpinnerWhileRefreshing() 456 .description("cool app") in testRefreshShortcut() 480 .description("cool app") in testRefreshShortcutChangedIntent() 502 .description("cool app") in testInvalidateShortcut() 519 .description("cool app") in testInvalidateShortcut_sameIdDifferentSources() 526 .description("a good pal") in testInvalidateShortcut_sameIdDifferentSources() 541 .description("you didn't want to call them again anyway") in testNeverMakeShortcut()
|
/packages/apps/IM/src/com/android/im/engine/ |
D | ImException.java | 73 public ImException(int imErrorCode, String description) { in ImException() argument 74 this(new ImErrorInfo(imErrorCode, description)); in ImException()
|
D | ImErrorInfo.java | 70 public ImErrorInfo(int code, String description) { in ImErrorInfo() argument 72 mDescription = description; in ImErrorInfo()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/EN/ |
D | TutorialEN.java | 95 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/IM/src/com/android/im/imps/ |
D | ImpsErrorInfo.java | 96 ImpsErrorInfo(int code, String description, Primitive primitive) { in ImpsErrorInfo() argument 97 super(code, description); in ImpsErrorInfo()
|
/packages/apps/Mms/src/com/android/mms/transaction/ |
D | MessagingNotification.java | 180 Intent clickIntent, String description, int iconResourceId, in MmsSmsNotificationInfo() argument 183 mDescription = description; in MmsSmsNotificationInfo() 323 String description, in updateNotification() argument 358 description = context.getString(R.string.notification_multiple, in updateNotification() 367 notification.setLatestEventInfo(context, title, description, pendingIntent); in updateNotification() 464 String description; in notifyFailed() local 466 description = context.getString(R.string.notification_failed_multiple, in notifyFailed() 476 description = context.getString(R.string.message_failed_body); in notifyFailed() 496 notification.setLatestEventInfo(context, title, description, pendingIntent); in notifyFailed()
|
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/JAJP/ |
D | TutorialJAJP.java | 97 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/wallpapers/LivePicker/src/com/android/wallpaper/livepicker/ |
D | LiveWallpaperListActivity.java | 184 TextView description; field in LiveWallpaperListActivity.ViewHolder 214 holder.description = (TextView) convertView.findViewById(R.id.description); in getView() 230 holder.description.setText(Html.fromHtml( in getView()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/opp/ |
D | BluetoothOppNotification.java | 100 String description; // the text above progress bar field in BluetoothOppNotification.NotificationItem 201 item.description = mContext.getString(R.string.notification_sending, fileName); in updateActiveNotification() 203 item.description = mContext in updateActiveNotification() 225 expandedView.setTextViewText(R.id.description, item.description); in updateActiveNotification()
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
D | BluetoothPbapAuthenticator.java | 91 public PasswordAuthentication onAuthenticationChallenge(final String description, in onAuthenticationChallenge() argument
|
/packages/apps/Settings/src/com/android/settings/ |
D | RunningServices.java | 638 TextView description; field in RunningServices.ViewHolder 692 h.description = (TextView)v.findViewById(R.id.description); in newView() 709 vh.description.setText(item.mDescription); in bindView() 714 vh.description.setText(item.mDescription); in bindView() 720 vh.description.setText(item.mDescription); in bindView()
|
D | SettingsSafetyLegalActivity.java | 71 String description, String failingUrl) { in onCreate()
|
/packages/apps/Calendar/src/com/android/calendar/ |
D | EventInfoActivity.java | 779 String description = mEventCursor.getString(EVENT_INDEX_DESCRIPTION); in updateView() local 872 if (description == null || description.length() == 0) { in updateView() 873 setVisibilityCommon(R.id.description, View.GONE); in updateView() 875 setTextCommon(R.id.description, description); in updateView()
|
D | EditEvent.java | 706 mDescriptionTextView = (TextView) findViewById(R.id.description); in onCreate() 922 String description = intent.getStringExtra(Events.DESCRIPTION); in initFromIntent() local 923 if (description != null) { in initFromIntent() 924 mDescriptionTextView.setText(description); in initFromIntent() 962 String description = cursor.getString(EVENT_INDEX_DESCRIPTION); in onResume() local 1025 mDescriptionTextView.setText(description); in onResume() 1955 String description = mDescriptionTextView.getText().toString(); in getContentValuesFromUi() local 2016 values.put(Events.DESCRIPTION, description); in getContentValuesFromUi() 2041 String description = mDescriptionTextView.getText().toString(); in isEmpty() local 2042 if (description.length() > 0) { in isEmpty()
|
/packages/apps/Email/src/com/android/email/ |
D | Account.java | 186 public void setDescription(String description) { in setDescription() argument 187 this.mDescription = description; in setDescription()
|