/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | StopUserClient.java | 35 void onUserStopped(); in onUserStopped() method 41 public void onUserStopped() { in onUserStopped() method in StopUserClient 42 mUserStoppedCallback.onUserStopped(); in onUserStopped()
|
H A D | UserAwareBiometricScheduler.java | 164 public void onUserStopped() { in onUserStopped() method in UserAwareBiometricScheduler 171 mStopUserClient.onUserStopped(); in onUserStopped()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationHistoryManagerTest.java | 144 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserUnlocked_historyDisabled() 166 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserUnlocked_historyDisabled_withProfile() 167 mHistoryManager.onUserStopped(mProfileId); in testOnUserUnlocked_historyDisabled_withProfile() 190 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled() 218 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() 219 mHistoryManager.onUserStopped(mProfileId); in testOnUserUnlocked_historyDisabledThenEnabled_multiProfile() 256 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserStopped_userExists() 264 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserStopped_userDoesNotExist() 291 mHistoryManager.onUserStopped(USER_SYSTEM); in testOnUserRemoved_cleanupPendingPackages() 421 mHistoryManager.onUserStopped(MIN_SECONDARY_USER_ID); in testTriggerWriteToDisk_onlyUnlockedUsers()
|
/aosp12/system/core/storaged/binder/android/os/ |
H A D | IStoraged.aidl | 22 void onUserStopped(int userId); in onUserStopped() method
|
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/ |
H A D | AppWidgetService.java | 55 mImpl.onUserStopped(user.getUserIdentifier()); in onUserStopping()
|
/aosp12/system/core/storaged/include/ |
H A D | storaged_service.h | 41 binder::Status onUserStopped(int32_t userId);
|
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | UserAwareBiometricSchedulerTest.java | 208 public void onUserStopped() { in onUserStopped() method in UserAwareBiometricSchedulerTest.TestUserStoppedCallback 239 onUserStopped(); in start()
|
/aosp12/frameworks/opt/car/services/tests/src/com/android/internal/car/ |
H A D | CarServiceHelperServiceTest.java | 204 mHelper.onUserStopped(newTargetUser(userId)); in testOnUserStopped_notifiesICar() 212 mHelper.onUserStopped(newTargetUser(10, /* preCreated= */ true)); in testOnUserStopped_preCreatedDoesntNotifyICar()
|
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationHistoryManager.java | 116 public void onUserStopped(@UserIdInt int userId) { in onUserStopped() method in NotificationHistoryManager 130 onUserStopped(userId); in onUserRemoved()
|
/aosp12/frameworks/base/services/core/java/com/android/server/ |
H A D | VpnManagerService.java | 708 onUserStopped(userId); 756 private void onUserStopped(int userId) { in onUserStopped() method in VpnManagerService 763 userVpn.onUserStopped(); in onUserStopped()
|
H A D | SystemServiceManager.java | 353 public void onUserStopped(@UserIdInt int userId) { in onUserStopped() method in SystemServiceManager 418 service.onUserStopped(curUser); in onUser()
|
H A D | SystemService.java | 403 public void onUserStopped(@NonNull TargetUser user) { in onUserStopped() method in SystemService
|
/aosp12/frameworks/base/services/api/ |
H A D | current.txt | 16 method public void onUserStopped(@NonNull com.android.server.SystemService.TargetUser);
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DeviceAdminReceiver.java | 1042 public void onUserStopped(@NonNull Context context, @NonNull Intent intent, in onUserStopped() method in DeviceAdminReceiver 1237 onUserStopped(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER)); in onReceive()
|
/aosp12/system/vold/ |
H A D | VolumeManager.h | 112 int onUserStopped(userid_t userId);
|
H A D | VoldNativeService.h | 44 binder::Status onUserStopped(int32_t userId);
|
H A D | VoldNativeService.cpp | 211 binder::Status VoldNativeService::onUserStopped(int32_t userId) { in onUserStopped() function in android::vold::VoldNativeService 215 return translate(VolumeManager::Instance()->onUserStopped(userId)); in onUserStopped()
|
H A D | VolumeManager.cpp | 440 onUserStopped(userId); in onUserRemoved() 458 int VolumeManager::onUserStopped(userid_t userId) { in onUserStopped() function in VolumeManager
|
/aosp12/frameworks/base/services/core/java/com/android/server/search/ |
H A D | SearchManagerService.java | 79 public void onUserStopped(@NonNull TargetUser user) { in onUserStopped() method in SearchManagerService.Lifecycle
|
/aosp12/system/vold/binder/android/os/ |
H A D | IVold.aidl | 36 void onUserStopped(int userId); in onUserStopped() method
|
/aosp12/system/core/storaged/ |
H A D | storaged_service.cpp | 172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in StoragedService
|
/aosp12/frameworks/base/services/core/java/com/android/server/wm/ |
H A D | ActivityTaskManagerInternal.java | 322 public abstract void onUserStopped(int userId); in onUserStopped() method in ActivityTaskManagerInternal
|
/aosp12/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 209 public void onUserStopped(TargetUser user) { in onUserStopped() method in LocationManagerService.Lifecycle 210 mUserInfoHelper.onUserStopped(user.getUserIdentifier()); in onUserStopped() 223 void onUserStopped(int userId) { in onUserStopped() method in LocationManagerService.Lifecycle.LifecycleUserInfoHelper
|
/aosp12/frameworks/base/apex/media/service/java/com/android/server/media/ |
H A D | MediaCommunicationService.java | 106 public void onUserStopped(@NonNull TargetUser targetUser) { in onUserStopped() method in MediaCommunicationService
|
/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/ |
H A D | Sensor.java | 484 mHandler.post(mScheduler::onUserStopped); in onSessionClosed()
|