HomeSort by relevance Sort by last modified time
    Searched refs:callingPackage (Results 1 - 25 of 141) sorted by null

1 2 3 4 5 6

  /frameworks/base/telephony/java/com/android/internal/telephony/
IPhoneSubInfo.aidl 30 String getDeviceId(String callingPackage);
35 String getNaiForSubscriber(int subId, String callingPackage);
41 String getDeviceIdForPhone(int phoneId, String callingPackage);
46 String getImeiForSubscriber(int subId, String callingPackage);
52 String getDeviceSvn(String callingPackage);
58 String getDeviceSvnUsingSubId(int subId, String callingPackage);
63 String getSubscriberId(String callingPackage);
68 String getSubscriberIdForSubscriber(int subId, String callingPackage);
73 String getGroupIdLevel1(String callingPackage);
78 String getGroupIdLevel1ForSubscriber(int subId, String callingPackage);
    [all...]
ISub.aidl 25 * @param callingPackage The package maing the call.
29 List<SubscriptionInfo> getAllSubInfoList(String callingPackage);
32 * @param callingPackage The package maing the call.
36 int getAllSubInfoCount(String callingPackage);
41 * @param callingPackage The package maing the call.
44 SubscriptionInfo getActiveSubscriptionInfo(int subId, String callingPackage);
49 * @param callingPackage The package maing the call.
52 SubscriptionInfo getActiveSubscriptionInfoForIccId(String iccId, String callingPackage);
57 * @param callingPackage The package maing the call.
60 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage);
    [all...]
ITelephony.aidl 68 * @param callingPackage The package making the call.
71 void call(String callingPackage, String number);
136 * @param callingPackage the name of the package making the call.
139 boolean isOffhook(String callingPackage);
145 * @param callingPackage the name of the package making the call.
148 boolean isOffhookForSubscriber(int subId, String callingPackage);
155 * @param callingPackage the name of the package making the call.
158 boolean isRingingForSubscriber(int subId, String callingPackage);
162 * @param callingPackage the name of the package making the call.
165 boolean isRinging(String callingPackage);
    [all...]
  /frameworks/base/core/java/android/os/
IHardwarePropertiesManager.aidl 25 float[] getDeviceTemperatures(String callingPackage, int type, int source);
26 CpuUsageInfo[] getCpuUsages(String callingPackage);
27 float[] getFanSpeeds(String callingPackage);
  /frameworks/base/core/java/android/app/usage/
IStorageStatsManager.aidl 24 boolean isQuotaSupported(String volumeUuid, String callingPackage);
25 long getTotalBytes(String volumeUuid, String callingPackage);
26 long getFreeBytes(String volumeUuid, String callingPackage);
27 long getCacheBytes(String volumeUuid, String callingPackage);
28 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage);
29 StorageStats queryStatsForPackage(String volumeUuid, String packageName, int userId, String callingPackage);
30 StorageStats queryStatsForUid(String volumeUuid, int uid, String callingPackage);
31 StorageStats queryStatsForUser(String volumeUuid, int userId, String callingPackage);
32 ExternalStorageStats queryExternalStatsForUser(String volumeUuid, int userId, String callingPackage);
IUsageStatsManager.aidl 29 String callingPackage);
31 String callingPackage);
32 UsageEvents queryEvents(long beginTime, long endTime, String callingPackage);
  /frameworks/base/telecomm/java/com/android/internal/telecom/
ITelecomService.aidl 38 void showInCallScreen(boolean showDialpad, String callingPackage);
43 PhoneAccountHandle getDefaultOutgoingPhoneAccount(in String uriScheme, String callingPackage);
59 boolean includeDisabledAccounts, String callingPackage);
64 List<PhoneAccountHandle> getSelfManagedPhoneAccounts(String callingPackage);
70 String callingPackage);
126 String callingPackage);
131 String getVoiceMailNumber(in PhoneAccountHandle accountHandle, String callingPackage);
136 String getLine1Number(in PhoneAccountHandle accountHandle, String callingPackage);
165 void silenceRinger(String callingPackage);
170 boolean isInCall(String callingPackage);
    [all...]
  /frameworks/base/core/java/android/content/
IClipboard.aidl 29 void setPrimaryClip(in ClipData clip, String callingPackage);
31 ClipDescription getPrimaryClipDescription(String callingPackage);
32 boolean hasPrimaryClip(String callingPackage);
34 String callingPackage);
40 boolean hasClipboardText(String callingPackage);
  /frameworks/base/core/java/android/content/pm/
