Home
last modified time | relevance | path

Searched refs:requestSort (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DRankingHandler.java19 public void requestSort(); in requestSort() method
H A DNotificationManagerService.java2304 mRankingHandler.requestSort(); in init()
2313 mRankingHandler.requestSort(); in init()
2320 mRankingHandler.requestSort(); in init()
3990 mRankingHandler.requestSort();
5755 mRankingHandler.requestSort();
6046 mRankingHandler.requestSort();
6060 mRankingHandler.requestSort();
9214 public void requestSort() {
H A DPreferencesHelper.java2886 mRankingHandler.requestSort(); in updateConfig()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DPreferencesHelperTest.java1862 verify(mHandler, times(1)).requestSort(); in testUpdate()
1990 verify(mHandler, never()).requestSort(); in testCreateChannel_CannotChangeHiddenFields()
2766 verify(mHandler, never()).requestSort(); in testDeleteGroup()
2944 verify(mHandler, never()).requestSort(); in testCreateGroup()
3113 verify(mHandler, times(1)).requestSort(); in testCreateChannel_updateName()
3137 verify(mHandler, times(1)).requestSort(); in testCreateChannel_addToGroup()
4353 verify(mHandler, times(1)).requestSort(); in testSetBubblesAllowed_none()
4358 verify(mHandler, times(1)).requestSort(); in testSetBubblesAllowed_none()
5672 verify(mHandler).requestSort(); in createNotificationChannel_updateDifferent_requestsSort()
5696 verify(mHandler).requestSort(); in updateNotificationChannel_different_requestsSort()
[all …]
H A DNotificationManagerServiceTest.java5084 verify(mRankingHandler, times(1)).requestSort(); in testAddAutogroup_requestsSort()
5094 verify(mRankingHandler, times(1)).requestSort(); in testRemoveAutogroup_requestsSort()
5104 verify(mRankingHandler, never()).requestSort(); in testReaddAutogroup_noSort()
5626 verify(mRankingHandler, timeout(300).times(1)).requestSort(); in testUserSentimentChangeTriggersUpdate()
5644 verify(mRankingHandler, times(1)).requestSort(); in testTooLateAdjustmentTriggersUpdate()
5690 verify(mRankingHandler, times(1)).requestSort(); in testApplyAdjustmentsLogged()
/aosp14/frameworks/base/services/
H A Dart-profile5149 HSPLcom/android/server/notification/NotificationManagerService$RankingHandlerWorker;->requestSort()V