blob: 3794b283dfb6f3cfc3f8f673b2b157abf378d799 [file] [log] [blame]
/*
* This file is auto-generated. DO NOT MODIFY.
*/
package android.media.audio.common;
public @interface AudioProductStrategyType {
public static final byte SYS_RESERVED_NONE = -1;
public static final byte MEDIA = 0;
public static final byte PHONE = 1;
public static final byte SONIFICATION = 2;
public static final byte SONIFICATION_RESPECTFUL = 3;
public static final byte DTMF = 4;
public static final byte ENFORCED_AUDIBLE = 5;
public static final byte TRANSMITTED_THROUGH_SPEAKER = 6;
public static final byte ACCESSIBILITY = 7;
public static final byte SYS_RESERVED_REROUTING = 8;
public static final byte SYS_RESERVED_CALL_ASSISTANT = 9;
}