Home
last modified time | relevance | path

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

/aosp14/system/core/storaged/binder/android/os/
H A DIStoraged.aidl21 void onUserStarted(int userId); in onUserStarted() method
/aosp14/system/core/storaged/include/
H A Dstoraged_service.h40 binder::Status onUserStarted(int32_t userId);
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/
H A DStartUserClient.java43 void onUserStarted(int newUserId, U newUser, int halInterfaceVersion); in onUserStarted() method
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/face/aidl/
H A DFaceStartUserClient.java66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/
H A DFingerprintStartUserClient.java66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/
H A DUserAwareBiometricSchedulerTest.java297 public void onUserStarted(int newUserId, Object newObject, int halInterfaceVersion) { in onUserStarted() method in UserAwareBiometricSchedulerTest.TestUserStartedCallback
370 mUserStartedCallback.onUserStarted( in start()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DDeviceAdminReceiver.java1026 public void onUserStarted(@NonNull Context context, @NonNull Intent intent, in onUserStarted() method in DeviceAdminReceiver
1235onUserStarted(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER, android.os.UserHandle.… in onReceive()
/aosp14/system/core/storaged/
H A Dstoraged_service.cpp167 binder::Status StoragedService::onUserStarted(int32_t userId) { in onUserStarted() function in StoragedService
/aosp14/frameworks/base/services/core/java/com/android/server/am/
H A DBaseAppStateTracker.java213 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in BaseAppStateTracker
H A DAppRestrictionController.java397 onUserStarted(userId);
3333 private void onUserStarted(@UserIdInt int userId) { in onUserStarted() method in AppRestrictionController
3337 mAppStateTrackers.get(i).onUserStarted(userId); in onUserStarted()
H A DAppBatteryTracker.java337 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in AppBatteryTracker
/aosp14/frameworks/base/services/core/java/com/android/server/
H A DVpnManagerService.java757 onUserStarted(userId);
795 private void onUserStarted(int userId) { in onUserStarted() method in VpnManagerService
H A DStorageManagerService.java1099 mVold.onUserStarted(userId); in resetIfBootedAndConnected()
1100 mStoraged.onUserStarted(userId); in resetIfBootedAndConnected()
1128 mVold.onUserStarted(userId); in restoreSystemUnlockedUsers()
1129 mStoraged.onUserStarted(userId); in restoreSystemUnlockedUsers()
1183 mVold.onUserStarted(userId); in onUnlockUser()
1184 mStoraged.onUserStarted(userId); in onUnlockUser()
/aosp14/frameworks/base/services/core/java/com/android/server/location/provider/
H A DLocationProviderManager.java1512 onUserStarted(UserHandle.USER_ALL);
2393 onUserStarted(userId);
2571 private void onUserStarted(int userId) {
/aosp14/frameworks/base/services/core/java/com/android/server/location/
H A DLocationManagerService.java205 mUserInfoHelper.onUserStarted(user.getUserIdentifier()); in onUserStarting()
228 void onUserStarted(int userId) { in onUserStarted() method in LocationManagerService.Lifecycle.LifecycleUserInfoHelper
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt37099 Landroid/os/IStoraged$Stub$Proxy;->onUserStarted(I)V
37108 Landroid/os/IStoraged;->onUserStarted(I)V
37443 Landroid/os/IVold$Stub$Proxy;->onUserStarted(I)V
37558 Landroid/os/IVold;->onUserStarted(I)V
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7702 …method public void onUserStarted(@NonNull android.content.Context, @NonNull android.content.Intent…