Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/people/
DPeopleSpaceTile.java73 private int mNotificationPolicyState; field in PeopleSpaceTile
98 mNotificationPolicyState = b.mNotificationPolicyState; in PeopleSpaceTile()
217 return mNotificationPolicyState; in getNotificationPolicyState()
249 builder.setNotificationPolicyState(mNotificationPolicyState); in toBuilder()
277 private int mNotificationPolicyState; field in PeopleSpaceTile.Builder
287 mNotificationPolicyState = SHOW_CONVERSATIONS; in Builder()
297 mNotificationPolicyState = SHOW_CONVERSATIONS; in Builder()
314 mNotificationPolicyState = SHOW_CONVERSATIONS; in Builder()
455 mNotificationPolicyState = notificationPolicyState; in setNotificationPolicyState()
495 mNotificationPolicyState = in.readInt(); in PeopleSpaceTile()
[all …]