Home
last modified time | relevance | path

Searched refs:mContentText (Results 1 – 2 of 2) sorted by relevance

/development/samples/browseable/WearNotifications/Wearable/src/com.example.android.wearable.wear.wearnotifications/mock/
DMockDatabase.java39 private String mContentText; field in MockDatabase.BigTextStyleReminderAppData
68 mContentText = "Feed Dogs and check garage!"; in BigTextStyleReminderAppData()
81 return mContentText; in getContentText()
110 private String mContentText; field in MockDatabase.BigPictureStyleSocialAppData
141 mContentText = "[Picture] Like my shot of Earth?"; in BigPictureStyleSocialAppData()
160 return mContentText; in getContentText()
197 private String mContentText; field in MockDatabase.InboxStyleEmailAppData
226 mContentText = "from Jane, Jay, Alex +2 more"; in InboxStyleEmailAppData()
256 return mContentText; in getContentText()
294 private String mContentText; field in MockDatabase.MessagingStyleCommsAppData
[all …]
/development/samples/browseable/WearNotifications/Application/src/com.example.android.wearable.wear.wearnotifications/mock/
DMockDatabase.java39 private String mContentText; field in MockDatabase.BigTextStyleReminderAppData
68 mContentText = "Feed Dogs and check garage!"; in BigTextStyleReminderAppData()
81 return mContentText; in getContentText()
110 private String mContentText; field in MockDatabase.BigPictureStyleSocialAppData
141 mContentText = "[Picture] Like my shot of Earth?"; in BigPictureStyleSocialAppData()
160 return mContentText; in getContentText()
197 private String mContentText; field in MockDatabase.InboxStyleEmailAppData
226 mContentText = "from Jane, Jay, Alex +2 more"; in InboxStyleEmailAppData()
256 return mContentText; in getContentText()
294 private String mContentText; field in MockDatabase.MessagingStyleCommsAppData
[all …]