Home
last modified time | relevance | path

Searched refs:setLowestPriority (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/content/om/
DIOverlayManager.aidl154 boolean setLowestPriority(in String packageName, in int userId); in setLowestPriority() method
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerShellCommand.java251 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1; in runSetPriority()
DOverlayManagerServiceImpl.java623 boolean setLowestPriority(@NonNull final String packageName, final int userId) { in setLowestPriority() method in OverlayManagerServiceImpl
637 if (mSettings.setLowestPriority(packageName, userId)) { in setLowestPriority()
DOverlayManagerService.java699 public boolean setLowestPriority(@Nullable final String packageName, int userId)
712 return mImpl.setLowestPriority(packageName, userId);
DOverlayManagerSettings.java262 boolean setLowestPriority(@NonNull final String packageName, final int userId) { in setLowestPriority() method in OverlayManagerSettings
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerSettingsTests.java258 boolean changed = mSettings.setLowestPriority(OVERLAY_B0.packageName, OVERLAY_B0.userId); in testSetLowestPriority()
DOverlayManagerServiceImplTests.java151 assertTrue(mImpl.setLowestPriority(OVERLAY3, USER)); in testPriority()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt13745 Landroid/content/om/IOverlayManager$Stub$Proxy;->setLowestPriority(Ljava/lang/String;I)Z
13763 Landroid/content/om/IOverlayManager;->setLowestPriority(Ljava/lang/String;I)Z