Searched refs:onUserSwitchComplete (Results 1 – 14 of 14) sorted by relevance
24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
34 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() method in UserSwitchObserver
117 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
70 public void onUserSwitchComplete(int userId) {
109 public void onUserSwitchComplete(int userId) {
1220 public void onUserSwitchComplete(int newUserId) throws RemoteException { in KeyguardUpdateMonitor()1412 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
118 public void onUserSwitchComplete(int userId) {
746 public void onUserSwitchComplete(int userId) {
685 public void onUserSwitchComplete(int newUserId) throws RemoteException {
304 Mockito.verify(observer, times(1)).onUserSwitchComplete(anyInt()); in testDispatchUserSwitchComplete()305 Mockito.verify(observer).onUserSwitchComplete(TEST_USER_ID); in testDispatchUserSwitchComplete()
269 public void onUserSwitchComplete(int newUserId) throws RemoteException { in registerUserSwitchObserver()
374 public void onUserSwitchComplete(int userId) {
1260 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId);
14669 HSPLandroid/app/IUserSwitchObserver;->onUserSwitchComplete(I)V