Home
last modified time | relevance | path

Searched defs:onUserStarted (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
DStartUserClient.java43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted() method
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DUserAwareBiometricSchedulerTest.java298 public void onUserStarted(int newUserId, Object newObject, int halInterfaceVersion) { in onUserStarted() method in UserAwareBiometricSchedulerTest.TestUserStartedCallback
/frameworks/base/services/core/java/com/android/server/am/
DBaseAppStateTracker.java213 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in BaseAppStateTracker
DAppBatteryTracker.java337 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in AppBatteryTracker
DAppRestrictionController.java3288 private void onUserStarted(@UserIdInt int userId) { in onUserStarted() method in AppRestrictionController
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java1026 public void onUserStarted(@NonNull Context context, @NonNull Intent intent, in onUserStarted() method in DeviceAdminReceiver
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java774 void onUserStarted(int userId) { in onUserStarted() method in VpnManagerService
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java220 void onUserStarted(int userId) { in onUserStarted() method in LocationManagerService.Lifecycle.LifecycleUserInfoHelper