FileDocCategorySizeDatePackage
AudioFocusInfo.javaAPI DocAndroid 5.1 API1058Sat Mar 14 14:10:04 GMT 2015android.media

AudioFocusInfo.java

package android.media;
public final class AudioFocusInfo
  implements android.os.Parcelable
{
AudioFocusInfo() { throw new RuntimeException("Stub!"); }
public  android.media.AudioAttributes getAttributes() { throw new RuntimeException("Stub!"); }
public  java.lang.String getClientId() { throw new RuntimeException("Stub!"); }
public  java.lang.String getPackageName() { throw new RuntimeException("Stub!"); }
public  int getGainRequest() { throw new RuntimeException("Stub!"); }
public  int getLossReceived() { throw new RuntimeException("Stub!"); }
public  int getFlags() { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel dest, int flags) { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object obj) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.media.AudioFocusInfo> CREATOR;
static { CREATOR = null; }
}