Example usage for android.accounts AccountManagerCallback interface-usage

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

Introduction

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

Usage

From source file com.nononsenseapps.notepad.activities.ActivitySettings.java

/**
 * Main Settings activity. Loads the suitable fragment.
 */
public class ActivitySettings extends ActivityBase implements AccountManagerCallback<Bundle> {
    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file cn.studyjams.s2.sj0132.bowenyan.mygirlfriend.nononsenseapps.notepad.ui.settings.ActivitySettings.java

/**
 * Main Settings activity. Loads the suitable fragment.
 */
public class ActivitySettings extends ActivityBase implements AccountManagerCallback<Bundle> {
    @Override
    protected void onCreate(Bundle savedInstanceState) {

From source file com.android.browser.GoogleAccountLogin.java

public class GoogleAccountLogin implements Runnable, AccountManagerCallback<Bundle>, OnCancelListener {

    private static final String LOGTAG = "BrowserLogin";

    // Url for issuing the uber token.
    private Uri ISSUE_AUTH_TOKEN_URL = Uri

From source file com.android.xbrowser.GoogleAccountLogin.java

public class GoogleAccountLogin implements Runnable, AccountManagerCallback<Bundle>, OnCancelListener {

    private static final String LOGTAG = "BrowserLogin";

    // Url for issuing the uber token.
    private Uri ISSUE_AUTH_TOKEN_URL = Uri

From source file org.jnrain.mobile.ui.MainActivity.java

@SuppressWarnings("rawtypes")
public class MainActivity extends ExitPointActivity
        implements ContentFragmentHost, LoginPoint, AccountManagerCallback<Account[]> {
    private static final String TAG = "MainActivity";
    private static final String CONTENT_FRAGMENT_STORE = "_content";

From source file edu.mit.mobile.android.locast.ver2.casts.UnsyncedCastsActivity.java

public class UnsyncedCastsActivity extends FragmentActivity
        implements AccountManagerCallback<Boolean>, OnClickListener, LoaderCallbacks<Cursor> {

    private Account account;
    private AccountManager accountManager;

From source file com.owncloud.android.ui.activity.ManageAccountsActivity.java

/**
 * An Activity that allows the user to manage accounts.
 */
public class ManageAccountsActivity extends FileActivity implements AccountListAdapter.AccountListAdapterListener,
        AccountManagerCallback<Boolean>, ComponentsGetter {

From source file org.amahi.anywhere.fragment.NavigationFragment.java

/**
 * Navigation fragments. Shows main application sections and servers list as well.
 */
public class NavigationFragment extends Fragment
        implements AccountManagerCallback<Bundle>, OnAccountsUpdateListener, AdapterView.OnItemSelectedListener,
        AdapterView.OnItemClickListener, SwipeRefreshLayout.OnRefreshListener {

From source file me.philio.ghost.ui.NavigationDrawerFragment.java

/**
 * Fragment used for managing interactions for and presentation of a navigation drawer.
 * See the <a href="https://developer.android.com/design/patterns/navigation-drawer.html#Interaction">
 * design guidelines</a> for a complete explanation of the behaviors implemented here.
 */
public class NavigationDrawerFragment extends Fragment