Home
last modified time | relevance | path

Searched refs:currState (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationAttentionHelper.java1255 @PolitenessState int getNextState(@PolitenessState final int currState, in getNextState() argument
1257 @PolitenessState int nextState = currState; in getNextState()
1258 switch (currState) { in getNextState()
1281 Log.w(TAG, "getNextState unexpected volume state: " + currState); in getNextState()
1334 @PolitenessState final int currState = getPolitenessState(record); in onNotificationPosted() local
1337 nextState = getNextState(currState, timeSinceLastNotif, record); in onNotificationPosted()
1339 nextState = getNextState(currState, timeSinceLastNotif); in onNotificationPosted()
1345 if (currState == POLITE_STATE_MUTED && numPosted >= mMaxPostedForReset) { in onNotificationPosted()
1358 @PolitenessState int getNextState(@PolitenessState final int currState, in getNextState() argument
1363 return getNextState(currState, timeSinceLastNotif); in getNextState()
[all …]
/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogImpl.java1811 private void addAccessibilityDescription(View view, int currState, String hintLabel) {
1813 mContext.getString(getStringDescriptionResourceForRingerMode(currState)));