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

1 2 3 4 5 6 7 8

  /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 getGroupIdLevel1ForSubscriber(int subId, String callingPackage);
78 String getIccSerialNumber(String callingPackage);
    [all...]
ISub.aidl 24 * @param callingPackage The package maing the call.
28 List<SubscriptionInfo> getAllSubInfoList(String callingPackage);
31 * @param callingPackage The package maing the call.
35 int getAllSubInfoCount(String callingPackage);
40 * @param callingPackage The package maing the call.
43 SubscriptionInfo getActiveSubscriptionInfo(int subId, String callingPackage);
48 * @param callingPackage The package maing the call.
51 SubscriptionInfo getActiveSubscriptionInfoForIccId(String iccId, String callingPackage);
56 * @param callingPackage The package maing the call.
59 SubscriptionInfo getActiveSubscriptionInfoForSimSlotIndex(int slotIndex, String callingPackage);
    [all...]
ITelephony.aidl 72 * @param callingPackage The package making the call.
75 void call(String callingPackage, String number);
140 * @param callingPackage the name of the package making the call.
143 boolean isOffhook(String callingPackage);
149 * @param callingPackage the name of the package making the call.
152 boolean isOffhookForSubscriber(int subId, String callingPackage);
159 * @param callingPackage the name of the package making the call.
162 boolean isRingingForSubscriber(int subId, String callingPackage);
166 * @param callingPackage the name of the package making the call.
169 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 boolean isReservedSupported(String volumeUuid, String callingPackage);
26 long getTotalBytes(String volumeUuid, String callingPackage);
27 long getFreeBytes(String volumeUuid, String callingPackage);
28 long getCacheBytes(String volumeUuid, String callingPackage);
29 long getCacheQuotaBytes(String volumeUuid, int uid, String callingPackage);
30 StorageStats queryStatsForPackage(String volumeUuid, String packageName, int userId, String callingPackage);
31 StorageStats queryStatsForUid(String volumeUuid, int uid, String callingPackage);
32 StorageStats queryStatsForUser(String volumeUuid, int userId, String callingPackage);
33 ExternalStorageStats queryExternalStatsForUser(String volumeUuid, int userId, String callingPackage);
    [all...]
IUsageStatsManager.aidl 32 String callingPackage);
34 String callingPackage);
36 String callingPackage);
37 UsageEvents queryEvents(long beginTime, long endTime, String callingPackage);
38 UsageEvents queryEventsForPackage(long beginTime, long endTime, String callingPackage);
39 UsageEvents queryEventsForUser(long beginTime, long endTime, int userId, String callingPackage);
40 UsageEvents queryEventsForPackageForUser(long beginTime, long endTime, int userId, String pkg, String callingPackage);
47 int getAppStandbyBucket(String packageName, String callingPackage, int userId);
49 ParceledListSlice getAppStandbyBuckets(String callingPackage, int userId);
52 in PendingIntent callback, String callingPackage);
    [all...]
  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowContentProvider.java 14 private String callingPackage;
