OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:appUid
(Results
1 - 2
of
2
) sorted by null
/frameworks/base/services/java/com/android/server/am/
ServiceRecord.java
420
final int
appUid
= appInfo.uid;
483
appUid
, appPid, null, localForegroundId, localForegroundNoti,
492
ams.crashApplication(
appUid
, appPid, localPackageName,
/frameworks/base/services/java/com/android/server/connectivity/
Vpn.java
295
int
appUid
= pm.getPackageUid(mPackage, mUserId);
296
if (Binder.getCallingUid() !=
appUid
) {
[
all
...]
Completed in 62 milliseconds