Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java61 private String mNotificationKey; field in PeopleSpaceTile
86 mNotificationKey = b.mNotificationKey; in PeopleSpaceTile()
148 return mNotificationKey; in getNotificationKey()
237 builder.setNotificationKey(mNotificationKey); in toBuilder()
265 private String mNotificationKey; field in PeopleSpaceTile.Builder
383 mNotificationKey = notificationKey; in setNotificationKey()
482 mNotificationKey = in.readString(); in PeopleSpaceTile()
515 dest.writeString(mNotificationKey); in writeToParcel()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DExpandableNotificationRowController.java67 private final String mNotificationKey; field in ExpandableNotificationRowController
120 mNotificationKey = notificationKey; in ExpandableNotificationRowController()
147 mNotificationKey, in init()