Searched refs:getNextState (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationAttentionHelper.java | 1255 @PolitenessState int getNextState(@PolitenessState final int currState, in getNextState() method in NotificationAttentionHelper.PolitenessStrategy 1337 nextState = getNextState(currState, timeSinceLastNotif, record); in onNotificationPosted() 1339 nextState = getNextState(currState, timeSinceLastNotif); in onNotificationPosted() 1358 @PolitenessState int getNextState(@PolitenessState final int currState, in getNextState() method in NotificationAttentionHelper.StrategyPerApp 1363 return getNextState(currState, timeSinceLastNotif); in getNextState() 1413 nextState = getNextState(currState, timeSinceLastNotif, record); in onNotificationPosted() 1415 nextState = getNextState(currState, timeSinceLastNotif); in onNotificationPosted() 1431 @PolitenessState int getNextState(@PolitenessState final int currState, in getNextState() method in NotificationAttentionHelper.StrategyAvalanche 1440 return getNextState(currState, timeSinceLastNotif); in getNextState()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | jsilver.jar | META-INF/
META-INF/MANIFEST.MF
org/
org/clearsilver/
org/ ... |
/frameworks/base/services/ |
D | art-wear-profile | 15738 PLcom/android/server/notification/NotificationAttentionHelper$PolitenessStrategy;->getNextState(IJ)I
|