Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/hidl/
DFingerprintUpdateActiveUserClient.java76 mUserStartedCallback.onUserStarted(getTargetUserId(), null, 0); in start()
127 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/fingerprint/aidl/
DFingerprintStartUserClient.java66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
DFaceStartUserClient.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.java411 onUserStarted(userId);
3450 private void onUserStarted(@UserIdInt int userId) {
3454 mAppStateTrackers.get(i).onUserStarted(userId);
DAppBatteryTracker.java339 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in AppBatteryTracker
/frameworks/base/apex/jobscheduler/service/java/com/android/server/alarm/
DUserWakeupStore.java210 public void onUserStarted(int userId) { in onUserStarted() method in UserWakeupStore
DAlarmManagerService.java4965 mUserWakeupStore.onUserStarted(handle); in onReceive()
/frameworks/base/services/core/java/com/android/server/
DVpnManagerService.java745 onUserStarted(userId);
783 private void onUserStarted(int userId) { in onUserStarted() method in VpnManagerService
DStorageManagerService.java1121 mVold.onUserStarted(userId); in resetIfBootedAndConnected()
1122 mStoraged.onUserStarted(userId); in resetIfBootedAndConnected()
1150 mVold.onUserStarted(userId); in restoreSystemUnlockedUsers()
1151 mStoraged.onUserStarted(userId); in restoreSystemUnlockedUsers()
1204 mVold.onUserStarted(userId); in onUserUnlocking()
1205 mStoraged.onUserStarted(userId); in onUserUnlocking()
1348 mVold.onUserStarted(userId); in remountVolumesForRunningUsersOnMove()
1349 mStoraged.onUserStarted(userId); in remountVolumesForRunningUsersOnMove()
/frameworks/base/services/core/java/com/android/server/location/provider/
DLocationProviderManager.java1585 onUserStarted(UserHandle.USER_ALL);
2494 onUserStarted(userId);
2709 private void onUserStarted(int userId) {
/frameworks/base/services/core/java/com/android/server/location/
DLocationManagerService.java210 mUserInfoHelper.onUserStarted(user.getUserIdentifier()); in onUserStarting()
234 void onUserStarted(int userId) { in onUserStarted() method in LocationManagerService.Lifecycle.LifecycleUserInfoHelper
/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
DBiometricSchedulerTest.java1370 mUserStartedCallback.onUserStarted( in start()
/frameworks/base/services/
Dart-wear-profile3173 PLcom/android/server/VpnManagerService;->onUserStarted(I)V
13638 …ndroid/server/location/LocationManagerService$Lifecycle$LifecycleUserInfoHelper;->onUserStarted(I)V
14678 PLcom/android/server/location/provider/LocationProviderManager;->onUserStarted(I)V
/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/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt7921 …method public void onUserStarted(@NonNull android.content.Context, @NonNull android.content.Intent…