android.view.inputmethod
Class InputBinding

java.lang.Object
  extended by android.view.inputmethod.InputBinding
All Implemented Interfaces:
Parcelable

public final class InputBinding
extends Object
implements Parcelable


Nested Class Summary
 
Nested classes/interfaces inherited from interface android.os.Parcelable
Parcelable.ClassLoaderCreator<T>, Parcelable.Creator<T>
 
Field Summary
static Parcelable.Creator<InputBinding> CREATOR
           
 
Fields inherited from interface android.os.Parcelable
CONTENTS_FILE_DESCRIPTOR, PARCELABLE_WRITE_RETURN_VALUE
 
Constructor Summary
InputBinding(InputConnection conn, IBinder connToken, int uid, int pid)
           
InputBinding(InputConnection conn, InputBinding binding)
           
 
Method Summary
 int describeContents()
           
 InputConnection getConnection()
           
 IBinder getConnectionToken()
           
 int getPid()
           
 int getUid()
           
 String toString()
           
 void writeToParcel(Parcel dest, int flags)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CREATOR

public static final Parcelable.Creator<InputBinding> CREATOR
Constructor Detail

InputBinding

public InputBinding(InputConnection conn,
                    IBinder connToken,
                    int uid,
                    int pid)

InputBinding

public InputBinding(InputConnection conn,
                    InputBinding binding)
Method Detail

getConnection

public InputConnection getConnection()

getConnectionToken

public IBinder getConnectionToken()

getUid

public int getUid()

getPid

public int getPid()

toString

public String toString()
Overrides:
toString in class Object

writeToParcel

public void writeToParcel(Parcel dest,
                          int flags)
Specified by:
writeToParcel in interface Parcelable

describeContents

public int describeContents()
Specified by:
describeContents in interface Parcelable


Copyright © 2008-2012. All Rights Reserved.