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.aidl167 boolean setLowestPriority(in String packageName, in int userId); in setLowestPriority() method
/frameworks/base/services/core/java/com/android/server/om/
DOverlayManagerServiceImpl.java694 Optional<UserPackage> setLowestPriority(@NonNull final OverlayIdentifier overlay, in setLowestPriority() method in OverlayManagerServiceImpl
708 if (mSettings.setLowestPriority(overlay, userId)) { in setLowestPriority()
DOverlayManagerShellCommand.java491 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1; in runSetPriority()
DOverlayManagerService.java823 public boolean setLowestPriority(@Nullable final String packageName, final int userIdArg) {
839 mImpl.setLowestPriority(overlay, realUserId)
DOverlayManagerSettings.java316 boolean setLowestPriority(@NonNull final OverlayIdentifier overlay, final int userId) {
/frameworks/base/services/tests/servicestests/src/com/android/server/om/
DOverlayManagerSettingsTests.java213 assertTrue(mSettings.setLowestPriority(OVERLAY_B, USER_0)); in testSetLowestPriority()
DOverlayManagerServiceImplTests.java153 assertEquals(impl.setLowestPriority(IDENTIFIER3, USER), in testPriority()
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt10858 Landroid/content/om/IOverlayManager$Stub$Proxy;->setLowestPriority(Ljava/lang/String;I)Z
10876 Landroid/content/om/IOverlayManager;->setLowestPriority(Ljava/lang/String;I)Z