Searched defs:callerPid (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/services/core/java/com/android/server/firewall/
H A DAndFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) {
31 if (!children.get(i).matches(ifw, resolvedComponent, intent, callerUid, callerPid,
28 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DFilter.java30 * @param callerPid The pid of the caller
35 int callerUid, int callerPid, String resolvedType, int receivingUid);
34 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DNotFilter.java36 int callerUid, int callerPid, String resolvedType, int receivingUid) {
37 return !mChild.matches(ifw, resolvedComponent, intent, callerUid, callerPid, resolvedType,
35 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DOrFilter.java29 int callerUid, int callerPid, String resolvedType, int receivingUid) {
31 if (children.get(i).matches(ifw, resolvedComponent, intent, callerUid, callerPid,
28 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DCategoryFilter.java38 int callerUid, int callerPid, String resolvedType, int receivingUid) {
37 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DSenderFilter.java40 static boolean isPrivilegedApp(int callerUid, int callerPid) { argument
42 callerPid == Process.myPid() || callerPid == 0) {
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, callerUi
[all...]
H A DSenderPackageFilter.java43 int callerUid, int callerPid, String resolvedType, int receivingUid) {
42 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DSenderPermissionFilter.java37 int callerUid, int callerPid, String resolvedType, int receivingUid) {
41 return ifw.checkComponentPermission(mPermission, callerPid, callerUid, receivingUid,
36 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DPortFilter.java45 int callerUid, int callerPid, String resolvedType, int receivingUid) {
44 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DStringFilter.java122 int callerUid, int callerPid, String resolvedType, int receivingUid) {
121 matches(IntentFirewall ifw, ComponentName resolvedComponent, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
H A DIntentFirewall.java127 public boolean checkStartActivity(Intent intent, int callerUid, int callerPid, argument
130 callerUid, callerPid, resolvedType, resolvedApp.uid);
134 int callerPid, String resolvedType, ApplicationInfo resolvedApp) {
136 callerPid, resolvedType, resolvedApp.uid);
139 public boolean checkBroadcast(Intent intent, int callerUid, int callerPid, argument
142 callerUid, callerPid, resolvedType, receivingUid);
146 int intentType, Intent intent, int callerUid, int callerPid, String resolvedType,
164 if (rule.matches(this, resolvedComponent, intent, callerUid, callerPid, resolvedType,
133 checkService(ComponentName resolvedService, Intent intent, int callerUid, int callerPid, String resolvedType, ApplicationInfo resolvedApp) argument
145 checkIntent(FirewallIntentResolver resolver, ComponentName resolvedComponent, int intentType, Intent intent, int callerUid, int callerPid, String resolvedType, int receivingUid) argument
/frameworks/base/core/java/android/speech/tts/
H A DEventLogger.java28 EventLogger(SynthesisRequest request, int callerUid, int callerPid, String serviceApp) { argument
29 super(callerUid, callerPid, serviceApp);
H A DAbstractEventLogger.java40 AbstractEventLogger(int callerUid, int callerPid, String serviceApp) { argument
42 mCallerPid = callerPid;
H A DTextToSpeechService.java782 public SpeechItem(Object caller, int callerUid, int callerPid) { argument
785 mCallerPid = callerPid;
858 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) { argument
859 super(caller, callerUid, callerPid);
945 int callerPid,
948 super(callerIdentity, callerUid, callerPid);
989 int callerPid,
993 super(callerIdentity, callerUid, callerPid, params, utteranceId);
999 mEventLogger = new EventLogger(mSynthesisRequest, callerUid, callerPid, mPackageName);
1099 int callerPid,
942 UtteranceSpeechItemWithParams( Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId) argument
986 SynthesisSpeechItem( Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId, CharSequence text) argument
1096 SynthesisToFileOutputStreamSpeechItem( Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId, CharSequence text, FileOutputStream fileOutputStream) argument
1128 AudioSpeechItem( Object callerIdentity, int callerUid, int callerPid, Bundle params, String utteranceId, Uri uri) argument
1170 SilenceSpeechItem(Object callerIdentity, int callerUid, int callerPid, String utteranceId, long duration) argument
1207 LoadLanguageItem(Object callerIdentity, int callerUid, int callerPid, String language, String country, String variant) argument
1237 LoadVoiceItem(Object callerIdentity, int callerUid, int callerPid, String voiceName) argument
[all...]
/frameworks/base/services/core/java/com/android/server/wm/
H A DDragDropController.java95 IBinder performDrag(SurfaceSession session, int callerPid, int callerUid, IWindow window, argument
150 mDragState.mPid = callerPid;
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java104 int callerPid; field in class:TelephonyRegistry.Record
123 context, subId, callerPid, callerUid, callingPackage);
402 r.callerPid = Binder.getCallingPid();
501 r.callerPid = Binder.getCallingPid();
1792 r.callingPackage, r.callerUid, r.callerPid,
H A DConnectivityService.java1421 NetworkCapabilities nc, int callerPid, int callerUid) {
1423 if (!checkSettingsPermission(callerPid, callerUid)) {
4291 int callerPid, int callerUid) {
4292 if (null != nc.getSSID() && !checkSettingsPermission(callerPid, callerUid)) {
1420 networkCapabilitiesRestrictedForCallerPermissions( NetworkCapabilities nc, int callerPid, int callerUid) argument
4290 ensureSufficientPermissionsForRequest(NetworkCapabilities nc, int callerPid, int callerUid) argument
/frameworks/base/services/core/java/com/android/server/media/
H A DMediaSessionService.java666 private MediaSessionRecord createSessionInternal(int callerPid, int callerUid, int userId, argument
669 return createSessionLocked(callerPid, callerUid, userId, callerPackageName, cb, tag);
680 private MediaSessionRecord createSessionLocked(int callerPid, int callerUid, int userId, argument
688 final MediaSessionRecord session = new MediaSessionRecord(callerPid, callerUid, userId,
1753 int callerPid, int callerUid) throws RemoteException {
1755 int resolvedUserId = ActivityManager.handleIncomingUser(callerPid, callerUid,
1761 resolvedUserId, callerPackageName, callerPid, callerUid)) {
1752 verifySessionsRequest2(int targetUserId, String callerPackageName, int callerPid, int callerUid) argument
/frameworks/base/services/core/java/com/android/server/am/
H A DActivityManagerService.java25681 tempWhitelistForPendingIntentLocked(int callerPid, int callerUid, int targetUid, long duration, String tag) argument
[all...]

Completed in 301 milliseconds