Home
last modified time | relevance | path

Searched refs:unpinAll (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/base/services/tests/servicestests/src/com/android/server/
H A DPinnerServiceTest.java124 private void unpinAll(PinnerService pinnerService) throws Exception { in unpinAll() method in PinnerServiceTest
205 unpinAll(pinnerService); in testPinHomeApp()
231 unpinAll(pinnerService); in testPinHomeAppOnBootCompleted()
256 unpinAll(pinnerService); in testNothingToPin()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
H A DHeadsUpTouchHelper.java123 mHeadsUpManager.unpinAll(true); in onInterceptTouchEvent()
H A DStatusBarCommandQueueCallbacks.java350 mHeadsUpManager.unpinAll(true /* userUnpinned */); in handleSystemKey()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/
H A DPulseExpansionHandler.kt98 headsUpManager.unpinAll(true /* userUnPinned */)
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DHeadsUpManager.java327 public void unpinAll(boolean userUnPinned) { in unpinAll() method in HeadsUpManager