Searched refs:lastLoggedInTime (Results 1 – 5 of 5) sorted by relevance
181 public long lastLoggedInTime; field in UserInfo427 lastLoggedInTime = orig.lastLoggedInTime; in UserInfo()483 dest.writeLong(lastLoggedInTime); in writeToParcel()512 lastLoggedInTime = source.readLong(); in UserInfo()
252 user.lastLoggedInTime = 5L << 32; in createUser()
3110 serializer.attributeLong(null, ATTR_LAST_LOGGED_IN_TIME, userInfo.lastLoggedInTime); in writeUserLP()3271 long lastLoggedInTime = 0L; in readUserLP() local3314 lastLoggedInTime = parser.getAttributeLong(null, ATTR_LAST_LOGGED_IN_TIME, 0); in readUserLP()3375 userInfo.lastLoggedInTime = lastLoggedInTime; in readUserLP()4852 userData.info.lastLoggedInTime = now; in onUserLoggedIn()5188 dumpTimeAgo(pw, sb, now, userInfo.lastLoggedInTime); in dump()
2406 MutableBareField: android.content.pm.UserInfo#lastLoggedInTime:2407 Bare field lastLoggedInTime must be marked final, or moved behind accessors if mutable
911 field public long lastLoggedInTime;