Searched refs:lastLoggedInTime (Results 1 – 2 of 2) sorted by relevance
103 public long lastLoggedInTime; field in UserInfo226 lastLoggedInTime = orig.lastLoggedInTime; in UserInfo()254 dest.writeLong(lastLoggedInTime); in writeToParcel()279 lastLoggedInTime = source.readLong(); in UserInfo()
1897 Long.toString(userInfo.lastLoggedInTime)); in writeUserLP()2034 long lastLoggedInTime = 0L; in readUserLP() local2075 lastLoggedInTime = readLongAttribute(parser, ATTR_LAST_LOGGED_IN_TIME, 0); in readUserLP()2129 userInfo.lastLoggedInTime = lastLoggedInTime; in readUserLP()2943 userData.info.lastLoggedInTime = now; in onUserLoggedIn()3211 if (userInfo.lastLoggedInTime == 0) { in dump()3215 TimeUtils.formatDuration(now - userInfo.lastLoggedInTime, sb); in dump()