Home
last modified time | relevance | path

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

/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java35 import static com.android.server.pm.UserJourneyLogger.USER_LIFECYCLE_EVENT_REMOVE_USER;
192 USER_LIFECYCLE_EVENT_REMOVE_USER, in testRemoveUserJourney()
202 USER_LIFECYCLE_EVENT_REMOVE_USER, in testRemoveUserJourney()
222 USER_LIFECYCLE_EVENT_REMOVE_USER, in testRemovePrivateProfileUserJourneyWithError()
242 USER_LIFECYCLE_EVENT_REMOVE_USER, in testRemovePrivateProfileUserJourneyWithError()
/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java131 public static final int USER_LIFECYCLE_EVENT_REMOVE_USER = field in UserJourneyLogger
151 USER_LIFECYCLE_EVENT_REMOVE_USER,
211 return USER_LIFECYCLE_EVENT_REMOVE_USER; in journeyToEvent()