Searched refs:hasPendingClick (Results 1 – 3 of 3) sorted by relevance
238 if (mStateManager.hasPendingClick()) { in calculateBindPriority()
182 public boolean hasPendingClick() { in hasPendingClick() method in TileLifecycleManager602 if (qsCustomTileClickGuaranteedBugFix() && hasPendingClick()) { in onStopListening()
200 when(mTileLifecycle.hasPendingClick()).thenReturn(true); in testPendingClickPriority()