OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:targetUid
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/services/java/com/android/server/am/
UriPermission.java
51
final int
targetUid
;
86
UriPermission(String sourcePkg, String targetPkg, int
targetUid
, Uri uri) {
87
this.userHandle = UserHandle.getUserId(
targetUid
);
90
this.
targetUid
=
targetUid
;
ActivityManagerService.java
706
* This optimized lookup structure maps from {@link UriPermission#
targetUid
}
[
all
...]
/system/security/keystore/
keystore.cpp
227
* Returns true if the callingUid is allowed to interact in the
targetUid
's
230
static bool is_granted_to(uid_t callingUid, uid_t
targetUid
) {
233
if (user.euid == callingUid && user.uid ==
targetUid
) {
[
all
...]
/frameworks/base/services/java/com/android/server/accounts/
AccountManagerService.java
[
all
...]
Completed in 77 milliseconds