Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java62 private CharSequence mNotificationContent; field in PeopleSpaceTile
87 mNotificationContent = b.mNotificationContent; in PeopleSpaceTile()
152 return mNotificationContent; in getNotificationContent()
238 builder.setNotificationContent(mNotificationContent); in toBuilder()
266 private CharSequence mNotificationContent; field in PeopleSpaceTile.Builder
389 mNotificationContent = notificationContent; in setNotificationContent()
483 mNotificationContent = in.readCharSequence(); in PeopleSpaceTile()
516 dest.writeCharSequence(mNotificationContent); in writeToParcel()