Searched refs:setLowestPriority (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/core/java/android/content/om/
H A DIOverlayManager.aidl152 boolean setLowestPriority(in String packageName, in int userId);
/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerShellCommand.java216 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1;
H A DOverlayManagerService.java616 public boolean setLowestPriority(@Nullable final String packageName, int userId)
618 enforceChangeOverlayPackagesPermission("setLowestPriority");
619 userId = handleIncomingUser(userId, "setLowestPriority");
627 return mImpl.setLowestPriority(packageName, userId);
H A DOverlayManagerServiceImpl.java583 boolean setLowestPriority(@NonNull final String packageName, final int userId) { method in class:OverlayManagerServiceImpl
585 Slog.d(TAG, "setLowestPriority packageName=" + packageName + " userId=" + userId);
597 if (mSettings.setLowestPriority(packageName, userId)) {
H A DOverlayManagerSettings.java259 boolean setLowestPriority(@NonNull final String packageName, final int userId) { method in class:OverlayManagerSettings
/frameworks/base/config/
H A Dboot-image-profile.txt[all...]

Completed in 136 milliseconds