Home
last modified time | relevance | path

Searched refs:hasPendingClick (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
H A DTileServiceManagerTest.java177 when(mTileLifecycle.hasPendingClick()).thenReturn(true); in testPendingClickPriority()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
H A DTileServiceManager.java221 if (mStateManager.hasPendingClick()) { in calculateBindPriority()
H A DTileLifecycleManager.java149 public boolean hasPendingClick() { in hasPendingClick() method in TileLifecycleManager