FileDocCategorySizeDatePackage
InputBinding.javaAPI DocAndroid 5.1 API1114Sat Mar 14 14:09:38 GMT 2015android.view.inputmethod

InputBinding

public final class InputBinding extends Object implements android.os.Parcelable

Fields Summary
public static final android.os.Parcelable.Creator
CREATOR
Constructors Summary
public InputBinding(android.view.inputmethod.InputConnection conn, android.os.IBinder connToken, int uid, int pid)

 throw new RuntimeException("Stub!"); 
public InputBinding(android.view.inputmethod.InputConnection conn, InputBinding binding)

 throw new RuntimeException("Stub!"); 
Methods Summary
public intdescribeContents()

 throw new RuntimeException("Stub!"); 
public android.view.inputmethod.InputConnectiongetConnection()

 throw new RuntimeException("Stub!"); 
public android.os.IBindergetConnectionToken()

 throw new RuntimeException("Stub!"); 
public intgetPid()

 throw new RuntimeException("Stub!"); 
public intgetUid()

 throw new RuntimeException("Stub!"); 
public java.lang.StringtoString()

 throw new RuntimeException("Stub!"); 
public voidwriteToParcel(android.os.Parcel dest, int flags)

 throw new RuntimeException("Stub!");