Searched refs:onUserSwitchComplete (Results 1 – 17 of 17) sorted by relevance
24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
40 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() method in UserSwitchObserver
126 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
65 public void onUserSwitchComplete(int userId) {
114 public void onUserSwitchComplete(int userId) {
1581 public void onUserSwitchComplete(int newUserId) throws RemoteException { in KeyguardUpdateMonitor()1968 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
159 public void onUserSwitchComplete(int userId) {
485 public void onUserSwitchComplete(int newUserId) throws RemoteException {
697 public void onUserSwitchComplete(int userId) {
377 verify(observer, times(1)).onUserSwitchComplete(anyInt()); in testDispatchUserSwitchComplete()378 verify(observer).onUserSwitchComplete(TEST_USER_ID); in testDispatchUserSwitchComplete()
133 public void onUserSwitchComplete(int newUserId) throws RemoteException {
369 public void onUserSwitchComplete(int newUserId) throws RemoteException { in registerUserSwitchObserver()
901 public void onUserSwitchComplete(int newUserId) { in BiometricService()
392 public void onUserSwitchComplete(int userId) {
1416 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId);
1724 public void onUserSwitchComplete(int newUserId) {
6981 Landroid/app/IUserSwitchObserver$Stub$Proxy;->onUserSwitchComplete(I)V6991 Landroid/app/IUserSwitchObserver;->onUserSwitchComplete(I)V9497 Landroid/app/UserSwitchObserver;->onUserSwitchComplete(I)V