API Diff Specification
To Version: Android SDK 0.9_r1
From Version: Android SDK m5-rc14
Generated 2008.08.14 15:44

Class android.os.Binder

Removed Methods
int getConstantData(Parcel) Default implementation has no constant data.
IBinder getContextObject() Return the global "context object" of the system.
long getLastGcTime() Return the system time (as reported by
 

Added Methods
String getInterfaceDescriptor() Default implementation returns an empty interface name.
boolean isBinderAlive() {@inheritDoc} Note that if you're calling on a local binder, this always returns true because your process is alive if you're calling it.
 

Changed Methods
void dump(FileDescriptor, PrintWriter, String[]) Change in signature from (FileDescriptor, PrintWriter) to (FileDescriptor, PrintWriter, String[]).
Print the object's state into the given stream.
boolean onTransact(int, Parcel, Parcel, int) Change in exceptions thrown from no exceptions to android.os.RemoteException.
Default implementation is a stub that returns false.
boolean transact(int, Parcel, Parcel, int) Change in exceptions thrown from android.os.DeadObjectException to android.os.RemoteException.
Default implementation rewinds the parcels and calls onTransact.
 

©2008 Google - Code Home - Site Terms of Service - Privacy Policy
Generated by JDiff