Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/content/om/
H A DIOverlayManager.aidl167 boolean setLowestPriority(in String packageName, in int userId); in setLowestPriority() method
/aosp12/frameworks/base/services/core/java/com/android/server/om/
H A DOverlayManagerServiceImpl.java663 Optional<PackageAndUser> setLowestPriority(@NonNull final OverlayIdentifier overlay, in setLowestPriority() method in OverlayManagerServiceImpl
677 if (mSettings.setLowestPriority(overlay, userId)) { in setLowestPriority()
H A DOverlayManagerShellCommand.java359 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1; in runSetPriority()
H A DOverlayManagerService.java788 public boolean setLowestPriority(@Nullable final String packageName, final int userIdArg) {
804 mImpl.setLowestPriority(overlay, realUserId)
H A DOverlayManagerSettings.java308 boolean setLowestPriority(@NonNull final OverlayIdentifier overlay, final int userId) {
/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/om/
H A DOverlayManagerSettingsTests.java212 assertTrue(mSettings.setLowestPriority(OVERLAY_B, USER_0)); in testSetLowestPriority()
H A DOverlayManagerServiceImplTests.java154 assertEquals(impl.setLowestPriority(IDENTIFIER3, USER), in testPriority()
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt13736 Landroid/content/om/IOverlayManager$Stub$Proxy;->setLowestPriority(Ljava/lang/String;I)Z
13754 Landroid/content/om/IOverlayManager;->setLowestPriority(Ljava/lang/String;I)Z