/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationHistoryManagerTest.java | 132 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked() 141 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabled() 152 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabled() 161 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabled_withProfile() 163 mHistoryManager.onUserUnlocked(mProfileId); in testOnUserUnlocked_historyDisabled_withProfile() 175 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabled_withProfile() 176 mHistoryManager.onUserUnlocked(mProfileId); in testOnUserUnlocked_historyDisabled_withProfile() 186 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() 203 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() 212 mHistoryManager.onUserUnlocked(USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() [all …]
|
/frameworks/base/services/tests/servicestests/src/com/android/server/people/data/ |
D | DataManagerTest.java | 306 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testAccessConversationFromTheSameProfileGroup() 307 mDataManager.onUserUnlocked(USER_ID_PRIMARY_MANAGED); in testAccessConversationFromTheSameProfileGroup() 308 mDataManager.onUserUnlocked(USER_ID_SECONDARY); in testAccessConversationFromTheSameProfileGroup() 339 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testAccessConversationForUnlockedUsersOnly() 367 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testReportAppTargetEvent_directSharing() 389 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testReportAppTargetEvent_directSharing_createConversation() 415 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testReportAppTargetEvent_appSharing() 435 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testContactsChanged() 436 mDataManager.onUserUnlocked(USER_ID_SECONDARY); in testContactsChanged() 460 mDataManager.onUserUnlocked(USER_ID_PRIMARY); in testNotificationPosted() [all …]
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuControllerTest.java | 101 mKeyguardCallback.onUserUnlocked(); in onUserUnlocked_keyguardNotShow_showWidget() 113 mKeyguardCallback.onUserUnlocked(); in onUserUnlocked_keyguardShowing_destroyWidget() 124 mKeyguardCallback.onUserUnlocked(); in onKeyguardVisibilityChanged_showing_destroyWidget() 136 mKeyguardCallback.onUserUnlocked(); in onKeyguardVisibilityChanged_notShow_showWidget() 163 mKeyguardCallback.onUserUnlocked(); in onUserSwitch_onKeyguardVisibilityChangedToTrue_destroyWidget() 178 mKeyguardCallback.onUserUnlocked(); in onUserSwitch_onKeyguardVisibilityChangedToFalse_showWidget()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/ |
D | NetworkScoreServiceTest.java | 223 mNetworkScoreService.onUserUnlocked(0); in testOnUserUnlocked() 253 mNetworkScoreService.onUserUnlocked(0); in testRequestScores_providerThrowsRemoteException() 260 mNetworkScoreService.onUserUnlocked(0); in testRequestScores_providerAvailable() 511 mNetworkScoreService.onUserUnlocked(0); in testIsCallerActiveScorer_noBoundService() 536 mNetworkScoreService.onUserUnlocked(0); in testGetActiveScorerPackage_notActive() 546 mNetworkScoreService.onUserUnlocked(0); in testGetActiveScorerPackage_active() 834 mNetworkScoreService.onUserUnlocked(0); in testGetActiveScorer_notConnected_canRequestScores() 858 mNetworkScoreService.onUserUnlocked(0); in testGetActiveScorer_connected_canRequestScores() 979 mNetworkScoreService.onUserUnlocked(0); in bindToScorer()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardUpdateMonitorCallback.java | 155 public void onUserUnlocked() { } in onUserUnlocked() method in KeyguardUpdateMonitorCallback
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/ |
D | AccessibilityFloatingMenuController.java | 61 public void onUserUnlocked() {
|
/frameworks/base/services/people/java/com/android/server/people/ |
D | PeopleService.java | 106 public void onUserUnlocked(@NonNull TargetUser user) { in onUserUnlocked() method in PeopleService 107 mDataManager.onUserUnlocked(user.getUserIdentifier()); in onUserUnlocked()
|
/frameworks/base/services/core/java/com/android/server/ |
D | SystemServiceManager.java | 310 public void onUserUnlocked(@UserIdInt int userId) { in onUserUnlocked() method in SystemServiceManager 412 service.onUserUnlocked(curUser); in onUser()
|
D | SystemService.java | 357 public void onUserUnlocked(@NonNull TargetUser user) { in onUserUnlocked() method in SystemService
|
D | VpnManagerService.java | 714 onUserUnlocked(userId); 846 private void onUserUnlocked(int userId) { in onUserUnlocked() method in VpnManagerService
|
D | NetworkScoreService.java | 112 onUserUnlocked(userId); 328 void onUserUnlocked(int userId) { in onUserUnlocked() method in NetworkScoreService
|
/frameworks/base/services/api/ |
D | current.txt | 19 method public void onUserUnlocked(@NonNull com.android.server.SystemService.TargetUser);
|
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/ |
D | ActivityTaskSupervisorTests.java | 250 mSupervisor.onUserUnlocked(0); in testStartHomeAfterUserUnlocked()
|
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationHistoryManager.java | 90 void onUserUnlocked(@UserIdInt int userId) { in onUserUnlocked() method in NotificationHistoryManager
|
D | NotificationManagerService.java | 1851 mAssistants.onUserUnlocked(userId); 1853 mConditionProviders.onUserUnlocked(userId); 1854 mListeners.onUserUnlocked(userId); 1855 mZenModeHelper.onUserUnlocked(userId); 1856 mPreferencesHelper.onUserUnlocked(userId); 2703 mHistoryManager.onUserUnlocked(user.getUserIdentifier()); 9584 public void onUserUnlocked(int user) {
|
D | ZenModeHelper.java | 234 public void onUserUnlocked(int user) { in onUserUnlocked() method in ZenModeHelper
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/ |
D | PinStorage.java | 367 private synchronized void onUserUnlocked() { in onUserUnlocked() method in PinStorage 595 onUserUnlocked(); in handleMessage()
|
/frameworks/opt/car/services/src/com/android/internal/car/ |
D | CarServiceHelperService.java | 344 public void onUserUnlocked(@NonNull TargetUser user) { in onUserUnlocked() method in CarServiceHelperService
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/ |
D | KeyguardIndicationController.java | 1050 public void onUserUnlocked() { in onUserUnlocked() method in KeyguardIndicationController.BaseKeyguardCallback
|
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/ |
D | DomainVerificationService.java | 210 public void onUserUnlocked(@NonNull TargetUser user) { in onUserUnlocked() method in DomainVerificationService 211 super.onUserUnlocked(user); in onUserUnlocked()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | KeyguardBottomAreaView.java | 852 public void onUserUnlocked() {
|
/frameworks/base/services/usage/java/com/android/server/usage/ |
D | UsageStatsService.java | 375 private void onUserUnlocked(int userId) { in onUserUnlocked() method in UsageStatsService 1529 onUserUnlocked(msg.arg1); in handleMessage()
|
/frameworks/base/services/people/java/com/android/server/people/data/ |
D | DataManager.java | 172 public void onUserUnlocked(int userId) { in onUserUnlocked() method in DataManager
|
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/ |
D | AccountManagerServiceTest.java | 368 ams2.onUserUnlocked(newIntentForUser(UserHandle.USER_SYSTEM)); in testRemovedAccountSync() 3329 mAms.onUserUnlocked(newIntentForUser(UserHandle.USER_SYSTEM)); in unlockSystemUser()
|
/frameworks/base/services/core/java/com/android/server/content/ |
D | SyncManager.java | 435 onUserUnlocked(userId); 1786 private void onUserUnlocked(int userId) { in onUserUnlocked() method in SyncManager
|