Searched refs:isUserSetupInProgress (Results 1 – 2 of 2) sorted by relevance
29 boolean isUserSetupInProgress(int user); in isUserSetupInProgress() method35 return isUserSetupInProgress(getCurrentUser()); in isCurrentUserSetupInProgress()
95 public boolean isUserSetupInProgress(int user) { in isUserSetupInProgress() method in CarDeviceProvisionedControllerImpl102 return isUserSetupInProgress(mUserTracker.getUserId()); in isCurrentUserSetupInProgress()