/frameworks/base/services/core/java/com/android/server/firewall/ |
D | SenderFilter.java | 40 static boolean isPrivilegedApp(int callerUid, int callerPid) { in isPrivilegedApp() argument 42 callerPid == Process.myPid() || callerPid == 0) { in isPrivilegedApp() 83 int callerUid, int callerPid, String resolvedType, int receivingUid) { 91 int callerUid, int callerPid, String resolvedType, int receivingUid) { 92 return isPrivilegedApp(callerUid, callerPid); 99 int callerUid, int callerPid, String resolvedType, int receivingUid) { 100 return isPrivilegedApp(callerUid, callerPid) || 108 int callerUid, int callerPid, String resolvedType, int receivingUid) { 113 return ifw.checkComponentPermission(null, callerPid, callerUid, receivingUid, false);
|
D | OrFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 31 if (children.get(i).matches(ifw, resolvedComponent, intent, callerUid, callerPid, in matches()
|
D | AndFilter.java | 29 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 31 if (!children.get(i).matches(ifw, resolvedComponent, intent, callerUid, callerPid, in matches()
|
D | SenderPermissionFilter.java | 37 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 41 return ifw.checkComponentPermission(mPermission, callerPid, callerUid, receivingUid, in matches()
|
D | NotFilter.java | 36 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument 37 return !mChild.matches(ifw, resolvedComponent, intent, callerUid, callerPid, resolvedType, in matches()
|
D | IntentFirewall.java | 127 public boolean checkStartActivity(Intent intent, int callerUid, int callerPid, in checkStartActivity() argument 130 callerUid, callerPid, resolvedType, resolvedApp.uid); in checkStartActivity() 134 int callerPid, String resolvedType, ApplicationInfo resolvedApp) { in checkService() argument 136 callerPid, resolvedType, resolvedApp.uid); in checkService() 139 public boolean checkBroadcast(Intent intent, int callerUid, int callerPid, in checkBroadcast() argument 142 callerUid, callerPid, resolvedType, receivingUid); in checkBroadcast() 146 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, in checkIntent() argument 164 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType, in checkIntent()
|
D | Filter.java | 35 int callerUid, int callerPid, String resolvedType, int receivingUid); in matches() argument
|
D | CategoryFilter.java | 38 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
D | SenderPackageFilter.java | 43 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
D | PortFilter.java | 45 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
D | StringFilter.java | 122 int callerUid, int callerPid, String resolvedType, int receivingUid) { in matches() argument
|
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeechService.java | 782 public SpeechItem(Object caller, int callerUid, int callerPid) { in SpeechItem() argument 785 mCallerPid = callerPid; in SpeechItem() 858 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) { in UtteranceSpeechItem() argument 859 super(caller, callerUid, callerPid); in UtteranceSpeechItem() 945 int callerPid, in UtteranceSpeechItemWithParams() argument 948 super(callerIdentity, callerUid, callerPid); in UtteranceSpeechItemWithParams() 989 int callerPid, in SynthesisSpeechItem() argument 993 super(callerIdentity, callerUid, callerPid, params, utteranceId); in SynthesisSpeechItem() 999 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid, mPackageName); in SynthesisSpeechItem() 1099 int callerPid, in SynthesisToFileOutputStreamSpeechItem() argument [all …]
|
D | AbstractEventLogger.java | 40 AbstractEventLogger(int callerUid, int callerPid, String serviceApp) { in AbstractEventLogger() argument 42 mCallerPid = callerPid; in AbstractEventLogger()
|
D | EventLogger.java | 28 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) { in EventLogger() argument 29 super(callerUid, callerPid, serviceApp); in EventLogger()
|
/frameworks/base/services/core/java/com/android/server/wm/ |
D | DragDropController.java | 90 IBinder performDrag(SurfaceSession session, int callerPid, int callerUid, IWindow window, in performDrag() argument 145 mDragState.mPid = callerPid; in performDrag()
|
D | Session.java | 264 final int callerPid = Binder.getCallingPid(); in performDrag() local 268 return mDragDropController.performDrag(mSurfaceSession, callerPid, callerUid, window, in performDrag()
|
/frameworks/base/core/java/android/app/ |
D | ActivityManagerInternal.java | 251 public abstract void tempWhitelistForPendingIntent(int callerPid, int callerUid, int targetUid, in tempWhitelistForPendingIntent() argument
|
/frameworks/base/services/core/java/com/android/server/ |
D | TelephonyRegistry.java | 143 int callerPid; field in TelephonyRegistry.Record 166 context, subId, callerPid, callerUid, callingPackage, callingFeatureId); in canReadCallLog() 653 r.callerPid = Binder.getCallingPid(); in addOnSubscriptionsChangedListener() 707 r.callerPid = Binder.getCallingPid(); in addOnOpportunisticSubscriptionsChangedListener() 841 r.callerPid = Binder.getCallingPid(); in listen() 1138 if (r.callerPid == callingPid) { in add() 2741 .setCallingPid(r.callerPid) in checkFineLocationAccess() 2759 .setCallingPid(r.callerPid) in checkCoarseLocationAccess()
|
D | ConnectivityService.java | 1675 NetworkCapabilities nc, int callerPid, int callerUid) { in networkCapabilitiesRestrictedForCallerPermissions() argument 1677 if (!checkSettingsPermission(callerPid, callerUid)) { in networkCapabilitiesRestrictedForCallerPermissions() 1723 LinkProperties lp, int callerPid, int callerUid) { in linkPropertiesRestrictedForCallerPermissions() argument 1733 if (checkSettingsPermission(callerPid, callerUid)) { in linkPropertiesRestrictedForCallerPermissions() 5413 int callerPid, int callerUid, String callerPackageName) { in ensureSufficientPermissionsForRequest() argument 5414 if (null != nc.getSsid() && !checkSettingsPermission(callerPid, callerUid)) { in ensureSufficientPermissionsForRequest() 5419 && !checkNetworkSignalStrengthWakeupPermission(callerPid, callerUid)) { in ensureSufficientPermissionsForRequest()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaSessionService.java | 554 private MediaSessionRecord createSessionInternal(int callerPid, int callerUid, int userId, in createSessionInternal() argument 558 return createSessionLocked(callerPid, callerUid, userId, callerPackageName, cb, in createSessionInternal() 570 private MediaSessionRecord createSessionLocked(int callerPid, int callerUid, int userId, in createSessionLocked() argument 578 final MediaSessionRecord session = new MediaSessionRecord(callerPid, callerUid, userId, in createSessionLocked()
|
/frameworks/base/services/core/java/com/android/server/inputmethod/ |
D | InputMethodManagerService.java | 1889 final int callerPid = Binder.getCallingPid(); in addClient() local 1895 if (state.uid == callerUid && state.pid == callerPid in addClient() 1897 throw new SecurityException("uid=" + callerUid + "/pid=" + callerPid in addClient() 1918 callerPid, selfReportedDisplayId, deathRecipient)); in addClient()
|
/frameworks/base/services/core/java/com/android/server/am/ |
D | ActivityManagerService.java | 17267 void tempWhitelistForPendingIntentLocked(int callerPid, int callerUid, int targetUid, in tempWhitelistForPendingIntentLocked() argument 17270 Slog.d(TAG, "tempWhitelistForPendingIntentLocked(" + callerPid + ", " + callerUid + ", " in tempWhitelistForPendingIntentLocked() 17275 final ProcessRecord pr = mPidsSelfLocked.get(callerPid); in tempWhitelistForPendingIntentLocked() 17278 + callerPid); in tempWhitelistForPendingIntentLocked() 17282 if (checkPermission(CHANGE_DEVICE_IDLE_TEMP_WHITELIST, callerPid, callerUid) in tempWhitelistForPendingIntentLocked() 17286 + ": pid " + callerPid + " is not allowed"); in tempWhitelistForPendingIntentLocked() 18322 public void tempWhitelistForPendingIntent(int callerPid, int callerUid, int targetUid, in tempWhitelistForPendingIntent() argument 18326 callerPid, callerUid, targetUid, duration, tag); in tempWhitelistForPendingIntent()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 2747 field public static final java.lang.String KEY_CALLER_PID = "callerPid";
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 3112 field public static final String KEY_CALLER_PID = "callerPid";
|
/frameworks/base/api/ |
D | current.txt | 3112 field public static final String KEY_CALLER_PID = "callerPid";
|