OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:callingAppId
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/services/java/com/android/server/print/
PrintManagerService.java
573
final int
callingAppId
= UserHandle.getAppId(callingUid);
574
if (appId ==
callingAppId
) {
580
throw new SecurityException("Call from app " +
callingAppId
+ " as app "
/frameworks/base/services/java/com/android/server/
BluetoothManagerService.java
376
int
callingAppId
= UserHandle.getAppId(Binder.getCallingUid());
378
if (
callingAppId
!= Process.NFC_UID) {
[
all
...]
/frameworks/base/services/java/com/android/server/am/
ActivityManagerService.java
[
all
...]
Completed in 34 milliseconds