Searched refs:onUserSwitchComplete (Results 1 – 16 of 16) sorted by relevance
24 void onUserSwitchComplete(int newUserId); in onUserSwitchComplete() method
35 public void onUserSwitchComplete(int newUserId) throws RemoteException {} in onUserSwitchComplete() method in UserSwitchObserver
126 public void onUserSwitchComplete(int userId) { } in onUserSwitchComplete() method in KeyguardUpdateMonitorCallback
64 public void onUserSwitchComplete(int userId) {
112 public void onUserSwitchComplete(int userId) {
1487 public void onUserSwitchComplete(int newUserId) throws RemoteException { in KeyguardUpdateMonitor()1833 cb.onUserSwitchComplete(userId); in handleUserSwitchComplete()
141 public void onUserSwitchComplete(int userId) {
482 public void onUserSwitchComplete(int newUserId) throws RemoteException {
696 public void onUserSwitchComplete(int userId) {
345 verify(observer, times(1)).onUserSwitchComplete(anyInt()); in testDispatchUserSwitchComplete()346 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()
875 public void onUserSwitchComplete(int newUserId) { in BiometricService()
385 public void onUserSwitchComplete(int userId) {
1384 mUserSwitchObservers.getBroadcastItem(i).onUserSwitchComplete(userId);
7445 Landroid/app/IUserSwitchObserver$Stub$Proxy;->onUserSwitchComplete(I)V7457 Landroid/app/IUserSwitchObserver;->onUserSwitchComplete(I)V10145 Landroid/app/UserSwitchObserver;->onUserSwitchComplete(I)V