Home
last modified time | relevance | path

Searched defs:targetUid (Results 1 – 25 of 34) sorted by relevance

12

/frameworks/base/services/core/java/com/android/server/media/projection/
DMediaProjectionMetricsLogger.java202 public void logInProgress(int hostUid, int targetUid) { in logInProgress()
208 targetUid, in logInProgress() local
226 int contentToRecord, int hostUid, int targetUid, int windowingMode) { in logChangedWindowingMode()
234 targetUid, in logChangedWindowingMode() local
255 int contentToRecord, int hostUid, int targetUid, Rect captureBounds) { in logChangedCaptureBounds()
264 targetUid, in logChangedCaptureBounds() local
DFrameworkStatsLogWrapper.java31 int targetUid, in writeStateChanged()
53 int targetUid, in writeTargetChanged()
DMediaProjectionManagerService.java350 int targetUid = in stopProjectionLocked() local
556 void notifyWindowingModeChanged(int contentToRecord, int targetUid, int windowingMode) { in notifyWindowingModeChanged()
568 void notifyCaptureBoundsChanged(int contentToRecord, int targetUid, Rect captureBounds) { in notifyCaptureBoundsChanged()
/frameworks/base/services/core/java/com/android/server/uri/
DNeededUriGrants.java30 final int targetUid; field in NeededUriGrants
34 public NeededUriGrants(String targetPkg, int targetUid, int flags) { in NeededUriGrants()
DUriGrantsManagerService.java524 final int targetUid = mGrantedUriPermissions.keyAt(i); in removeUriPermissionsForPackageLocked() local
671 int targetUid; in checkGrantUriPermissionFromIntentUnlocked() local
907 int targetUid = mPmInternal.getPackageUid( in readGrantedUriPermissionsLocked() local
941 String targetPkg, int targetUid, GrantUri grantUri) { in findOrCreateUriPermissionLocked()
957 private void grantUriPermissionUnchecked(int targetUid, String targetPkg, GrantUri grantUri, in grantUriPermissionUnchecked()
1006 int targetUid = mPmInternal.getPackageUid(targetPkg, MATCH_DEBUG_TRIAGED_MISSING, in grantUriPermissionUnlocked() local
1079 final int targetUid = mGrantedUriPermissions.keyAt(i); in revokeUriPermissionLocked() local
1247 private UriPermission findUriPermissionLocked(int targetUid, GrantUri grantUri) { in findUriPermissionLocked()
1321 int targetUid = lastTargetUid; in checkGrantUriPermissionUnlocked() local
DUriPermission.java56 final int targetUid; field in UriPermission
94 UriPermission(String sourcePkg, String targetPkg, int targetUid, GrantUri uri) { in UriPermission()
/frameworks/base/services/core/java/com/android/server/pm/
DAppsFilterBase.java219 protected boolean isImplicitlyQueryable(int callingUid, int targetUid) { in isImplicitlyQueryable()
223 protected boolean isRetainedImplicitlyQueryable(int callingUid, int targetUid) { in isRetainedImplicitlyQueryable()
322 private static boolean isQueryableBySdkSandbox(int callingUid, int targetUid) { in isQueryableBySdkSandbox()
346 final int targetUid = UserHandle.getUid(userId, targetAppId); in shouldFilterApplication() local
384 final int targetUid = UserHandle.getUid(userId, appId); in shouldFilterApplicationUsingCache() local
574 final int targetUid = UserHandle.getUid(targetUserId, targetAppId); in shouldFilterApplicationInternal() local
591 final int targetUid = UserHandle.getUid(targetUserId, targetAppId); in shouldFilterApplicationInternal() local
DAppsFilterLocked.java76 protected boolean isImplicitlyQueryable(int callingUid, int targetUid) { in isImplicitlyQueryable()
83 protected boolean isRetainedImplicitlyQueryable(int callingUid, int targetUid) { in isRetainedImplicitlyQueryable()
/frameworks/native/services/inputflinger/dispatcher/
DInjectionState.cpp23 InjectionState::InjectionState(const std::optional<gui::Uid>& targetUid, bool isAsync) in InjectionState()
DInjectionState.h27 const std::optional<gui::Uid> targetUid; member
DEntry.cpp284 float globalScaleFactor, gui::Uid targetUid, int64_t vsyncId, in DispatchEntry()
DEntry.h236 gui::Uid targetUid; member
/frameworks/base/services/core/java/com/android/server/wm/
DContentRecorder.java714 void notifyWindowingModeChanged(int contentToRecord, int targetUid, int windowingMode); in notifyWindowingModeChanged()
715 void notifyCaptureBoundsChanged(int contentToRecord, int targetUid, Rect captureBounds); in notifyCaptureBoundsChanged()
765 public void notifyWindowingModeChanged(int contentToRecord, int targetUid, in notifyWindowingModeChanged()
781 public void notifyCaptureBoundsChanged(int contentToRecord, int targetUid, in notifyCaptureBoundsChanged()
/frameworks/base/services/core/java/com/android/server/locales/
DAppSupportedLocalesChangedAtomRecord.java49 void setTargetUid(int targetUid) { in setTargetUid()
DAppLocaleChangedAtomRecord.java51 void setTargetUid(int targetUid) { in setTargetUid()
/frameworks/base/core/java/android/view/
DContentRecordingSession.java229 int targetUid) { in ContentRecordingSession()
492 int targetUid = in.readInt(); in ContentRecordingSession() local
/frameworks/base/services/tests/servicestests/src/com/android/server/media/projection/
DMediaProjectionMetricsLoggerTest.java783 private void verifyStageChangedTargetUidLogged(int targetUid) { in verifyStageChangedTargetUidLogged()
887 private void verifyTargetChangedTargetUidLogged(int targetUid) { in verifyTargetChangedTargetUidLogged()
/frameworks/native/services/inputflinger/dispatcher/trace/
DInputTracingBackendInterface.h111 gui::Uid targetUid = gui::Uid::INVALID; member
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilitySecurityPolicy.java272 @NonNull String targetPackage, int targetUid) { in computeValidReportedPackages()
/frameworks/base/core/java/android/hardware/input/
DIInputManager.aidl89 boolean injectInputEventToTarget(in InputEvent ev, int mode, int targetUid); in injectInputEventToTarget()
DInputManager.java1019 public boolean injectInputEvent(InputEvent event, int mode, int targetUid) { in injectInputEvent()
DInputManagerGlobal.java1688 public boolean injectInputEvent(InputEvent event, int mode, int targetUid) { in injectInputEvent()
/frameworks/base/services/tests/servicestests/src/com/android/server/am/
DActivityManagerTest.java791 int targetUid, String targetProcessName, MyUidImportanceListener uidListener, in startTargetService()
/frameworks/base/services/core/java/com/android/server/am/
DActivityManagerService.java1156 Association(int sourceUid, String sourceProcess, int targetUid, in Association()
1223 final int targetUid; field in ActivityManagerService.PendingTempAllowlist
1230 PendingTempAllowlist(int targetUid, long duration, @ReasonCode int reasonCode, String tag, in PendingTempAllowlist()
4008 final int targetUid = (proc != null) ? proc.uid : -1; in getProcessMemoryInfo() local
7920 public int getBindingUidProcessState(int targetUid, String callingPackage) { in getBindingUidProcessState()
15054 int targetUid, long targetVersionCode, ComponentName targetComponent, in startAssociationLocked()
15090 void stopAssociationLocked(int sourceUid, String sourceProcess, int targetUid, in stopAssociationLocked()
15709 void tempAllowlistForPendingIntentLocked(int callerPid, int callerUid, int targetUid, in tempAllowlistForPendingIntentLocked()
15746 void tempAllowlistUidLocked(int targetUid, long duration, @ReasonCode int reasonCode, in tempAllowlistUidLocked()
17203 public void tempAllowlistForPendingIntent(int callerPid, int callerUid, int targetUid, in tempAllowlistForPendingIntent()
DAppExitInfoTracker.java534 final int targetUid = uid; in updateExitInfoIfNecessaryLocked() local

12