HomeSort by relevance Sort by last modified time
    Searched refs:setLowestPriority (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/java/android/content/om/
IOverlayManager.aidl 152 boolean setLowestPriority(in String packageName, in int userId);
  /frameworks/base/services/core/java/com/android/server/om/
OverlayManagerShellCommand.java 216 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1;
OverlayManagerService.java 616 public boolean setLowestPriority(@Nullable final String packageName, int userId)
618 enforceChangeOverlayPackagesPermission("setLowestPriority");
619 userId = handleIncomingUser(userId, "setLowestPriority");
627 return mImpl.setLowestPriority(packageName, userId);
    [all...]
OverlayManagerServiceImpl.java 583 boolean setLowestPriority(@NonNull final String packageName, final int userId) {
585 Slog.d(TAG, "setLowestPriority packageName=" + packageName + " userId=" + userId);
597 if (mSettings.setLowestPriority(packageName, userId)) {
OverlayManagerSettings.java 259 boolean setLowestPriority(@NonNull final String packageName, final int userId) {
  /prebuilts/misc/common/robolectric/android-all/
android-all-stubs.jar 

Completed in 81 milliseconds