16 public void setCallingPackage(String callingPackage) {
17 this.callingPackage = callingPackage;
22 if (callingPackage != null) {
23 return callingPackage;
  /frameworks/base/core/java/android/content/
IClipboard.aidl 29 void setPrimaryClip(in ClipData clip, String callingPackage);
30 void clearPrimaryClip(String callingPackage);
32 ClipDescription getPrimaryClipDescription(String callingPackage);
33 boolean hasPrimaryClip(String callingPackage);
35 String callingPackage);
41 boolean hasClipboardText(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/pm/dex/
IArtManager.aidl 48 in String codePath, in ISnapshotRuntimeProfileCallback callback, String callingPackage);
57 boolean isRuntimeProfilingEnabled(int profileType, 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/base/core/java/android/content/pm/
ILauncherApps.aidl 40 void addOnAppsChangedListener(String callingPackage, in IOnAppsChangedListener listener);
43 String callingPackage, String packageName, in UserHandle user);
45 String callingPackage, in ComponentName component, in UserHandle user);
46 void startActivityAsUser(in IApplicationThread caller, String callingPackage,
50 String callingPackage, in ComponentName component, in Rect sourceBounds,
52 boolean isPackageEnabled(String callingPackage, String packageName, in UserHandle user);
55 String callingPackage, in ComponentName component, in UserHandle user);
57 String callingPackage, String packageName, int flags, in UserHandle user);
59 ParceledListSlice getShortcuts(String callingPackage, long changedSince, String packageName,
61 void pinShortcuts(String callingPackage, String packageName, in List<String> shortcutIds
    [all...]
InstantAppRequest.java 36 public final String callingPackage;
49 String resolvedType, String callingPackage, int userId, Bundle verificationBundle,
54 this.callingPackage = callingPackage;
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,
66 public abstract int getShortcutIconResId(int launcherUserId, @NonNull String callingPackage,
70 @NonNull String callingPackage,
74 @NonNull String callingPackage, int callingPid, int callingUid);
79 public abstract boolean requestPinAppWidget(@NonNull String callingPackage,
85 public abstract boolean isForegroundDefaultLauncher(@NonNull String callingPackage,
  /frameworks/base/core/java/com/android/internal/appwidget/
IAppWidgetService.aidl 38 ParceledListSlice startListening(IAppWidgetHost host, String callingPackage, int hostId,
40 void stopListening(String callingPackage, int hostId);
41 int allocateAppWidgetId(String callingPackage, int hostId);
42 void deleteAppWidgetId(String callingPackage, int appWidgetId);
45 RemoteViews getAppWidgetViews(String callingPackage, int appWidgetId);
46 int[] getAppWidgetIdsForHost(String callingPackage, int hostId);
47 IntentSender createAppWidgetConfigIntentSender(String callingPackage, int appWidgetId,
53 void updateAppWidgetIds(String callingPackage, in int[] appWidgetIds, in RemoteViews views);
54 void updateAppWidgetOptions(String callingPackage, int appWidgetId, in Bundle extras);
55 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);
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 57 public String getDeviceId(String callingPackage) {
59 callingPackage);
62 public String getDeviceIdForPhone(int phoneId, String callingPackage) {
69 mContext, phone.getSubId(), callingPackage, "getDeviceId")) {
79 public String getNaiForSubscriber(int subId, String callingPackage) {
83 mContext, subId, callingPackage, "getNai")) {
93 public String getImeiForSubscriber(int subId, String callingPackage) {
97 mContext, subId, callingPackage, "getImei")) {
108 String callingPackage) {
112 mContext, subId, callingPackage,
    [all...]
  /frameworks/base/telephony/java/com/android/internal/telephony/euicc/
IEuiccCardController.aidl 44 oneway void getAllProfiles(String callingPackage, String cardId,
46 oneway void getProfile(String callingPackage, String cardId, String iccid,
48 oneway void disableProfile(String callingPackage, String cardId, String iccid, boolean refresh,
50 oneway void switchToProfile(String callingPackage, String cardId, String iccid, boolean refresh,
52 oneway void setNickname(String callingPackage, String cardId, String iccid, String nickname,
54 oneway void deleteProfile(String callingPackage, String cardId, String iccid,
56 oneway void resetMemory(String callingPackage, String cardId, int options, in IResetMemoryCallback callback);
57 oneway void getDefaultSmdpAddress(String callingPackage, String cardId,
59 oneway void getSmdsAddress(String callingPackage, String cardId,
61 oneway void setDefaultSmdpAddress(String callingPackage, String cardId, String address
    [all...]
IEuiccController.aidl 29 String callingPackage, in PendingIntent callbackIntent);
31 String callingPackage, in PendingIntent callbackIntent);
35 boolean switchAfterDownload, String callingPackage, in PendingIntent callbackIntent);
37 oneway void deleteSubscription(int subscriptionId, String callingPackage,
39 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/core/java/android/net/
IIpSecService.aidl 49 in String callingPackage);
54 in String callingPackage);
59 in String callingPackage);
61 void deleteTunnelInterface(int resourceId, in String callingPackage);
64 in IpSecConfig c, in IBinder binder, in String callingPackage);
72 int tunnelResourceId, int direction, int transformResourceId, in String callingPackage);
INetworkPolicyManager.aidl 45 NetworkPolicy[] getNetworkPolicies(String callingPackage);
69 SubscriptionPlan[] getSubscriptionPlans(int subId, String callingPackage);
70 void setSubscriptionPlans(int subId, in SubscriptionPlan[] plans, String callingPackage);
72 void setSubscriptionOverride(int subId, int overrideMask, int overrideValue, long timeoutMillis, 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;

Completed in 1052 milliseconds

1 2 3 4 5 6 7 8