Home
last modified time | relevance | path

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

/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowAudioManager.java39 private int nextResponseValue = AudioManager.AUDIOFOCUS_REQUEST_GRANTED; field in ShadowAudioManager
86 return nextResponseValue; in requestAudioFocus()
96 return nextResponseValue; in requestAudioFocus()
102 return nextResponseValue; in abandonAudioFocus()
113 return nextResponseValue; in abandonAudioFocusRequest()
256 public void setNextFocusRequestResponse(int nextResponseValue) { in setNextFocusRequestResponse() argument
257 this.nextResponseValue = nextResponseValue; in setNextFocusRequestResponse()