Example usage for android.database CrossProcessCursor interface-usage

List of usage examples for android.database CrossProcessCursor interface-usage

Introduction

In this page you can find the example usage for android.database CrossProcessCursor interface-usage.

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;