| /* | |
| * This file is auto-generated. DO NOT MODIFY. | |
| */ | |
| package android.media; | |
| /** {@hide} */ | |
| public @interface DeviceRole { | |
| /** Default routing rules and priority apply. */ | |
| public static final int NONE = 0; | |
| /** Devices are specified as preferred devices. */ | |
| public static final int PREFERRED = 1; | |
| /** Devices cannot be used. */ | |
| public static final int DISABLED = 2; | |
| } |