Searched refs:setLowestPriority (Results 1 – 8 of 8) sorted by relevance
154 boolean setLowestPriority(in String packageName, in int userId); in setLowestPriority() method
251 return mInterface.setLowestPriority(packageName, userId) ? 0 : 1; in runSetPriority()
623 boolean setLowestPriority(@NonNull final String packageName, final int userId) { in setLowestPriority() method in OverlayManagerServiceImpl637 if (mSettings.setLowestPriority(packageName, userId)) { in setLowestPriority()
699 public boolean setLowestPriority(@Nullable final String packageName, int userId)712 return mImpl.setLowestPriority(packageName, userId);
262 boolean setLowestPriority(@NonNull final String packageName, final int userId) { in setLowestPriority() method in OverlayManagerSettings
258 boolean changed = mSettings.setLowestPriority(OVERLAY_B0.packageName, OVERLAY_B0.userId); in testSetLowestPriority()
151 assertTrue(mImpl.setLowestPriority(OVERLAY3, USER)); in testPriority()
13745 Landroid/content/om/IOverlayManager$Stub$Proxy;->setLowestPriority(Ljava/lang/String;I)Z13763 Landroid/content/om/IOverlayManager;->setLowestPriority(Ljava/lang/String;I)Z