Lines Matching refs:packageName

2004      * @param packageName The full name (i.e. com.google.apps.contacts) of the
2031 public abstract PackageInfo getPackageInfo(String packageName, int flags)
2059 * @param packageName The name of the package to inspect.
2063 * does not contain such an activity, or if <em>packageName</em> is not
2066 public abstract Intent getLaunchIntentForPackage(String packageName);
2078 * @param packageName The name of the package to inspect.
2083 public abstract Intent getLeanbackLaunchIntentForPackage(String packageName);
2092 * @param packageName The full name (i.e. com.google.apps.contacts) of the
2097 public abstract int[] getPackageGids(String packageName)
2107 * @param packageName The full name (i.e. com.google.apps.contacts) of the
2113 public abstract int getPackageUid(String packageName, int userHandle)
2187 * @param packageName The full name (i.e. com.google.apps.contacts) of an
2207 public abstract ApplicationInfo getApplicationInfo(String packageName,
2535 * @param packageName The package to which to grant the permission.
2545 public abstract void grantRuntimePermission(@NonNull String packageName,
2560 * @param packageName The package from which to revoke the permission.
2570 public abstract void revokeRuntimePermission(@NonNull String packageName,
2577 * @param packageName The package name for which to get the flags.
2585 String packageName, @NonNull UserHandle user);
2592 * @param packageName The package name for which to update the flags.
2601 String packageName, @PermissionFlags int flagMask, int flagValues,
3116 * @param packageName The name of the package that this icon is coming from.
3119 * @param appInfo Overall information about <var>packageName</var>. This
3127 public abstract Drawable getDrawable(String packageName, @DrawableRes int resid,
3229 * @param packageName Name of the package whose application icon is to be
3239 public abstract Drawable getApplicationIcon(String packageName)
3258 * @param packageName Name of the package whose application banner is to be
3266 public abstract Drawable getApplicationBanner(String packageName)
3325 * @param packageName Name of the package whose application logo is to be
3336 public abstract Drawable getApplicationLogo(String packageName)
3419 * @param packageName The name of the package that this text is coming from.
3422 * @param appInfo Overall information about <var>packageName</var>. This
3430 public abstract CharSequence getText(String packageName, @StringRes int resid,
3437 * @param packageName The name of the package that this xml is coming from.
3440 * @param appInfo Overall information about <var>packageName</var>. This
3449 public abstract XmlResourceParser getXml(String packageName, @XmlRes int resid,
3755 public abstract int installExistingPackage(String packageName)
3842 * @param packageName The package name of the Activity associated with the IntentFilter.
3853 public abstract int getIntentVerificationStatus(String packageName, int userId);
3864 * @param packageName The package name of the Activity associated with the IntentFilter.
3875 public abstract boolean updateIntentVerificationStatus(String packageName, int status,
3881 * @param packageName the package name. When this parameter is set to a non null value,
3891 String packageName);
3896 * @param packageName the package name. This parameter is set to a non null value,
3904 public abstract List<IntentFilter> getAllIntentFilters(String packageName);
3921 * @param packageName The package name of the default Browser.
3930 public abstract boolean setDefaultBrowserPackageName(String packageName, int userId);
3957 * @param packageName The name of the package to delete
3968 String packageName, IPackageDeleteObserver observer, int flags);
3974 * @param packageName The name of the package to query
3976 public abstract String getInstallerPackageName(String packageName);
3984 * @param packageName The name of the package
3992 public abstract void clearApplicationUserData(String packageName,
4001 * @param packageName The name of the package to delete
4010 public abstract void deleteApplicationCacheFiles(String packageName,
4080 * @param packageName The name of the package whose size information is to be retrieved
4092 public abstract void getPackageSizeInfo(String packageName, int userHandle,
4101 public void getPackageSizeInfo(String packageName, IPackageStatsObserver observer) {
4102 getPackageSizeInfo(packageName, UserHandle.myUserId(), observer);
4111 public abstract void addPackageToPreferred(String packageName);
4119 public abstract void removePackageFromPreferred(String packageName);
4226 * @param packageName The name of the package whose preferred activity
4229 public abstract void clearPackagePreferredActivities(String packageName);
4240 * @param packageName An optional package in which you would like to limit
4249 @NonNull List<ComponentName> outActivities, String packageName);
4302 * @param packageName The package name of the application to enable
4313 public abstract void setApplicationEnabledSetting(String packageName,
4323 * @param packageName The package name of the application to retrieve.
4332 public abstract int getApplicationEnabledSetting(String packageName);
4341 public abstract boolean setApplicationHiddenSettingAsUser(String packageName, boolean hidden,
4349 public abstract boolean getApplicationHiddenSettingAsUser(String packageName,
4386 public abstract KeySet getKeySetByAlias(String packageName, String alias);
4391 public abstract KeySet getSigningKeySet(String packageName);
4394 * Return whether the package denoted by packageName has been signed by all
4397 * Compare to {@link #isSignedByExactly(String packageName, KeySet ks)}.
4400 public abstract boolean isSignedBy(String packageName, KeySet ks);
4403 * Return whether the package denoted by packageName has been signed by all
4405 * {@link #isSignedBy(String packageName, KeySet ks)}.
4408 public abstract boolean isSignedByExactly(String packageName, KeySet ks);
4417 * @param packageName The name of the package to delete
4427 public void movePackage(String packageName, IPackageMoveObserver observer, int flags) {
4451 public abstract int movePackage(String packageName, VolumeInfo vol);
4518 public abstract boolean isPackageAvailable(String packageName);