Home
last modified time | relevance | path

Searched refs:onUserUnlocked (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationHistoryManagerTest.java132 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/
DDataManagerTest.java306 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/
DAccessibilityFloatingMenuControllerTest.java101 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/
DNetworkScoreServiceTest.java223 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/
DKeyguardUpdateMonitorCallback.java155 public void onUserUnlocked() { } in onUserUnlocked() method in KeyguardUpdateMonitorCallback
/frameworks/base/packages/SystemUI/src/com/android/systemui/accessibility/floatingmenu/
DAccessibilityFloatingMenuController.java61 public void onUserUnlocked() {
/frameworks/base/services/people/java/com/android/server/people/
DPeopleService.java106 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/
DSystemServiceManager.java310 public void onUserUnlocked(@UserIdInt int userId) { in onUserUnlocked() method in SystemServiceManager
412 service.onUserUnlocked(curUser); in onUser()
DSystemService.java357 public void onUserUnlocked(@NonNull TargetUser user) { in onUserUnlocked() method in SystemService
DVpnManagerService.java714 onUserUnlocked(userId);
846 private void onUserUnlocked(int userId) { in onUserUnlocked() method in VpnManagerService
DNetworkScoreService.java112 onUserUnlocked(userId);
328 void onUserUnlocked(int userId) { in onUserUnlocked() method in NetworkScoreService
/frameworks/base/services/api/
Dcurrent.txt19 method public void onUserUnlocked(@NonNull com.android.server.SystemService.TargetUser);
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DActivityTaskSupervisorTests.java250 mSupervisor.onUserUnlocked(0); in testStartHomeAfterUserUnlocked()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationHistoryManager.java90 void onUserUnlocked(@UserIdInt int userId) { in onUserUnlocked() method in NotificationHistoryManager
DNotificationManagerService.java1851 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) {
DZenModeHelper.java234 public void onUserUnlocked(int user) { in onUserUnlocked() method in ZenModeHelper
/frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
DPinStorage.java367 private synchronized void onUserUnlocked() { in onUserUnlocked() method in PinStorage
595 onUserUnlocked(); in handleMessage()
/frameworks/opt/car/services/src/com/android/internal/car/
DCarServiceHelperService.java344 public void onUserUnlocked(@NonNull TargetUser user) { in onUserUnlocked() method in CarServiceHelperService
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
DKeyguardIndicationController.java1050 public void onUserUnlocked() { in onUserUnlocked() method in KeyguardIndicationController.BaseKeyguardCallback
/frameworks/base/services/core/java/com/android/server/pm/verify/domain/
DDomainVerificationService.java210 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/
DKeyguardBottomAreaView.java852 public void onUserUnlocked() {
/frameworks/base/services/usage/java/com/android/server/usage/
DUsageStatsService.java375 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/
DDataManager.java172 public void onUserUnlocked(int userId) { in onUserUnlocked() method in DataManager
/frameworks/base/services/tests/servicestests/src/com/android/server/accounts/
DAccountManagerServiceTest.java368 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/
DSyncManager.java435 onUserUnlocked(userId);
1786 private void onUserUnlocked(int userId) { in onUserUnlocked() method in SyncManager

12