Searched refs:callingPkg (Results 1 – 4 of 4) sorted by relevance
/packages/services/Mms/src/com/android/mms/service/ |
D | MmsService.java | 190 public void sendMessage(int subId, String callingPkg, Uri contentUri, 213 locationUrl, sentIntent, callingPkg, configOverrides, MmsService.this, 243 public void downloadMessage(int subId, String callingPkg, String locationUrl, 283 contentUri, downloadedIntent, callingPkg, configOverrides, MmsService.this, 349 public Uri importTextMessage(String callingPkg, String address, int type, String text, 353 return importSms(address, type, text, timestampMillis, seen, read, callingPkg); 357 public Uri importMultimediaMessage(String callingPkg, Uri contentUri, 361 return importMms(contentUri, messageId, timestampSecs, seen, read, callingPkg); 365 public boolean deleteStoredMessage(String callingPkg, Uri messageUri) 392 public boolean deleteStoredConversation(String callingPkg, long conversationId) [all …]
|
/packages/apps/CertInstaller/src/com/android/certinstaller/ |
D | CertInstaller.java | 381 final String callingPkg = mCredentials.getReferrer(); in getCallingAppLabel() local 382 if (callingPkg == null) { in getCallingAppLabel() 390 appInfo = pm.getApplicationInfo(callingPkg, PackageManager.MATCH_DISABLED_COMPONENTS); in getCallingAppLabel() 392 Log.e(TAG, "Unable to find info for package: " + callingPkg); in getCallingAppLabel()
|
/packages/apps/Messaging/tests/src/com/android/messaging/ |
D | FakeContentProvider.java | 173 public Bundle call(final String callingPkg, final String method, final String arg, in call() argument
|
/packages/modules/Connectivity/service/src/com/android/server/ |
D | ConnectivityService.java | 2591 private void enforceChangePermission(String callingPkg, String callingAttributionTag) { in enforceChangePermission() argument 2597 if (callingPkg == null) { in enforceChangePermission() 2604 callingPkg, callingAttributionTag, null /* message */); in enforceChangePermission() 2615 throw new SecurityException(callingPkg + " was not granted either of these permissions:" in enforceChangePermission()
|