Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1255 @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/
Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
/frameworks/base/services/
Dart-wear-profile15738 PLcom/android/server/notification/NotificationAttentionHelper$PolitenessStrategy;->getNextState(IJ)I