Home
last modified time | relevance | path

Searched refs:getBindPriority (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/qs/external/
DTileServiceManagerTest.java83 assertEquals(5, mTileServiceManager.getBindPriority()); in testSetBindRequested()
92 assertEquals(Integer.MIN_VALUE, mTileServiceManager.getBindPriority()); in testSetBindRequested()
99 assertEquals(Integer.MAX_VALUE, mTileServiceManager.getBindPriority()); in testPendingClickPriority()
116 assertEquals(Integer.MAX_VALUE - 2, mTileServiceManager.getBindPriority()); in testBind()
DTileServicesTest.java150 when(mManagers.get(i).getBindPriority()).thenReturn(i); in testRecalculateBindAllowance()
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/external/
DTileServices.java358 return -Integer.compare(left.getBindPriority(), right.getBindPriority());
DTileServiceManager.java241 public int getBindPriority() { in getBindPriority() method in TileServiceManager