Searched refs:getUnsuspendablePackages (Results 1 – 8 of 8) sorted by relevance
105 mPackageManager.getUnsuspendablePackages(result.toArray(new String[0])); in getPersonalAppsForSuspension()
1542 .getUnsuspendablePackages(packagesToSuspend).length != 0) { in handleNewPackageInstalled()
10134 public String[] getUnsuspendablePackages(@NonNull String[] packageNames) { in getUnsuspendablePackages() method in PackageManager
870 RequiresPermission: android.content.pm.PackageManager#getUnsuspendablePackages(String[]):871 …Method 'getUnsuspendablePackages' documentation mentions permissions already declared by @Requires…
934 RequiresPermission: android.content.pm.PackageManager#getUnsuspendablePackages(String[]):935 …Method 'getUnsuspendablePackages' documentation mentions permissions already declared by @Requires…
958 RequiresPermission: android.content.pm.PackageManager#getUnsuspendablePackages(String[]):959 …Method 'getUnsuspendablePackages' documentation mentions permissions already declared by @Requires…
4237 …ssion(android.Manifest.permission.SUSPEND_APPS) public String[] getUnsuspendablePackages(@NonNull …
2946 public String[] getUnsuspendablePackages(String[] packageNames) { in getUnsuspendablePackages() method in ApplicationPackageManager