HomeSort by relevance Sort by last modified time
    Searched refs:onUserSwitchComplete (Results 1 - 10 of 10) sorted by null

  /frameworks/base/core/java/android/app/
IUserSwitchObserver.aidl 24 void onUserSwitchComplete(int newUserId);
  /frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardUpdateMonitorCallback.java 113 void onUserSwitchComplete(int userId) { }
KeyguardFaceUnlockView.java 273 public void onUserSwitchComplete(int userId) {
274 if (DEBUG) Log.d(TAG, "onUserSwitchComplete(" + userId + ")");
KeyguardUpdateMonitor.java 546 public void onUserSwitchComplete(int newUserId) throws RemoteException {
626 cb.onUserSwitchComplete(userId);
    [all...]
KeyguardViewMediator.java 337 public void onUserSwitchComplete(int userId) {
    [all...]
KeyguardHostView.java 264 public void onUserSwitchComplete(int userId) {
    [all...]
  /frameworks/base/services/java/com/android/server/
TextServicesManagerService.java 106 public void onUserSwitchComplete(int newUserId) throws RemoteException {
    [all...]
WallpaperManagerService.java 499 public void onUserSwitchComplete(int newUserId) throws RemoteException {
    [all...]
InputMethodManagerService.java 667 public void onUserSwitchComplete(int newUserId) throws RemoteException {
    [all...]
  /frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java     [all...]

Completed in 522 milliseconds