/aosp14/system/core/storaged/binder/android/os/ |
H A D | IStoraged.aidl | 21 void onUserStarted(int userId); in onUserStarted() method
|
/aosp14/system/core/storaged/include/ |
H A D | storaged_service.h | 40 binder::Status onUserStarted(int32_t userId);
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/ |
H A D | StartUserClient.java | 43 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 D | FaceStartUserClient.java | 66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
|
/aosp14/frameworks/base/services/core/java/com/android/server/biometrics/sensors/fingerprint/aidl/ |
H A D | FingerprintStartUserClient.java | 66 mUserStartedCallback.onUserStarted(getTargetUserId(), newSession, version); in startHalOperation()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/biometrics/sensors/ |
H A D | UserAwareBiometricSchedulerTest.java | 297 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 D | DeviceAdminReceiver.java | 1026 public void onUserStarted(@NonNull Context context, @NonNull Intent intent, in onUserStarted() method in DeviceAdminReceiver 1235 …onUserStarted(context, intent, intent.getParcelableExtra(Intent.EXTRA_USER, android.os.UserHandle.… in onReceive()
|
/aosp14/system/core/storaged/ |
H A D | storaged_service.cpp | 167 binder::Status StoragedService::onUserStarted(int32_t userId) { in onUserStarted() function in StoragedService
|
/aosp14/frameworks/base/services/core/java/com/android/server/am/ |
H A D | BaseAppStateTracker.java | 213 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in BaseAppStateTracker
|
H A D | AppRestrictionController.java | 397 onUserStarted(userId); 3333 private void onUserStarted(@UserIdInt int userId) { in onUserStarted() method in AppRestrictionController 3337 mAppStateTrackers.get(i).onUserStarted(userId); in onUserStarted()
|
H A D | AppBatteryTracker.java | 337 void onUserStarted(final @UserIdInt int userId) { in onUserStarted() method in AppBatteryTracker
|
/aosp14/frameworks/base/services/core/java/com/android/server/ |
H A D | VpnManagerService.java | 757 onUserStarted(userId); 795 private void onUserStarted(int userId) { in onUserStarted() method in VpnManagerService
|
H A D | StorageManagerService.java | 1099 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 D | LocationProviderManager.java | 1512 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 D | LocationManagerService.java | 205 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 D | hiddenapi-max-target-o.txt | 37099 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 D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 7702 …method public void onUserStarted(@NonNull android.content.Context, @NonNull android.content.Intent…
|