/aosp_15_r20/frameworks/base/core/java/android/os/ |
H A D | IUserManager.aidl | 40 int getCredentialOwnerProfile(int userId); in getCredentialOwnerProfile() 41 int getProfileParentId(int userId); in getProfileParentId() 48 … UserInfo createProfileForUserWithThrow(in String name, in String userType, int flags, int userId, in createProfileForUserWithThrow() 52 void setUserEnabled(int userId); in setUserEnabled() 53 void setUserAdmin(int userId); in setUserAdmin() 54 void revokeUserAdmin(int userId); in revokeUserAdmin() 55 void evictCredentialEncryptionKey(int userId); in evictCredentialEncryptionKey() 56 boolean removeUser(int userId); in removeUser() 57 boolean removeUserEvenWhenDisallowed(int userId); in removeUserEvenWhenDisallowed() 58 void setUserName(int userId, String name); in setUserName() [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/ |
H A D | ITvInputManager.aidl | 49 List<TvInputInfo> getTvInputList(int userId); in getTvInputList() 50 TvInputInfo getTvInputInfo(in String inputId, int userId); in getTvInputInfo() 51 void updateTvInputInfo(in TvInputInfo inputInfo, int userId); in updateTvInputInfo() 52 int getTvInputState(in String inputId, int userId); in getTvInputState() 53 List<String> getAvailableExtensionInterfaceNames(in String inputId, int userId); in getAvailableExtensionInterfaceNames() 54 IBinder getExtensionInterface(in String inputId, in String name, int userId); in getExtensionInterface() 56 List<TvContentRatingSystemInfo> getTvContentRatingSystemList(int userId); in getTvContentRatingSystemList() 58 void registerCallback(in ITvInputManagerCallback callback, int userId); in registerCallback() 59 void unregisterCallback(in ITvInputManagerCallback callback, int userId); in unregisterCallback() 61 boolean isParentalControlsEnabled(int userId); in isParentalControlsEnabled() [all …]
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/multiuser/src/android/multiuser/ |
H A D | UserLifecycleTests.java | 184 final int userId = createUserNoFlags(); in createUser() local 198 final int userId = createUserNoFlags(); in createUser_realistic() local 213 final int userId = createUserNoFlags(); in createAndStartUser() local 233 final int userId = createUserNoFlags(); in createAndStartUser_realistic() local 257 final int userId = createUserNoFlags(); in startUser() local 310 final int userId = createUserNoFlags(); in startUser_measuresAfterFirstIterations() local 346 final int userId = createUserNoFlags(); in startUser_startedTwiceBefore() local 387 final int userId = createUserNoFlags(); in startAndUnlockUser() local 417 final int userId = createUserNoFlags(); in startAndUnlockUser_startedTwiceBefore() local 449 final int userId = createUserNoFlags(); in startAndUnlockUser_realistic() local [all …]
|
/aosp_15_r20/frameworks/base/media/java/android/media/tv/interactive/ |
H A D | ITvInteractiveAppManager.aidl | 39 List<TvInteractiveAppServiceInfo> getTvInteractiveAppServiceList(int userId); in getTvInteractiveAppServiceList() 40 List<AppLinkInfo> getAppLinkInfoList(int userId); in getAppLinkInfoList() 41 void registerAppLinkInfo(String tiasId, in AppLinkInfo info, int userId); in registerAppLinkInfo() 42 void unregisterAppLinkInfo(String tiasId, in AppLinkInfo info, int userId); in unregisterAppLinkInfo() 43 void sendAppLinkCommand(String tiasId, in Bundle command, int userId); in sendAppLinkCommand() 44 void startInteractiveApp(in IBinder sessionToken, int userId); in startInteractiveApp() 45 void stopInteractiveApp(in IBinder sessionToken, int userId); in stopInteractiveApp() 46 void resetInteractiveApp(in IBinder sessionToken, int userId); in resetInteractiveApp() 48 in IBinder sessionToken, in Uri biIAppUri, in Bundle params, int userId); in createBiInteractiveApp() 49 void destroyBiInteractiveApp(in IBinder sessionToken, in String biIAppId, int userId); in destroyBiInteractiveApp() [all …]
|
/aosp_15_r20/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 245 public boolean isTrustUsuallyManaged(int userId) { in isTrustUsuallyManaged() 257 public void setTrustUsuallyManaged(boolean managed, int userId) { in setTrustUsuallyManaged() 265 public void userPresent(int userId) { in userPresent() 311 private UserManager getUserManager(int userId) { in getUserManager() 362 public int getRequestedMinimumPasswordLength(int userId) { in getRequestedMinimumPasswordLength() 373 public PasswordMetrics getRequestedPasswordMetrics(int userId) { in getRequestedPasswordMetrics() 382 public PasswordMetrics getRequestedPasswordMetrics(int userId, boolean deviceWideOnly) { in getRequestedPasswordMetrics() 386 private int getRequestedPasswordHistoryLength(int userId) { in getRequestedPasswordHistoryLength() 395 public @DevicePolicyManager.PasswordComplexity int getRequestedPasswordComplexity(int userId) { in getRequestedPasswordComplexity() 407 public @DevicePolicyManager.PasswordComplexity int getRequestedPasswordComplexity(int userId, in getRequestedPasswordComplexity() [all …]
|
H A D | ILockSettings.aidl | 39 void setBoolean(in String key, in boolean value, in int userId); in setBoolean() 41 void setLong(in String key, in long value, in int userId); in setLong() 43 void setString(in String key, in String value, in int userId); in setString() 45 boolean getBoolean(in String key, in boolean defaultValue, in int userId); in getBoolean() 47 long getLong(in String key, in long defaultValue, in int userId); in getLong() 49 String getString(in String key, in String defaultValue, in int userId); in getString() 50 …redential(in LockscreenCredential credential, in LockscreenCredential savedCredential, int userId); in setLockCredential() 51 void resetKeyStore(int userId); in resetKeyStore() 52 VerifyCredentialResponse checkCredential(in LockscreenCredential credential, int userId, in checkCredential() 54 …VerifyCredentialResponse verifyCredential(in LockscreenCredential credential, int userId, int flag… in verifyCredential() [all …]
|
/aosp_15_r20/frameworks/base/services/backup/java/com/android/server/backup/ |
H A D | BackupManagerService.java | 216 protected File getSuppressFileForUser(@UserIdInt int userId) { in getSuppressFileForUser() 222 protected File getRememberActivatedFileForNonSystemUser(int userId) { in getRememberActivatedFileForNonSystemUser() 228 protected File getActivatedFileForUser(int userId) { in getActivatedFileForUser() 238 private void onRemovedNonSystemUser(int userId) { in onRemovedNonSystemUser() 282 private void deactivateBackupForUserLocked(int userId) throws IOException { in deactivateBackupForUserLocked() 299 private void activateBackupForUserLocked(int userId) throws IOException { in activateBackupForUserLocked() 314 public boolean isUserReadyForBackup(int userId) { in isUserReadyForBackup() 331 private boolean isBackupActivatedForUser(int userId) { in isBackupActivatedForUser() 371 void startServiceForUser(int userId) { in startServiceForUser() 398 void startServiceForUser(int userId, UserBackupManagerService userBackupManagerService) { in startServiceForUser() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/android/content/pm/ |
H A D | PackageManagerInternal.java | 130 public void onDefaultSmsAppChanged(String packageName, int userId) {} in onDefaultSmsAppChanged() 138 public void onDefaultSimCallManagerAppChanged(String packageName, int userId) {} in onDefaultSimCallManagerAppChanged() 154 public abstract boolean isPermissionsReviewRequired(String packageName, int userId); in isPermissionsReviewRequired() 161 public abstract boolean isSameApp(String packageName, int callingUid, int userId); in isSameApp() 175 @PackageManager.PackageInfoFlagsBits long flags, int callingUid, int userId); in isSameApp() 184 @PackageManager.PackageInfoFlagsBits long flags, int filterCallingUid, int userId); in getPackageInfo() 190 public abstract long getCeDataInode(String packageName, int userId); in getCeDataInode() 213 @PackageManager.ApplicationInfoFlagsBits long flags, @UserIdInt int userId, in getInstalledApplications() 221 @PackageManager.ApplicationInfoFlagsBits long flags, @UserIdInt int userId, in getInstalledApplicationsCrossUser() 238 int userId); in getSuspendedPackageLauncherExtras() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/content/pm/ |
H A D | IPackageManager.aidl | 74 void checkPackageStartable(String packageName, int userId); in checkPackageStartable() 76 boolean isPackageAvailable(String packageName, int userId); in isPackageAvailable() 77 PackageInfo getPackageInfo(String packageName, long flags, int userId); in getPackageInfo() 79 long flags, int userId); in getPackageInfoVersioned() 80 int getPackageUid(String packageName, long flags, int userId); in getPackageUid() 81 int[] getPackageGids(String packageName, long flags, int userId); in getPackageGids() 88 ApplicationInfo getApplicationInfo(String packageName, long flags, int userId); in getApplicationInfo() 95 ActivityInfo getActivityInfo(in ComponentName className, long flags, int userId); in getActivityInfo() 98 String resolvedType, int userId); in activitySupportsIntentAsUser() 100 ActivityInfo getReceiverInfo(in ComponentName className, long flags, int userId); in getReceiverInfo() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/ |
H A D | Computer.java | 115 int filterCallingUid, int callingPid, int userId, in queryIntentActivitiesInternal() 118 long flags, int filterCallingUid, int userId); in queryIntentActivitiesInternal() 120 long flags, int userId); in queryIntentActivitiesInternal() 123 int userId, int callingUid, int callingPid, in queryIntentServicesInternal() 126 String resolvedType, long flags, int filterCallingUid, int userId, in queryIntentActivitiesInternalBody() 129 ActivityInfo getActivityInfo(ComponentName component, long flags, int userId); in getActivityInfo() 137 ActivityInfo getActivityInfoCrossProfile(ComponentName component, long flags, int userId); in getActivityInfoCrossProfile() 146 int filterCallingUid, int userId); in getActivityInfoInternal() 150 int filterCallingUid, int userId); in generateApplicationInfoFromSettings() 151 ApplicationInfo getApplicationInfo(String packageName, long flags, int userId); in getApplicationInfo() [all …]
|
H A D | PackageManagerInternalBase.java | 104 @PackageManager.ApplicationInfoFlagsBits long flags, int userId, int callingUid) { in getInstalledApplications() 112 @PackageManager.ApplicationInfoFlagsBits long flags, int userId, int callingUid) { in getInstalledApplicationsCrossUser() 119 public final boolean isInstantApp(String packageName, int userId) { in isInstantApp() 131 public final boolean filterAppAccess(AndroidPackage pkg, int callingUid, int userId) { in filterAppAccess() 137 public final boolean filterAppAccess(String packageName, int callingUid, int userId, in filterAppAccess() 151 public final int[] getVisibilityAllowList(@NonNull String packageName, int userId) { in getVisibilityAllowList() 214 public final @NonNull String[] getKnownPackageNames(int knownPackage, int userId) { in getKnownPackageNames() 226 public final boolean isPermissionsReviewRequired(String packageName, int userId) { in isPermissionsReviewRequired() 233 @PackageManager.PackageInfoFlagsBits long flags, int filterCallingUid, int userId) { in getPackageInfo() 240 public final Bundle getSuspendedPackageLauncherExtras(String packageName, int userId) { in getSuspendedPackageLauncherExtras() [all …]
|
H A D | IPackageManagerBase.java | 150 String resolvedType, int userId) { in activitySupportsIntentAsUser() 185 int userId) { in addPersistentPreferredActivity() 193 ComponentName[] set, ComponentName activity, int userId, boolean removeExisting) { in addPreferredActivity() 195 new WatchedIntentFilter(filter), match, set, activity, true, userId, in addPreferredActivity() local 211 public final boolean canRequestPackageInstalls(String packageName, int userId) { in canRequestPackageInstalls() 225 public final int checkPermission(String permName, String pkgName, int userId) { in checkPermission() 231 public final int checkSignatures(@NonNull String pkg1, @NonNull String pkg2, int userId) { in checkSignatures() 249 public final void clearPackagePersistentPreferredActivities(String packageName, int userId) { in clearPackagePersistentPreferredActivities() 255 public final void clearPersistentPreferredActivity(IntentFilter filter, int userId) { in clearPersistentPreferredActivity() 275 final IPackageDeleteObserver2 observer, final int userId) { in deleteExistingPackageAsUser() [all …]
|
H A D | UserManagerService.java | 684 void scheduleAlarmToAutoLockPrivateSpace(int userId, long delayInMillis) { in scheduleAlarmToAutoLockPrivateSpace() 700 private void initPrivateSpaceAutoLockTimer(int userId) { in initPrivateSpaceAutoLockTimer() 712 PrivateSpaceAutoLockTimer(int userId) { in PrivateSpaceAutoLockTimer() 827 void setQuietModeEnabledAsync(@UserIdInt int userId, boolean enableQuietMode, in setQuietModeEnabledAsync() 923 public int get(@UserIdInt int userId) { in get() 926 public int get(@UserIdInt int userId, int fallback) { in get() 929 public void put(@UserIdInt int userId, int state) { in put() 933 public void delete(@UserIdInt int userId) { in delete() 937 public boolean has(@UserIdInt int userId) { in has() 1287 public String getUserAccount(@UserIdInt int userId) { in getUserAccount() [all …]
|
H A D | UserManagerInternal.java | 114 void onUserRestrictionsChanged(int userId, Bundle newRestrictions, Bundle prevRestrictions); in onUserRestrictionsChanged() 150 void onUserVisibilityChanged(@UserIdInt int userId, boolean visible); in onUserVisibilityChanged() 179 public abstract void setUserRestriction(@UserIdInt int userId, @NonNull String key, in setUserRestriction() 183 public abstract boolean getUserRestriction(int userId, String key); in getUserRestriction() 224 public abstract void setUserManaged(int userId, boolean isManaged); in setUserManaged() 233 public abstract boolean isUserManaged(int userId); in isUserManaged() 242 public abstract void setUserIcon(int userId, Bitmap bitmap); in setUserIcon() 268 public abstract void onEphemeralUserStop(int userId); in onEphemeralUserStop() 290 public abstract boolean removeUserEvenWhenDisallowed(int userId); in removeUserEvenWhenDisallowed() 297 public abstract boolean isUserUnlockingOrUnlocked(int userId); in isUserUnlockingOrUnlocked() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsService.java | 408 protected void handleStrongAuthRequiredChanged(int strongAuthFlags, int userId) { in handleStrongAuthRequiredChanged() 415 public int getStrongAuthForUser(int userId) { in getStrongAuthForUser() 726 private void maybeShowEncryptionNotificationForUser(@UserIdInt int userId, String reason) { in maybeShowEncryptionNotificationForUser() 832 void onUserStopped(int userId) { in onUserStopped() 861 private void onUserStarting(final int userId) { in onUserStarting() 877 private void removeStateForReusedUserIdIfNecessary(@UserIdInt int userId, int serialNumber) { in removeStateForReusedUserIdIfNecessary() 897 private void onUserUnlocking(final int userId) { in onUserUnlocking() 1104 int userId = mEarlyRemovedUsers.keyAt(i); in onThirdPartyAppsStarted() local 1111 int userId = mEarlyCreatedUsers.keyAt(i); in onThirdPartyAppsStarted() local 1167 private void migrateUserToSpWithBoundKeysLocked(@UserIdInt int userId) { in migrateUserToSpWithBoundKeysLocked() [all …]
|
H A D | LockSettingsStorage.java | 123 public void writeKeyValue(String key, String value, int userId) { in writeKeyValue() 124 writeKeyValue(mOpenHelper.getWritableDatabase(), key, value, userId); in writeKeyValue() local 128 public boolean isAutoPinConfirmSettingEnabled(int userId) { in isAutoPinConfirmSettingEnabled() 133 public void writeKeyValue(SQLiteDatabase db, String key, String value, int userId) { in writeKeyValue() 152 public String readKeyValue(String key, String defaultValue, int userId) { in readKeyValue() 178 boolean isKeyValueCached(String key, int userId) { in isKeyValueCached() 183 boolean isUserPrefetched(int userId) { in isUserPrefetched() 188 public void removeKey(String key, int userId) { in removeKey() 189 removeKey(mOpenHelper.getWritableDatabase(), key, userId); in removeKey() local 192 private void removeKey(SQLiteDatabase db, String key, int userId) { in removeKey() [all …]
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/recoverablekeystore/storage/ |
H A D | RecoverableKeyStoreDbTest.java | 81 int userId = 12; in insertKey_replacesOldKey() local 114 int userId = 6; in insertKey_allowsTwoUidsToHaveSameAlias() local 140 int userId = 6; in removeKey_removesAKey() local 165 int userId = 12; in getKey_returnsInsertedKey() local 188 int userId = 12; in getAllKeys_getsKeysWithUserIdAndGenerationId() local 226 int userId = 12; in getAllKeys_doesNotReturnKeysWithBadGenerationId() local 260 int userId = 42; in getPlatformKeyGenerationId_returnsGenerationId() local 274 int userId = 42; in setPlatformKeyGenerationId_replacesOldEntry() local 283 int userId = 42; in getUserSerialNumbers_returnsSerialNumbers() local 297 int userId = 42; in getUserSerialNumbers_returnsMinusOneIfNoEntry() local [all …]
|
/aosp_15_r20/frameworks/base/services/usage/java/com/android/server/usage/ |
H A D | UsageStatsService.java | 481 final int userId = user.getUserIdentifier(); in onUserStopping() local 519 private void onUserUnlocked(int userId) { in onUserUnlocked() 523 UsageStatsIdleService.scheduleUpdateMappingsJob(getContext(), userId); in onUserUnlocked() local 562 reportEvent(pendingEvents.poll(), userId); in onUserUnlocked() local 591 private HashMap<String, Long> getInstalledPackages(int userId) { in getInstalledPackages() 638 LaunchTimeAlarmQueue(int userId, @NonNull Context context, @NonNull Looper looper) { in LaunchTimeAlarmQueue() 644 protected boolean isForUser(@NonNull String key, int userId) { in isForUser() 666 final int userId = intent.getIntExtra(Intent.EXTRA_USER_HANDLE, -1); in onReceive() local 721 public void onNewUpdate(int userId) { in onNewUpdate() 725 private boolean sameApp(int callingUid, @UserIdInt int userId, String packageName) { in sameApp() [all …]
|
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/trust/ |
H A D | TrustManagerService.java | 416 int userId = mCurrentUser; in handleScheduleTrustTimeout() local 436 private void refreshTrustableTimers(int userId) { in refreshTrustableTimers() 442 private void cancelBothTrustableAlarms(int userId) { in cancelBothTrustableAlarms() 459 private void handleScheduleTrustedTimeout(int userId, boolean shouldOverride) { in handleScheduleTrustedTimeout() 491 private void handleScheduleTrustableTimeouts(int userId, boolean overrideIdleTimeout, in handleScheduleTrustableTimeouts() 497 private void setUpIdleTimeout(int userId, boolean overrideIdleTimeout) { in setUpIdleTimeout() 533 private void setUpHardTimeout(int userId, boolean overrideHardTimeout) { in setUpHardTimeout() 577 int userId; field in TrustManagerService.AgentInfo 609 int userId, in updateTrust() 616 int userId, in updateTrust() [all …]
|
/aosp_15_r20/frameworks/base/apex/jobscheduler/framework/java/com/android/server/usage/ |
H A D | AppStandbyInternal.java | 44 public abstract void onAppIdleStateChanged(String packageName, @UserIdInt int userId, in onAppIdleStateChanged() 59 public void onUserInteractionStarted(String packageName, @UserIdInt int userId) { in onUserInteractionStarted() 66 public void triggerTemporaryQuotaBump(String packageName, @UserIdInt int userId) { in triggerTemporaryQuotaBump() 73 void postCheckIdleStates(int userId); in postCheckIdleStates() 81 void setLastJobRunTime(String packageName, int userId, long elapsedRealtime); in setLastJobRunTime() 83 long getTimeSinceLastJobRun(String packageName, int userId); in getTimeSinceLastJobRun() 85 void setEstimatedLaunchTime(String packageName, int userId, in setEstimatedLaunchTime() 93 long getEstimatedLaunchTime(String packageName, int userId); in getEstimatedLaunchTime() 100 long getTimeSinceLastUsedByUser(String packageName, int userId); in getTimeSinceLastUsedByUser() 102 void onUserRemoved(int userId); in onUserRemoved() [all …]
|
/aosp_15_r20/packages/services/Car/service/src/com/android/car/ |
D | CarMediaService.java | 432 private void maybeInitUser(@UserIdInt int userId) { in maybeInitUser() 450 private void initUser(@UserIdInt int userId) { in initUser() 511 private ComponentName[] getPrimaryMediaComponentsForUserLocked(@UserIdInt int userId) { in getPrimaryMediaComponentsForUserLocked() 516 private ComponentName[] getRemovedMediaSourceComponentsForUser(@UserIdInt int userId) { in getRemovedMediaSourceComponentsForUser() 523 private void maybeInitSharedPrefs(@UserIdInt int userId) { in maybeInitSharedPrefs() 557 boolean startPlayback, @UserIdInt int userId) { in startMediaConnectorService() 565 boolean startPlayback, @UserIdInt int userId) { in startMediaConnectorServiceLocked() 645 private void clearUserDataLocked(@UserIdInt int userId) { in clearUserDataLocked() 678 int userId = mUserMediaPlayContexts.keyAt(i); in dump() local 736 @CarMediaManager.MediaSourceMode int mode, @UserIdInt int userId) { in dumpCurrentMediaComponentLocked() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/print/ |
H A D | IPrintManager.aidl | 40 List<PrintJobInfo> getPrintJobInfos(int appId, int userId); in getPrintJobInfos() 41 PrintJobInfo getPrintJobInfo(in PrintJobId printJobId, int appId, int userId); in getPrintJobInfo() 43 in PrintAttributes attributes, String packageName, int appId, int userId); in print() 44 void cancelPrintJob(in PrintJobId printJobId, int appId, int userId); in cancelPrintJob() 45 void restartPrintJob(in PrintJobId printJobId, int appId, int userId); in restartPrintJob() 48 int appId, int userId); in addPrintJobStateChangeListener() 50 int userId); in removePrintJobStateChangeListener() 61 int userId); in addPrintServicesChangeListener() 72 int userId); in removePrintServicesChangeListener() 82 List<PrintServiceInfo> getPrintServices(int selectionFlags, int userId); in getPrintServices() [all …]
|
/aosp_15_r20/packages/modules/AdServices/adservices/service/java/com/android/server/adservices/ |
D | AdServicesManagerService.java | 286 int userId = getUserIdFromBinderCallingUid(); in setConsent() local 302 int userId = getUserIdFromBinderCallingUid(); in recordNotificationDisplayed() local 323 int userId = getUserIdFromBinderCallingUid(); in recordBlockedTopic() local 340 int userId = getUserIdFromBinderCallingUid(); in removeBlockedTopic() local 367 int userId = getUserIdFromBinderCallingUid(); in clearAllBlockedTopics() local 388 int userId = getUserIdFromBinderCallingUid(); in recordGaUxNotificationDisplayed() local 404 int userId = getUserIdFromBinderCallingUid(); in recordDefaultConsent() local 420 int userId = getUserIdFromBinderCallingUid(); in recordTopicsDefaultConsent() local 436 int userId = getUserIdFromBinderCallingUid(); in recordFledgeDefaultConsent() local 452 int userId = getUserIdFromBinderCallingUid(); in recordMeasurementDefaultConsent() local [all …]
|
/aosp_15_r20/frameworks/base/services/autofill/java/com/android/server/autofill/ |
H A D | AutofillManagerService.java | 283 final int userId = users.get(i).id; in AutofillManagerService() local 328 protected void onSettingsChanged(int userId, @NonNull String property) { in onSettingsChanged() 350 private void handleInputMethodSwitch(@UserIdInt int userId) { in handleInputMethodSwitch() 391 private void onAugmentedServiceNameChanged(@UserIdInt int userId, @Nullable String serviceName, in onAugmentedServiceNameChanged() 407 private void onFieldClassificationServiceNameChanged( in onFieldClassificationServiceNameChanged() 424 private AutofillManagerServiceImpl getServiceForUserWithLocalBinderIdentityLocked(int userId) { in getServiceForUserWithLocalBinderIdentityLocked() 435 private AutofillManagerServiceImpl peekServiceForUserWithLocalBinderIdentityLocked(int userId) { in peekServiceForUserWithLocalBinderIdentityLocked() 453 @UserIdInt int userId) { in onServiceRemoved() 461 @UserIdInt int userId) { in onServiceEnabledLocked() 504 void removeAllSessions(@UserIdInt int userId, IResultReceiver receiver) { in removeAllSessions() [all …]
|
/aosp_15_r20/frameworks/base/core/java/android/app/backup/ |
H A D | IBackupManager.aidl | 53 void dataChangedForUser(int userId, String packageName); in dataChangedForUser() 73 void clearBackupDataForUser(int userId, String transportName, String packageName); in clearBackupDataForUser() 92 void initializeTransportsForUser(int userId, in String[] transportNames, in initializeTransportsForUser() 104 void agentConnectedForUser(int userId, String packageName, IBinder agent); in agentConnectedForUser() 120 void agentDisconnectedForUser(int userId, String packageName); in agentDisconnectedForUser() 136 void restoreAtInstallForUser(int userId, String packageName, int token); in restoreAtInstallForUser() 156 void setBackupEnabledForUser(int userId, boolean isEnabled); in setBackupEnabledForUser() 172 void setFrameworkSchedulingEnabledForUser(int userId, boolean isEnabled); in setFrameworkSchedulingEnabledForUser() 196 void setAutoRestoreForUser(int userId, boolean doAutoRestore); in setAutoRestoreForUser() 213 boolean isBackupEnabledForUser(int userId); in isBackupEnabledForUser() [all …]
|