Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java656 final int rightUid = mSessionUids.get(sessionId); in handleIsRightCallerFor() local
657 if (rightUid != uid) { in handleIsRightCallerFor()
659 + rightUid); in handleIsRightCallerFor()
663 getPackageManager().getNameForUid(rightUid), in handleIsRightCallerFor()