Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/service/contentcapture/
H A DContentCaptureService.java597 final int rightUid = mSessionUids.get(sessionId); in handleIsRightCallerFor() local
598 if (rightUid != uid) { in handleIsRightCallerFor()
600 + rightUid); in handleIsRightCallerFor()
604 getPackageManager().getNameForUid(rightUid), in handleIsRightCallerFor()