Home
last modified time | relevance | path

Searched refs:ATTR_LAST_RETRY_MS (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/java/com/android/server/pm/
DUserManagerService.java90 private static final String ATTR_LAST_RETRY_MS = "lastAttemptMs"; field in UserManagerService
655 serializer.attribute(null, ATTR_LAST_RETRY_MS, in writeUserLocked()
784 lastAttemptTime = readLongAttribute(parser, ATTR_LAST_RETRY_MS, 0L); in readUserLocked()