Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/pm/
DUserJourneyLogger.java66 public static final int ERROR_CODE_INCOMPLETE_OR_TIMEOUT = 2; field in UserJourneyLogger
74 ERROR_CODE_INCOMPLETE_OR_TIMEOUT,
382 UserJourneyLogger.ERROR_CODE_INCOMPLETE_OR_TIMEOUT); in finishAndClearIncompleteUserJourney()
390 ERROR_CODE_INCOMPLETE_OR_TIMEOUT); in finishAndClearIncompleteUserJourney()
/frameworks/base/services/tests/servicestests/src/com/android/server/pm/
DUserJourneyLoggerTest.java20 import static com.android.server.pm.UserJourneyLogger.ERROR_CODE_INCOMPLETE_OR_TIMEOUT;
236 0, targetUser, USER_JOURNEY_USER_REMOVE, ERROR_CODE_INCOMPLETE_OR_TIMEOUT); in testRemovePrivateProfileUserJourneyWithError()
244 ERROR_CODE_INCOMPLETE_OR_TIMEOUT, in testRemovePrivateProfileUserJourneyWithError()
255 ERROR_CODE_INCOMPLETE_OR_TIMEOUT, in testRemovePrivateProfileUserJourneyWithError()
349 ERROR_CODE_INCOMPLETE_OR_TIMEOUT, 2); in testIncompleteStopUserJourney()
355 ERROR_CODE_INCOMPLETE_OR_TIMEOUT, 1); in testIncompleteStopUserJourney()