Home
last modified time | relevance | path

Searched refs:onUnlockUser (Results 1 – 25 of 26) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/
DBluetoothService.java50 public void onUnlockUser(int userHandle) { in onUnlockUser() method in BluetoothService
DSystemService.java161 public void onUnlockUser(int userHandle) {} in onUnlockUser() method in SystemService
DTextServicesManagerService.java120 public void onUnlockUser(@UserIdInt int userHandle) { in onUnlockUser() method in TextServicesManagerService.Lifecycle
123 mService.onUnlockUser(userHandle); in onUnlockUser()
142 void onUnlockUser(@UserIdInt int userId) { in onUnlockUser() method in TextServicesManagerService
DSystemServiceManager.java203 service.onUnlockUser(userHandle); in unlockUser()
DStorageManagerService.java194 public void onUnlockUser(int userHandle) { in onUnlockUser() method in StorageManagerService.Lifecycle
195 mStorageManagerService.onUnlockUser(userHandle); in onUnlockUser()
934 private void onUnlockUser(int userId) { in onUnlockUser() method in StorageManagerService
DInputMethodManagerService.java1248 public void onUnlockUser(final @UserIdInt int userHandle) { in onUnlockUser() method in InputMethodManagerService.Lifecycle
1255 void onUnlockUser(@UserIdInt int userId) { in onUnlockUser() method in InputMethodManagerService
3390 onUnlockUser(userId); in handleMessage()
/frameworks/base/services/core/java/com/android/server/search/
DSearchManagerService.java77 public void onUnlockUser(final int userId) { in onUnlockUser() method in SearchManagerService.Lifecycle
81 mService.onUnlockUser(userId); in onUnlockUser()
142 private void onUnlockUser(int userId) { in onUnlockUser() method in SearchManagerService
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
DAppWidgetService.java51 public void onUnlockUser(int userHandle) { in onUnlockUser() method in AppWidgetService
/frameworks/opt/net/wifi/service/java/com/android/server/wifi/
DWifiService.java54 public void onUnlockUser(int userId) { in onUnlockUser() method in WifiService
/frameworks/base/services/midi/java/com/android/server/midi/
DMidiService.java78 public void onUnlockUser(int userHandle) { in onUnlockUser() method in MidiService.Lifecycle
80 mMidiService.onUnlockUser(); in onUnlockUser()
570 private void onUnlockUser() { in onUnlockUser() method in MidiService
/frameworks/base/services/core/java/com/android/server/content/
DContentService.java112 public void onUnlockUser(int userHandle) { in onUnlockUser() method in ContentService.Lifecycle
113 mService.onUnlockUser(userHandle); in onUnlockUser()
185 void onUnlockUser(int userHandle) { in onUnlockUser() method in ContentService
186 if (mSyncManager != null) mSyncManager.onUnlockUser(userHandle); in onUnlockUser()
DSyncManager.java741 public void onUnlockUser(int userHandle) { in onUnlockUser() method in SyncManager
/frameworks/base/services/autofill/java/com/android/server/autofill/
DAutofillManagerService.java279 public void onUnlockUser(int userId) { in onUnlockUser() method in AutofillManagerService
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java213 public void onUnlockUser(int userHandle) { in onUnlockUser() method in LockSettingsService.Lifecycle
214 mLockSettingsService.onUnlockUser(userHandle); in onUnlockUser()
529 public void onUnlockUser(final int userId) { in onUnlockUser() method in LockSettingsService
/frameworks/base/services/print/java/com/android/server/print/
DPrintManagerService.java88 public void onUnlockUser(int userHandle) { in onUnlockUser() method in PrintManagerService
/frameworks/base/services/core/java/com/android/server/wallpaper/
DWallpaperManagerService.java154 public void onUnlockUser(int userHandle) { in onUnlockUser() method in WallpaperManagerService.Lifecycle
155 mService.onUnlockUser(userHandle); in onUnlockUser()
1309 void onUnlockUser(final int userId) { in onUnlockUser() method in WallpaperManagerService
/frameworks/base/services/voiceinteraction/java/com/android/server/voiceinteraction/
DVoiceInteractionManagerService.java139 public void onUnlockUser(int userHandle) { in onUnlockUser() method in VoiceInteractionManagerService
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java790 public void onUnlockUser(int userId) { in onUnlockUser() method in TrustManagerService
/frameworks/base/services/core/java/com/android/server/accounts/
DAccountManagerService.java159 public void onUnlockUser(int userHandle) { in onUnlockUser() method in AccountManagerService.Lifecycle
160 mService.onUnlockUser(userHandle); in onUnlockUser()
1398 onUnlockUser(intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1)); in onUserUnlocked()
1401 void onUnlockUser(int userId) { in onUnlockUser() method in AccountManagerService
/frameworks/base/services/core/java/com/android/server/job/
DJobSchedulerService.java645 public void onUnlockUser(int userHandle) { in onUnlockUser() method in JobSchedulerService
/frameworks/base/services/backup/java/com/android/server/backup/
DRefactoredBackupManagerService.java547 public void onUnlockUser(int userId) { in onUnlockUser() method in RefactoredBackupManagerService.Lifecycle
DBackupManagerService.java400 public void onUnlockUser(int userId) { in onUnlockUser() method in BackupManagerService.Lifecycle
/frameworks/base/services/core/java/com/android/server/tv/
DTvInputManagerService.java163 public void onUnlockUser(int userHandle) { in onUnlockUser() method in TvInputManagerService
/frameworks/base/services/
Dart-profile6744 PLcom/android/server/BluetoothService;->onUnlockUser(I)V
7084 PLcom/android/server/InputMethodManagerService$Lifecycle;->onUnlockUser(I)V
7128 PLcom/android/server/InputMethodManagerService;->onUnlockUser(I)V
7542 PLcom/android/server/StorageManagerService$Lifecycle;->onUnlockUser(I)V
7587 PLcom/android/server/StorageManagerService;->onUnlockUser(I)V
7615 PLcom/android/server/SystemService;->onUnlockUser(I)V
7660 PLcom/android/server/TextServicesManagerService$Lifecycle;->onUnlockUser(I)V
7701 PLcom/android/server/TextServicesManagerService;->onUnlockUser(I)V
7982 PLcom/android/server/accounts/AccountManagerService$Lifecycle;->onUnlockUser(I)V
8026 PLcom/android/server/accounts/AccountManagerService;->onUnlockUser(I)V
[all …]
/frameworks/base/services/core/java/com/android/server/pm/
DShortcutService.java575 public void onUnlockUser(int userId) { in onUnlockUser() method in ShortcutService.Lifecycle

12