blob: 34bfeac963c8654e01a9bc62b4cbe8a3b005bea5 [file] [log] [blame]
/*
* 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;
}