Searched refs:lastLoggedInTime (Results 1 – 5 of 5) sorted by relevance
231 public long lastLoggedInTime; field in UserInfo488 lastLoggedInTime = orig.lastLoggedInTime; in UserInfo()544 dest.writeLong(lastLoggedInTime); in writeToParcel()573 lastLoggedInTime = source.readLong(); in UserInfo()
350 user.lastLoggedInTime = 5L << 32; in createUser()
4229 serializer.attributeLong(null, ATTR_LAST_LOGGED_IN_TIME, userInfo.lastLoggedInTime);4421 long lastLoggedInTime = 0L;4467 lastLoggedInTime = parser.getAttributeLong(null, ATTR_LAST_LOGGED_IN_TIME, 0);4555 userInfo.lastLoggedInTime = lastLoggedInTime;5296 user.lastLoggedInTime,6307 userData.info.lastLoggedInTime = now;6702 dumpTimeAgo(pw, tempStringBuilder, now, userInfo.lastLoggedInTime);
788 MutableBareField: android.content.pm.UserInfo#lastLoggedInTime:789 Bare field lastLoggedInTime must be marked final, or moved behind accessors if mutable
1090 field public long lastLoggedInTime;