| /* | |
| * This file is auto-generated. DO NOT MODIFY. | |
| */ | |
| package android.media; | |
| /** {@hide} */ | |
| public @interface DeviceConnectedState { | |
| public static final int CONNECTED = 0; | |
| public static final int DISCONNECTED = 1; | |
| public static final int PREPARE_TO_DISCONNECT = 2; | |
| } |