English | Site Directory

Android - An Open Handset Alliance Project

android.content
public static class

android.content.SyncContextTest.IPC.T

java.lang.Object
android.os.Binder IBinder
android.content.SyncContextTest.IPC.T IInterface

Summary

Constants

      Value  
int  RUN_ACTIVITY_TRANSACTION    0x00000001 
int  SET_STATUS_TEXT_TRANSACTION    0x00000002 
String  descriptor    "android.content.SyncContext.ITransport" 
Constants inherited from interface android.os.IBinder

Public Methods

        IBinder  asBinder()
Retrieve the Binder object associated with this interface.
      static  ITransport  asInterface(IBinder b)
        boolean  onTransact(int code, Parcel data, Parcel reply, int flags)
Default implementation is a stub that returns false.
        int  runActivity(Intent intent, Map extrasOut)
        void  setStatusText(String text)
Methods inherited from class android.os.Binder
Methods inherited from class java.lang.Object
Methods inherited from interface android.os.IBinder
Methods inherited from interface android.os.IInterface

Details

Constants

public static final int RUN_ACTIVITY_TRANSACTION

Constant Value: 1 (0x00000001)

public static final int SET_STATUS_TEXT_TRANSACTION

Constant Value: 2 (0x00000002)

public static final String descriptor

Constant Value: "android.content.SyncContext.ITransport"

Public Methods

public IBinder asBinder()

Retrieve the Binder object associated with this interface. You must use this instead of a plain cast, so that proxy objects can return the correct result.

public static ITransport asInterface(IBinder b)

public boolean onTransact(int code, Parcel data, Parcel reply, int flags)

Default implementation is a stub that returns false. You will want to override this to do the appropriate unmarshalling of transactions. If you want to call this, call transact().

public int runActivity(Intent intent, Map extrasOut)

public void setStatusText(String text)

Build m5-rc15i - 10 Jun 2008 13:54