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

  /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
ShadowAudioManager.java 23 public static final int MAX_VOLUME_MUSIC_DTMF = 15;
57 streamStatus.get(AudioManager.STREAM_MUSIC).setMaxVolume(MAX_VOLUME_MUSIC_DTMF);
58 streamStatus.get(AudioManager.STREAM_DTMF).setMaxVolume(MAX_VOLUME_MUSIC_DTMF);
  /external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
ShadowAudioManagerTest.java 110 .isEqualTo(ShadowAudioManager.MAX_VOLUME_MUSIC_DTMF);
185 .isEqualTo(ShadowAudioManager.MAX_VOLUME_MUSIC_DTMF);

Completed in 75 milliseconds