FileDocCategorySizeDatePackage
PhoneAccountHandle.javaAPI DocAndroid 5.1 API927Sat Mar 14 14:10:00 GMT 2015android.telecom

PhoneAccountHandle.java

package android.telecom;
public class PhoneAccountHandle
  implements android.os.Parcelable
{
public  PhoneAccountHandle(android.content.ComponentName componentName, java.lang.String id) { throw new RuntimeException("Stub!"); }
public  android.content.ComponentName getComponentName() { throw new RuntimeException("Stub!"); }
public  java.lang.String getId() { throw new RuntimeException("Stub!"); }
public  int hashCode() { throw new RuntimeException("Stub!"); }
public  java.lang.String toString() { throw new RuntimeException("Stub!"); }
public  boolean equals(java.lang.Object other) { throw new RuntimeException("Stub!"); }
public  int describeContents() { throw new RuntimeException("Stub!"); }
public  void writeToParcel(android.os.Parcel out, int flags) { throw new RuntimeException("Stub!"); }
public static final android.os.Parcelable.Creator<android.telecom.PhoneAccountHandle> CREATOR;
static { CREATOR = null; }
}