OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:nextresponsevalue
(Results
1 - 1
of
1
) sorted by null
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowAudioManager.java
15
private int
nextResponseValue
= AudioManager.AUDIOFOCUS_REQUEST_GRANTED;
37
return
nextResponseValue
;
43
return
nextResponseValue
;
74
public void setNextFocusRequestResponse(int
nextResponseValue
) {
75
this.
nextResponseValue
=
nextResponseValue
;
Completed in 736 milliseconds