Home
last modified time | relevance | path

Searched refs:sanitizeWithCallerChecks (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/companion/java/com/android/server/companion/
H A DPermissionsUtils.java207 public static AssociationInfo sanitizeWithCallerChecks(@NonNull Context context, in sanitizeWithCallerChecks() method in PermissionsUtils
H A DCompanionDeviceManagerService.java40 import static com.android.server.companion.PermissionsUtils.sanitizeWithCallerChecks;
353 association = sanitizeWithCallerChecks(getContext(), association); in getAssociationWithCallerChecks()
366 association = sanitizeWithCallerChecks(getContext(), association); in getAssociationWithCallerChecks()
/aosp14/frameworks/base/services/companion/java/com/android/server/companion/datatransfer/
H A DSystemDataTransferProcessor.java125 association = PermissionsUtils.sanitizeWithCallerChecks(mContext, association); in resolveAssociation()