Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
DVolumeDialogControllerImpl.java104 STREAMS.put(AudioSystem.STREAM_NOTIFICATION, R.string.stream_notification); in STREAMS.put() argument
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/
DBubbleStackView.java630 String titleStr = getResources().getString(R.string.stream_notification); in updateContentDescription()