Searched refs:lastLoggedInTime (Results 1 – 5 of 5) sorted by relevance
199 public long lastLoggedInTime; field in UserInfo445 lastLoggedInTime = orig.lastLoggedInTime; in UserInfo()501 dest.writeLong(lastLoggedInTime); in writeToParcel()530 lastLoggedInTime = source.readLong(); in UserInfo()
254 user.lastLoggedInTime = 5L << 32; in createUser()
3486 serializer.attributeLong(null, ATTR_LAST_LOGGED_IN_TIME, userInfo.lastLoggedInTime); in writeUserLP()3651 long lastLoggedInTime = 0L; in readUserLP() local3695 lastLoggedInTime = parser.getAttributeLong(null, ATTR_LAST_LOGGED_IN_TIME, 0); in readUserLP()3761 userInfo.lastLoggedInTime = lastLoggedInTime; in readUserLP()4540 user.lastLoggedInTime, in onPullAtom()5467 userData.info.lastLoggedInTime = now; in onUserLoggedIn()5983 dumpTimeAgo(pw, tempStringBuilder, now, userInfo.lastLoggedInTime); in dumpUserLocked()
780 MutableBareField: android.content.pm.UserInfo#lastLoggedInTime:781 Bare field lastLoggedInTime must be marked final, or moved behind accessors if mutable
927 field public long lastLoggedInTime;