Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/content/om/
H A DIOverlayManager.aidl167 boolean setLowestPriority(in String packageName, in int userId); in setLowestPriority() method
/aosp14/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerServiceImpl.java694 Optional<UserPackage> setLowestPriority(@NonNull final OverlayIdentifier overlay, in setLowestPriority() method in OverlayManagerServiceImpl
708 if (mSettings.setLowestPriority(overlay, userId)) { in setLowestPriority()
H A DOverlayManagerShellCommand.java472 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1; in runSetPriority()
H A DOverlayManagerService.java799 public boolean setLowestPriority(@Nullable final String packageName, final int userIdArg) {
815 mImpl.setLowestPriority(overlay, realUserId)
H A DOverlayManagerSettings.java298 boolean setLowestPriority(@NonNull final OverlayIdentifier overlay, final int userId) {
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerSettingsTests.java213 assertTrue(mSettings.setLowestPriority(OVERLAY_B, USER_0)); in testSetLowestPriority()
H A DOverlayManagerServiceImplTests.java153 assertEquals(impl.setLowestPriority(IDENTIFIER3, USER), in testPriority()
/aosp14/frameworks/base/boot/hiddenapi/
H A 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