Searched refs:onUnlockUser (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/services/core/java/com/android/server/
H A DBluetoothService.java50 public void onUnlockUser(int userHandle) { method in class:BluetoothService
H A DSystemService.java142 public void onUnlockUser(int userHandle) {} method in class:SystemService
H A DSystemServiceManager.java175 Trace.traceBegin(Trace.TRACE_TAG_SYSTEM_SERVER, "onUnlockUser "
178 service.onUnlockUser(userHandle);
H A DTextServicesManagerService.java117 public void onUnlockUser(@UserIdInt int userHandle) { method in class:TextServicesManagerService.Lifecycle
120 mService.onUnlockUser(userHandle);
139 void onUnlockUser(@UserIdInt int userId) { method in class:TextServicesManagerService
H A DLockSettingsService.java182 public void onUnlockUser(int userHandle) { method in class:LockSettingsService.Lifecycle
183 mLockSettingsService.onUnlockUser(userHandle);
379 public void onUnlockUser(final int userId) { method in class:LockSettingsService
385 // in onUnlockUser() synchronously, otherwise it may cause a deadlock
H A DInputMethodManagerService.java822 public void onUnlockUser(final @UserIdInt int userHandle) { method in class:InputMethodManagerService.Lifecycle
829 void onUnlockUser(@UserIdInt int userId) { method in class:InputMethodManagerService
833 Slog.d(TAG, "onUnlockUser: userId=" + userId + " curUserId=" + currentUserId);
2977 onUnlockUser(userId);
H A DMountService.java186 public void onUnlockUser(int userHandle) { method in class:MountService.Lifecycle
187 mMountService.onUnlockUser(userHandle);
912 private void onUnlockUser(int userId) { method in class:MountService
913 Slog.d(TAG, "onUnlockUser " + userId);
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetService.java49 public void onUnlockUser(int userHandle) { method in class:AppWidgetService
/frameworks/base/services/core/java/com/android/server/search/
H A DSearchManagerService.java78 public void onUnlockUser(final int userId) { method in class:SearchManagerService.Lifecycle
82 mService.onUnlockUser(userId);
143 private void onUnlockUser(int userId) { method in class:SearchManagerService
/frameworks/base/services/midi/java/com/android/server/midi/
H A DMidiService.java77 public void onUnlockUser(int userHandle) { method in class:MidiService.Lifecycle
79 mMidiService.onUnlockUser();
572 private void onUnlockUser() { method in class:MidiService
/frameworks/base/services/core/java/com/android/server/wallpaper/
H A DWallpaperManagerService.java141 public void onUnlockUser(int userHandle) { method in class:WallpaperManagerService.Lifecycle
142 mService.onUnlockUser(userHandle);
1008 void onUnlockUser(final int userId) { method in class:WallpaperManagerService
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java662 public void onUnlockUser(int userId) { method in class:TrustManagerService
/frameworks/base/services/print/java/com/android/server/print/
H A DPrintManagerService.java89 public void onUnlockUser(int userHandle) { method in class:PrintManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
H A DVoiceInteractionManagerService.java138 public void onUnlockUser(int userHandle) { method in class:VoiceInteractionManagerService
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java162 public void onUnlockUser(int userHandle) { method in class:AccountManagerService.Lifecycle
163 mService.onUnlockUser(userHandle);
864 onUnlockUser(intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1));
867 void onUnlockUser(int userId) { method in class:AccountManagerService
/frameworks/base/services/core/java/com/android/server/job/
H A DJobSchedulerService.java541 public void onUnlockUser(int userHandle) { method in class:JobSchedulerService
/frameworks/base/services/core/java/com/android/server/pm/
H A DShortcutService.java540 public void onUnlockUser(int userId) { method in class:ShortcutService.Lifecycle
/frameworks/base/services/core/java/com/android/server/tv/
H A DTvInputManagerService.java161 public void onUnlockUser(int userHandle) { method in class:TvInputManagerService
162 if (DEBUG) Slog.d(TAG, "onUnlockUser(userHandle=" + userHandle + ")");
/frameworks/base/services/backup/java/com/android/server/backup/
H A DBackupManagerService.java363 public void onUnlockUser(int userId) { method in class:BackupManagerService.Lifecycle

Completed in 2547 milliseconds