List of usage examples for android.database CrossProcessCursor interface-usage
From source file mobisocial.musubi.provider.IdentityCursorWrapper.java
/** * Provides "safe" access to certain fields from the identities table. * identity_id must be the last column in the cursor's projection. */ public class IdentityCursorWrapper extends CursorWrapper implements CrossProcessCursor { final Context mContext;