OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CONTENT_TEXT
(Results
1 - 3
of
3
) sorted by null
/cts/tests/tests/app/src/android/app/cts/
NotificationTest.java
35
private static final String
CONTENT_TEXT
= "contentText";
158
mNotification.setLatestEventInfo(mContext, CONTENT_TITLE,
CONTENT_TEXT
, contentIntent);
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/model/
EditableItem.java
33
CONTENT_TEXT
(R.string.
content_text
, TYPE_TEXT, CATEGORY_MAIN),
141
CONTENT_TEXT
.setValue("Basic text");
146
CONTENT_TEXT
.setValue("Alice, Bob, Chuck");
155
CONTENT_TEXT
.setValue("800x534 | 405.1K");
156
SUMMARY_TEXT.setValue(
CONTENT_TEXT
.getValueString());
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/generator/
NotificationGenerator.java
27
import static com.android.notificationstudio.model.EditableItem.
CONTENT_TEXT
;
63
if (
CONTENT_TEXT
.hasValue())
64
builder.setContentText(
CONTENT_TEXT
.getValueString());
Completed in 387 milliseconds