Searched refs:userStopStatus (Results 1 – 2 of 2) sorted by relevance
37 public StopUserResultTest(int userStopStatus, int stopUserStatus, boolean isSuccess) { in StopUserResultTest() argument38 mUserStopStatus = userStopStatus; in StopUserResultTest()
2071 @UserStopResult.Status int userStopStatus = stopBackgroundUserInternal(userId); in handleStopUser() local2072 sendUserStopResult(userId, userStopStatus, receiver); in handleStopUser()2129 @UserStopResult.Status int userStopStatus = stopBackgroundUserInternal(userId); in stopBackgroundUserInGagageMode() local2130 if (UserStopResult.isSuccess(userStopStatus)) { in stopBackgroundUserInGagageMode()