Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/car/
DUserGridRecyclerView.java215 if (userRecord.mIsStartGuestSession) { in onBindViewHolder()
259 if (userRecord.mIsStartGuestSession) { in getUserRecordIcon()
330 public final boolean mIsStartGuestSession; field in UserGridRecyclerView.UserRecord
337 mIsStartGuestSession = isStartGuestSession; in UserRecord()