Sign in
android
/
platform
/
prebuilts
/
fullsdk
/
sources
/
refs/heads/androidx-annotation-annotation-experimental-release
/
.
/
android-34
/
android
/
media
/
AudioPolicyDeviceState.java
blob: c736f300d1a1d56383e7d18d7f25e81d0cffe643 [
file
] [
log
] [
blame
] [
edit
]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package
android
.
media
;
/** {@hide} */
public
@interface
AudioPolicyDeviceState
{
public
static
final
int
UNAVAILABLE
=
0
;
public
static
final
int
AVAILABLE
=
1
;
}