HomeSort by relevance Sort by last modified time
    Searched defs:setStreamImportant (Results 1 - 2 of 2) sorted by null

  /frameworks/base/packages/SystemUI/src/com/android/systemui/volume/
VolumeDialogComponent.java 99 impl.setStreamImportant(AudioManager.STREAM_ALARM, true);
100 impl.setStreamImportant(AudioManager.STREAM_SYSTEM, false);
VolumeDialogImpl.java 305 public void setStreamImportant(int stream, boolean important) {
    [all...]

Completed in 76 milliseconds