Searched refs:currState (Results 1 – 2 of 2) sorted by relevance
1255 @PolitenessState int getNextState(@PolitenessState final int currState, in getNextState() argument1257 @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() local1337 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() argument1363 return getNextState(currState, timeSinceLastNotif); in getNextState()[all …]
1811 private void addAccessibilityDescription(View view, int currState, String hintLabel) {1813 mContext.getString(getStringDescriptionResourceForRingerMode(currState)));