Searched refs:lastLoggedInTime (Results 1 – 3 of 3) sorted by relevance
103 public long lastLoggedInTime; field in UserInfo232 lastLoggedInTime = orig.lastLoggedInTime; in UserInfo()261 dest.writeLong(lastLoggedInTime); in writeToParcel()287 lastLoggedInTime = source.readLong(); in UserInfo()
127 user.lastLoggedInTime = 5L << 32; in createUser()
2028 Long.toString(userInfo.lastLoggedInTime)); in writeUserLP()2181 long lastLoggedInTime = 0L; in readUserLP() local2219 lastLoggedInTime = readLongAttribute(parser, ATTR_LAST_LOGGED_IN_TIME, 0); in readUserLP()2276 userInfo.lastLoggedInTime = lastLoggedInTime; in readUserLP()3196 userData.info.lastLoggedInTime = now; in onUserLoggedIn()3409 if (userInfo.lastLoggedInTime == 0) { in dump()3413 TimeUtils.formatDuration(now - userInfo.lastLoggedInTime, sb); in dump()