Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java278 private boolean mIsCurrentUserSetup; field in NotificationStackScrollLayout
767 && mIsCurrentUserSetup // see: b/193149550 in shouldShowFooterView()
5143 println(pw, "isCurrentUserSetup", mIsCurrentUserSetup); in dump()
5243 pw.println("mIsCurrentUserSetup: " + mIsCurrentUserSetup); in dumpFooterViewVisibility()
5988 if (mIsCurrentUserSetup != isCurrentUserSetup) {
5989 mIsCurrentUserSetup = isCurrentUserSetup;