Loading api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -11721,6 +11721,7 @@ package android.content.pm { ctor public LauncherApps.ShortcutQuery(); method public android.content.pm.LauncherApps.ShortcutQuery setActivity(@Nullable android.content.ComponentName); method public android.content.pm.LauncherApps.ShortcutQuery setChangedSince(long); method @NonNull public android.content.pm.LauncherApps.ShortcutQuery setLocusIds(@Nullable java.util.List<android.content.LocusId>); method public android.content.pm.LauncherApps.ShortcutQuery setPackage(@Nullable String); method public android.content.pm.LauncherApps.ShortcutQuery setQueryFlags(int); method public android.content.pm.LauncherApps.ShortcutQuery setShortcutIds(@Nullable java.util.List<java.lang.String>); api/system-current.txt +0 −4 Original line number Diff line number Diff line Loading @@ -2102,10 +2102,6 @@ package android.content.pm { field @NonNull public static final android.os.Parcelable.Creator<android.content.pm.LauncherApps.AppUsageLimit> CREATOR; } public static class LauncherApps.ShortcutQuery { method @NonNull public android.content.pm.LauncherApps.ShortcutQuery setLocusIds(@Nullable java.util.List<android.content.LocusId>); } public class PackageInstaller { method @RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public void setPermissionsResult(int, boolean); field public static final int DATA_LOADER_TYPE_INCREMENTAL = 2; // 0x2 Loading core/java/android/content/pm/LauncherApps.java +0 −3 Original line number Diff line number Diff line Loading @@ -460,10 +460,7 @@ public class LauncherApps { /** * If non-null, return only the specified shortcuts by locus ID. When setting this field, * a package name must also be set with {@link #setPackage}. * * @hide */ @SystemApi @NonNull public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) { mLocusIds = locusIds; Loading Loading
api/current.txt +1 −0 Original line number Diff line number Diff line Loading @@ -11721,6 +11721,7 @@ package android.content.pm { ctor public LauncherApps.ShortcutQuery(); method public android.content.pm.LauncherApps.ShortcutQuery setActivity(@Nullable android.content.ComponentName); method public android.content.pm.LauncherApps.ShortcutQuery setChangedSince(long); method @NonNull public android.content.pm.LauncherApps.ShortcutQuery setLocusIds(@Nullable java.util.List<android.content.LocusId>); method public android.content.pm.LauncherApps.ShortcutQuery setPackage(@Nullable String); method public android.content.pm.LauncherApps.ShortcutQuery setQueryFlags(int); method public android.content.pm.LauncherApps.ShortcutQuery setShortcutIds(@Nullable java.util.List<java.lang.String>);
api/system-current.txt +0 −4 Original line number Diff line number Diff line Loading @@ -2102,10 +2102,6 @@ package android.content.pm { field @NonNull public static final android.os.Parcelable.Creator<android.content.pm.LauncherApps.AppUsageLimit> CREATOR; } public static class LauncherApps.ShortcutQuery { method @NonNull public android.content.pm.LauncherApps.ShortcutQuery setLocusIds(@Nullable java.util.List<android.content.LocusId>); } public class PackageInstaller { method @RequiresPermission(android.Manifest.permission.INSTALL_PACKAGES) public void setPermissionsResult(int, boolean); field public static final int DATA_LOADER_TYPE_INCREMENTAL = 2; // 0x2 Loading
core/java/android/content/pm/LauncherApps.java +0 −3 Original line number Diff line number Diff line Loading @@ -460,10 +460,7 @@ public class LauncherApps { /** * If non-null, return only the specified shortcuts by locus ID. When setting this field, * a package name must also be set with {@link #setPackage}. * * @hide */ @SystemApi @NonNull public ShortcutQuery setLocusIds(@Nullable List<LocusId> locusIds) { mLocusIds = locusIds; Loading