Example usage for android.accounts OnAccountsUpdateListener interface-usage

List of usage examples for android.accounts OnAccountsUpdateListener interface-usage

Introduction

In this page you can find the example usage for android.accounts OnAccountsUpdateListener interface-usage.

Usage

From source file com.owncloud.android.files.services.FileUploader.java

public class FileUploader extends Service implements OnDatatransferProgressListener, OnAccountsUpdateListener {

    private static final String UPLOAD_FINISH_MESSAGE = "UPLOAD_FINISH";
    public static final String EXTRA_UPLOAD_RESULT = "RESULT";
    public static final String EXTRA_REMOTE_PATH = "REMOTE_PATH";
    public static final String EXTRA_OLD_REMOTE_PATH = "OLD_REMOTE_PATH";

From source file com.synox.android.files.services.FileUploader.java

public class FileUploader extends Service implements OnDatatransferProgressListener, OnAccountsUpdateListener {

    private static final String UPLOAD_FINISH_MESSAGE = "UPLOAD_FINISH";
    public static final String EXTRA_UPLOAD_RESULT = "RESULT";
    public static final String EXTRA_REMOTE_PATH = "REMOTE_PATH";
    public static final String EXTRA_OLD_REMOTE_PATH = "OLD_REMOTE_PATH";

From source file edu.mit.mobile.android.locast.net.NetworkClient.java

 * @author stevep
 */
public class NetworkClient extends DefaultHttpClient {
    private static final String TAG = NetworkClient.class.getSimpleName();
    public final static String JSON_MIME_TYPE = "application/json";

From source file com.android.settings.HWSettings.java

/**
 * Top-level settings activity to handle single pane and double pane UI layout.
 */
public class HWSettings extends PreferenceActivity implements ButtonBarHandler, OnAccountsUpdateListener {

    private static final String LOG_TAG = "Settings";

From source file com.android.settings.Settings.java

/**
 * Top-level settings activity to handle single pane and double pane UI layout.
 */
public class Settings extends PreferenceActivity implements ButtonBarHandler, OnAccountsUpdateListener {

    private static final String LOG_TAG = "Settings";

From source file com.mobileglobe.android.customdialer.common.model.AccountTypeManager.java

class AccountTypeManagerImpl extends AccountTypeManager implements OnAccountsUpdateListener, SyncStatusObserver {

    private static final Map<AccountTypeWithDataSet, AccountType> EMPTY_UNMODIFIABLE_ACCOUNT_TYPE_MAP = Collections
            .unmodifiableMap(new HashMap<AccountTypeWithDataSet, AccountType>());

    /**

From source file com.mobileglobe.android.simpledialer.common.model.AccountTypeManager.java

class AccountTypeManagerImpl extends AccountTypeManager implements OnAccountsUpdateListener, SyncStatusObserver {

    private static final Map<AccountTypeWithDataSet, AccountType> EMPTY_UNMODIFIABLE_ACCOUNT_TYPE_MAP = Collections
            .unmodifiableMap(new HashMap<AccountTypeWithDataSet, AccountType>());

    /**

From source file com.android.contacts.model.AccountTypeManager.java

class AccountTypeManagerImpl extends AccountTypeManager implements OnAccountsUpdateListener, SyncStatusObserver {

    private final Context mContext;
    private final AccountManager mAccountManager;
    private final DeviceLocalAccountLocator mLocalAccountLocator;
    private final Executor mMainThreadExecutor;