OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:snippettext
(Results
1 - 2
of
2
) sorted by null
/packages/apps/Messaging/src/com/android/messaging/widget/
WidgetConversationListService.java
215
String
snippetText
= conv.getShowDraft() ?
219
if (TextUtils.isEmpty(
snippetText
)) {
223
snippetText
= resources.getString(
226
snippetText
= resources.getString(R.string.conversation_list_snippet_picture);
228
snippetText
= resources.getString(R.string.conversation_list_snippet_video);
230
snippetText
= resources.getString(R.string.conversation_list_snippet_vcard);
233
return
snippetText
;
/packages/apps/Messaging/src/com/android/messaging/ui/conversationlist/
ConversationListItemView.java
329
final String
snippetText
= data.getShowDraft() ?
336
snippetText
== null ? "" :
snippetText
,
379
final String
snippetText
= getSnippetText();
382
maxLines = TextUtils.isEmpty(
snippetText
) ? 0 : NO_UNREAD_SNIPPET_LINE_COUNT;
386
maxLines = TextUtils.isEmpty(
snippetText
) ? 0 : UNREAD_SNIPPET_LINE_COUNT;
632
String
snippetText
= mData.getShowDraft() ?
636
if (TextUtils.isEmpty(
snippetText
)) {
640
snippetText
= resources.getString(R.string.conversation_list_snippet_audio_clip);
642
snippetText
= resources.getString(R.string.conversation_list_snippet_picture)
[
all
...]
Completed in 87 milliseconds