Home
last modified time | relevance | path

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

/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
DShadowAudioManager.java15 private int nextResponseValue = AudioManager.AUDIOFOCUS_REQUEST_GRANTED; field in ShadowAudioManager
37 return nextResponseValue; in requestAudioFocus()
43 return nextResponseValue; in abandonAudioFocus()
74 public void setNextFocusRequestResponse(int nextResponseValue) { in setNextFocusRequestResponse() argument
75 this.nextResponseValue = nextResponseValue; in setNextFocusRequestResponse()