Home | History | Annotate | Download | only in volume

Lines Matching defs:important

287     public void setStreamImportant(int stream, boolean important) {
288 mHandler.obtainMessage(H.SET_STREAM_IMPORTANT, stream, important ? 1 : 0).sendToTarget();
309 private void addRow(int stream, int iconRes, int iconMuteRes, boolean important) {
311 initRow(row, stream, iconRes, iconMuteRes, important);
323 initRow(row, row.stream, row.iconRes, row.iconMuteRes, row.important);
388 boolean important) {
392 row.important = important;
606 || (mExpanded && (row.important || isActive))
910 private void setStreamImportantH(int stream, boolean important) {
913 row.important = important;
1239 private boolean important;