Home
last modified time | relevance | path

Searched refs:onUserStarted (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintUpdateActiveUserClient.java76 mUserStartedCallback.onUserStarted(getTargetUserId(), null, 0); in start()
132 mUserStartedCallback.onUserStarted(targetId, null, 0); in startHalOperation()
/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/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceStartUserClient.java66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
DFingerprintStartUserClient.java66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
/frameworks/base/services/tests/VpnTests/java/com/android/server/
DVpnManagerServiceTest.java172 onUserStarted(SYSTEM_USER_ID); in setUp()
247 private void onUserStarted(int userId) { in onUserStarted() method in VpnManagerServiceTest
342 onUserStarted(SYSTEM_USER_ID); in testUpdateLockdownVpn()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/hidl/
DFaceUpdateActiveUserClient.java91 mUserStartedCallback.onUserStarted(getTargetUserId(), null, 0); in startHalOperation()
/frameworks/base/core/java/android/app/admin/
DDeviceAdminReceiver.java1033 public void onUserStarted(@NonNull Context context, @NonNull Intent intent, in onUserStarted() method in DeviceAdminReceiver
1242onUserStarted(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER, android.os.UserHandle.… in onReceive()
/frameworks/base/services/core/java/com/android/server/am/
DBaseAppStateTracker.java213 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in BaseAppStateTracker
DAppRestrictionController.java414 onUserStarted(userId);
3453 private void onUserStarted(@UserIdInt int userId) {
3457 mAppStateTrackers.get(i).onUserStarted(userId);
DAppBatteryTracker.java339 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in AppBatteryTracker
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java746 onUserStarted(userId);
784 private void onUserStarted(int userId) { in onUserStarted() method in VpnManagerService
DStorageManagerService.java1151 mVold.onUserStarted(userId); in resetIfBootedAndConnected()
1152 mStoraged.onUserStarted(userId); in resetIfBootedAndConnected()
1180 mVold.onUserStarted(userId); in restoreSystemUnlockedUsers()
1181 mStoraged.onUserStarted(userId); in restoreSystemUnlockedUsers()
1235 mVold.onUserStarted(userId); in onUserUnlocking()
1236 mStoraged.onUserStarted(userId); in onUserUnlocking()
1392 mVold.onUserStarted(userId); in remountVolumesForRunningUsersOnMove()
1393 mStoraged.onUserStarted(userId); in remountVolumesForRunningUsersOnMove()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java1589 onUserStarted(UserHandle.USER_ALL);
2510 onUserStarted(userId);
2728 private void onUserStarted(int userId) {
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java213 mUserInfoHelper.onUserStarted(user.getUserIdentifier()); in onUserStarting()
237 void onUserStarted(int userId) { in onUserStarted() method in LocationManagerService.Lifecycle.LifecycleUserInfoHelper
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java1383 mUserStartedCallback.onUserStarted( in start()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt36456 Landroid/os/IStoraged$Stub$Proxy;->onUserStarted(I)V
36465 Landroid/os/IStoraged;->onUserStarted(I)V
36800 Landroid/os/IVold$Stub$Proxy;->onUserStarted(I)V
36915 Landroid/os/IVold;->onUserStarted(I)V
/frameworks/base/services/
Dart-wear-profile11277 PLcom/android/server/location/provider/LocationProviderManager;->onUserStarted(I)V
/frameworks/base/core/api/
Dcurrent.txt8061 …method public void onUserStarted(@NonNull android.content.Context, @NonNull android.content.Intent…