Home
last modified time | relevance | path

Searched refs:onUserStopped (Results 1 – 25 of 49) sorted by relevance

12

/aosp12/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DStopUserClient.java35 void onUserStopped(); in onUserStopped() method
41 public void onUserStopped() { in onUserStopped() method in StopUserClient
42 mUserStoppedCallback.onUserStopped(); in onUserStopped()
H A DUserAwareBiometricScheduler.java164 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 DNotificationHistoryManagerTest.java144 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 DIStoraged.aidl22 void onUserStopped(int userId); in onUserStopped() method
/aosp12/frameworks/base/services/appwidget/java/com/android/server/appwidget/
H A DAppWidgetService.java55 mImpl.onUserStopped(user.getUserIdentifier()); in onUserStopping()
/aosp12/system/core/storaged/include/
H A Dstoraged_service.h41 binder::Status onUserStopped(int32_t userId);
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DUserAwareBiometricSchedulerTest.java208 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 DCarServiceHelperServiceTest.java204 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 DNotificationHistoryManager.java116 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 DVpnManagerService.java708 onUserStopped(userId);
756 private void onUserStopped(int userId) { in onUserStopped() method in VpnManagerService
763 userVpn.onUserStopped(); in onUserStopped()
H A DSystemServiceManager.java353 public void onUserStopped(@UserIdInt int userId) { in onUserStopped() method in SystemServiceManager
418 service.onUserStopped(curUser); in onUser()
H A DSystemService.java403 public void onUserStopped(@NonNull TargetUser user) { in onUserStopped() method in SystemService
/aosp12/frameworks/base/services/api/
H A Dcurrent.txt16 method public void onUserStopped(@NonNull com.android.server.SystemService.TargetUser);
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java1042 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 DVolumeManager.h112 int onUserStopped(userid_t userId);
H A DVoldNativeService.h44 binder::Status onUserStopped(int32_t userId);
H A DVoldNativeService.cpp211 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 DVolumeManager.cpp440 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 DSearchManagerService.java79 public void onUserStopped(@NonNull TargetUser user) { in onUserStopped() method in SearchManagerService.Lifecycle
/aosp12/system/vold/binder/android/os/
H A DIVold.aidl36 void onUserStopped(int userId); in onUserStopped() method
/aosp12/system/core/storaged/
H A Dstoraged_service.cpp172 binder::Status StoragedService::onUserStopped(int32_t userId) { in onUserStopped() function in StoragedService
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityTaskManagerInternal.java322 public abstract void onUserStopped(int userId); in onUserStopped() method in ActivityTaskManagerInternal
/aosp12/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java209 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 DMediaCommunicationService.java106 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 DSensor.java484 mHandler.post(mScheduler::onUserStopped); in onSessionClosed()

12