InstantAppRequest.java 34 public final String callingPackage;
45 String resolvedType, String callingPackage, int userId, Bundle verificationBundle,
50 this.callingPackage = callingPackage;
ILauncherApps.aidl 39 void addOnAppsChangedListener(String callingPackage, in IOnAppsChangedListener listener);
42 String callingPackage, String packageName, in UserHandle user);
44 String callingPackage, in ComponentName component, in UserHandle user);
45 void startActivityAsUser(String callingPackage,
49 String callingPackage, in ComponentName component, in Rect sourceBounds,
51 boolean isPackageEnabled(String callingPackage, String packageName, in UserHandle user);
53 String callingPackage, in ComponentName component, in UserHandle user);
55 String callingPackage, String packageName, int flags, in UserHandle user);
57 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName,
59 void pinShortcuts(String callingPackage, String packageName, in List<String> shortcutIds
    [all...]
ShortcutServiceInternal.java 46 @NonNull String callingPackage, long changedSince,
52 isPinnedByCaller(int launcherUserId, @NonNull String callingPackage,
56 @NonNull String callingPackage, @NonNull String packageName,
60 int launcherUserId, @NonNull String callingPackage,
65 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage,
69 @NonNull String callingPackage,
73 @NonNull String callingPackage);
75 public abstract boolean requestPinAppWidget(@NonNull String callingPackage,
  /frameworks/base/core/java/android/companion/
ICompanionDeviceManager.aidl 32 in String callingPackage);
35 in String callingPackage);
37 List<String> getAssociations(String callingPackage, int userId);
38 void disassociate(String deviceMacAddress, String callingPackage);
ICompanionDeviceDiscoveryService.aidl 28 in String callingPackage,
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 61 public String getDeviceId(String callingPackage) {
63 callingPackage);
66 public String getDeviceIdForPhone(int phoneId, String callingPackage) {
67 if (!checkReadPhoneState(callingPackage, "getDeviceId")) {
82 public String getNaiForSubscriber(int subId, String callingPackage) {
85 if (!checkReadPhoneState(callingPackage, "getNai")) {
95 public String getImeiForSubscriber(int subId, String callingPackage) {
98 if (!checkReadPhoneState(callingPackage, "getImei")) {
109 String callingPackage) {
112 if (!checkReadPhoneState(callingPackage, "getCarrierInfoForImsiEncryption"))
    [all...]
  /frameworks/base/services/core/java/com/android/server/
HardwarePropertiesManagerService.java 55 public float[] getDeviceTemperatures(String callingPackage, int type, int source)
57 enforceHardwarePropertiesRetrievalAllowed(callingPackage);
64 public CpuUsageInfo[] getCpuUsages(String callingPackage) throws SecurityException {
65 enforceHardwarePropertiesRetrievalAllowed(callingPackage);
72 public float[] getFanSpeeds(String callingPackage) throws SecurityException {
73 enforceHardwarePropertiesRetrievalAllowed(callingPackage);
83 * @param callingPackage The calling package name.
89 private void enforceHardwarePropertiesRetrievalAllowed(String callingPackage)
94 uid = pm.getPackageUid(callingPackage, 0);
105 if (!dpm.isDeviceOwnerApp(callingPackage)
    [all...]
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 36 ParceledListSlice startListening(IAppWidgetHost host, String callingPackage, int hostId,
38 void stopListening(String callingPackage, int hostId);
39 int allocateAppWidgetId(String callingPackage, int hostId);
40 void deleteAppWidgetId(String callingPackage, int appWidgetId);
43 RemoteViews getAppWidgetViews(String callingPackage, int appWidgetId);
44 int[] getAppWidgetIdsForHost(String callingPackage, int hostId);
45 IntentSender createAppWidgetConfigIntentSender(String callingPackage, int appWidgetId,
51 void updateAppWidgetIds(String callingPackage, in int[] appWidgetIds, in RemoteViews views);
52 void updateAppWidgetOptions(String callingPackage, int appWidgetId, in Bundle extras);
53 Bundle getAppWidgetOptions(String callingPackage, int appWidgetId)
    [all...]
  /frameworks/base/core/java/com/android/internal/app/
IVoiceInteractor.aidl 29 IVoiceInteractorRequest startConfirmation(String callingPackage,
31 IVoiceInteractorRequest startPickOption(String callingPackage,
34 IVoiceInteractorRequest startCompleteVoice(String callingPackage,
36 IVoiceInteractorRequest startAbortVoice(String callingPackage,
38 IVoiceInteractorRequest startCommand(String callingPackage,
40 boolean[] supportsCommands(String callingPackage, in String[] commands);
  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
VoicemailPermissions.java 42 public boolean callerHasReadAccess(String callingPackage) {
43 if (DefaultDialerManager.isDefaultOrSystemDialer(mContext, callingPackage)) {
51 public boolean callerHasWriteAccess(String callingPackage) {
52 if (DefaultDialerManager.isDefaultOrSystemDialer(mContext, callingPackage)) {
75 public void checkCallerHasReadAccess(String callingPackage) {
76 if (!callerHasReadAccess(callingPackage)) {
83 public void checkCallerHasWriteAccess(String callingPackage) {
84 if (!callerHasWriteAccess(callingPackage)) {
  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IEuiccController.aidl 29 String callingPackage, in PendingIntent callbackIntent);
31 String callingPackage, in PendingIntent callbackIntent);
34 boolean switchAfterDownload, String callingPackage, in PendingIntent callbackIntent);
36 oneway void deleteSubscription(int subscriptionId, String callingPackage,
38 oneway void switchToSubscription(int subscriptionId, String callingPackage,
  /frameworks/base/core/java/android/app/
IWallpaperManager.aidl 46 ParcelFileDescriptor setWallpaper(String name, in String callingPackage,
53 void setWallpaperComponentChecked(in ComponentName name, in String callingPackage, int userId);
81 void clearWallpaper(in String callingPackage, int which, int userId);
92 void setDimensionHints(in int width, in int height, in String callingPackage);
107 void setDisplayPadding(in Rect padding, in String callingPackage);
122 boolean isWallpaperSupported(in String callingPackage);
127 boolean isSetWallpaperAllowed(in String callingPackage);
  /frameworks/base/media/java/android/media/
AudioManagerInternal.java 31 int flags, String callingPackage, int uid);
34 String callingPackage, int uid);
37 String callingPackage, int uid);
  /packages/providers/TvProvider/tests/src/com/android/providers/tv/
TvProviderForTesting.java 27 String callingPackage;
34 if (callingPackage != null) {
35 return callingPackage;
  /frameworks/base/test-runner/src/android/test/mock/
MockIContentProvider.java 46 public int bulkInsert(String callingPackage, Uri url, ContentValues[] initialValues) {
52 public int delete(String callingPackage, Uri url, String selection, String[] selectionArgs)
64 public Uri insert(String callingPackage, Uri url, ContentValues initialValues)
71 String callingPackage, Uri url, String mode, ICancellationSignal signal,
78 String callingPackage, Uri uri, String mode, ICancellationSignal signal) {
83 public ContentProviderResult[] applyBatch(String callingPackage,
89 public Cursor query(String callingPackage, Uri url, @Nullable String[] projection,
100 public int update(String callingPackage, Uri url, ContentValues values, String selection,
106 public Bundle call(String callingPackage, String method, String request, Bundle args)
122 public AssetFileDescriptor openTypedAssetFile(String callingPackage, Uri url, String mimeType
    [all...]
  /frameworks/layoutlib/bridge/src/com/android/layoutlib/bridge/android/
BridgeContentProvider.java 43 public ContentProviderResult[] applyBatch(String callingPackage,
51 public int bulkInsert(String callingPackage, Uri arg0, ContentValues[] arg1)
58 public Bundle call(String callingPackage, String arg0, String arg1, Bundle arg2)
65 public int delete(String callingPackage, Uri arg0, String arg1, String[] arg2)
78 public Uri insert(String callingPackage, Uri arg0, ContentValues arg1) throws RemoteException {
85 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal)
93 String callingPackage, Uri arg0, String arg1, ICancellationSignal signal, IBinder token)
100 public Cursor query(String callingPackage, Uri arg0, String[] arg1,
107 public int update(String callingPackage, Uri arg0, ContentValues arg1, String arg2,
126 public AssetFileDescriptor openTypedAssetFile(String callingPackage, Uri arg0, String arg1
    [all...]
  /frameworks/base/services/core/java/com/android/server/pm/
LauncherAppsService.java 154 public void addOnAppsChangedListener(String callingPackage, IOnAppsChangedListener listener)
156 verifyCallingPackage(callingPackage);
169 callingPackage));
221 String callingPackage, UserHandle targetUser, String message) {
222 return canAccessProfile(callingPackage, targetUser.getIdentifier(), message);
235 private boolean canAccessProfile(String callingPackage, int targetUserId, String message) {
244 Slog.w(TAG, message + " by " + callingPackage + " for another profile "
262 void verifyCallingPackage(String callingPackage) {
265 packageUid = AppGlobals.getPackageManager().getPackageUid(callingPackage,
273 Log.e(TAG, "Package not found: " + callingPackage);
    [all...]

Completed in 466 milliseconds

1 2 3 4 5 6