Searched refs:updateUser (Results 1 – 9 of 9) sorted by relevance
53 updateUser(newUser);57 private final CarProfileIconUpdater.Callback mUserIconUpdateCallback = this::updateUser;83 updateUser(mUserTracker.getUserId()); in onViewAttached()107 private void updateUser(int userId) { in updateUser() method in UserNameImageViewController
56 updateUser(newUser);63 updateUser(mUserTracker.getUserId());90 updateUser(mUserTracker.getUserId()); in onViewAttached()117 private void updateUser(int userId) { in updateUser() method in UserNameTextViewController
55 mExistingUsers.setOnUserSelectedListener((u) -> updateUser(u)); in ExistingUsersView()61 private void updateUser(@NonNull UserInfo user) { in updateUser() method in ExistingUsersView70 updateUser(mExistingUsers.getSelectedUser()); in updateState()
26 override fun updateUser(user: Int) = userRepo.updateUser(user) method in com.android.settings.biometrics.fingerprint2.domain.interactor.UserInteractorImpl
37 fun updateUser(user: Int) in updateUser() method44 override fun updateUser(user: Int) { in updateUser() method
100 updateUser(); in onStart()117 updateUser(); in onUserStarting()123 updateUser(); in onUserSwitching()142 updateUser(); in onUserStopped()196 private void updateUser() { in updateUser() method in MediaCommunicationService
30 fun updateUser(user: Int) method
1045 private void doSyncWithCarServiceHelper(boolean updateDisplay, boolean updateUser) { in doSyncWithCarServiceHelper() argument1052 if (updateUser) { in doSyncWithCarServiceHelper()1059 if (updateUser) { in doSyncWithCarServiceHelper()1569 boolean updateUser = false; in syncStateAndSendConfigChangeEvent()1572 updateUser = true; in syncStateAndSendConfigChangeEvent()1574 updateUser = true; in syncStateAndSendConfigChangeEvent()1576 doSyncWithCarServiceHelper(updateDisplay, updateUser); in syncStateAndSendConfigChangeEvent()
115 override fun updateUser(user: Int) { in updateUser() method in com.android.settings.fingerprint2.domain.interactor.FingerprintManagerInteractorTest