Example usage for android.content ContentProvider subclass-usage

List of usage examples for android.content ContentProvider subclass-usage

Introduction

In this page you can find the example usage for android.content ContentProvider subclass-usage.

Usage

From source file de.jdellay.wallet.ExchangeRatesProvider.java

/**
 * @author Andreas Schildbach
 */
public class ExchangeRatesProvider extends ContentProvider {
    public static class ExchangeRate {
        public ExchangeRate(@Nonnull final String currencyCode, @Nonnull final BigInteger rate,

From source file com.valorbit.coinomi.wallet.ExchangeRatesProvider.java

/**
 * @author Andreas Schildbach
 */
public class ExchangeRatesProvider extends ContentProvider {

    public static class ExchangeRate {

From source file com.mygeopay.wallet.ExchangeRatesProvider.java

/**
 * @author Andreas Schildbach
 */
public class ExchangeRatesProvider extends ContentProvider {

    public static class ExchangeRate {

From source file com.hivewallet.androidclient.wallet.AddressBookProvider.java

/**
 * @author Andreas Schildbach
 */
public class AddressBookProvider extends ContentProvider {
    private static final Logger log = LoggerFactory.getLogger(AddressBookProvider.class);

From source file com.cannabiscoin.wallet.ExchangeRatesProvider.java

/**
 * @author Andreas Schildbach
 */
public class ExchangeRatesProvider extends ContentProvider {
    public static class ExchangeRate {
        public ExchangeRate(@Nonnull final String currencyCode, @Nonnull final BigInteger rate,

From source file de.langerhans.wallet.ExchangeRatesProvider.java

/**
 * @author Andreas Schildbach
 */
public class ExchangeRatesProvider extends ContentProvider {
    public static class ExchangeRate {
        public ExchangeRate(@Nonnull final com.dogecoin.dogecoinj.utils.ExchangeRate rate, final String source) {

From source file org.path.common.android.provider.impl.InstanceProviderImpl.java

/**
 * TODO: convert to true app-scoped instance provider
 */
public abstract class InstanceProviderImpl extends ContentProvider {

    private static final String t = "InstancesProviderImpl";

From source file utils.bobo.com.boboutils.App.appwidget.CustomViewFileProvider.java

/**
 * FileProvider is a special subclass of {@link ContentProvider} that facilitates secure sharing
 * of files associated with an app by creating a <code>content://</code> {@link Uri} for a file
 * instead of a <code>file:///</code> {@link Uri}.
 * <p>
 * A content URI allows you to grant read and write access using

From source file org.opendatakit.common.android.provider.impl.InstanceProviderImpl.java

/**
 * TODO: convert to true app-scoped instance provider
 */
public abstract class InstanceProviderImpl extends ContentProvider {

    private static final String t = "InstancesProviderImpl";

From source file org.path.common.android.provider.impl.FormsProviderImpl.java

/**
 *
 */
public abstract class FormsProviderImpl extends ContentProvider {
    static final String t = "FormsProvider";