Searched defs:onUserUnlocked (Results 1 - 10 of 10) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardUpdateMonitorCallback.java134 public void onUserUnlocked() { } method in class:KeyguardUpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DKeyguardIndicationController.java611 public void onUserUnlocked() { method in class:KeyguardIndicationController.BaseKeyguardCallback
/frameworks/base/services/core/java/com/android/server/
H A DNetworkScoreService.java116 onUserUnlocked(userId);
335 void onUserUnlocked(int userId) { method in class:NetworkScoreService
336 if (DBG) Log.d(TAG, "onUserUnlocked(" + userId + ")");
H A DConnectivityService.java4139 private void onUserUnlocked(int userId) { method in class:ConnectivityService
4166 onUserUnlocked(userId);
/frameworks/base/services/core/java/com/android/server/notification/
H A DManagedServices.java561 public void onUserUnlocked(int user) { method in class:ManagedServices
562 if (DEBUG) Slog.d(TAG, "onUserUnlocked u=" + user);
H A DZenModeHelper.java213 public void onUserUnlocked(int user) { method in class:ZenModeHelper
214 loadConfigForUser(user, "onUserUnlocked");
H A DNotificationManagerService.java1162 mConditionProviders.onUserUnlocked(user);
1163 mListeners.onUserUnlocked(user);
1164 mAssistants.onUserUnlocked(user);
1165 mZenModeHelper.onUserUnlocked(user);
6368 public void onUserUnlocked(int user) { method in class:NotificationManagerService.NotificationAssistants
6369 if (DEBUG) Slog.d(TAG, "onUserUnlocked u=" + user);
/frameworks/base/services/core/java/com/android/server/content/
H A DSyncManager.java456 onUserUnlocked(userId);
1787 private void onUserUnlocked(int userId) { method in class:SyncManager
/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetServiceImpl.java2700 void onUserUnlocked(int userId) { method in class:AppWidgetServiceImpl
2737 Slog.i(TAG, "Async processing of onUserUnlocked u" + userId + " took "
/frameworks/base/services/core/java/com/android/server/accounts/
H A DAccountManagerService.java1410 void onUserUnlocked(Intent intent) { method in class:AccountManagerService
1416 Log.v(TAG, "onUserUnlocked " + userId);

Completed in 225 milliseconds