List of usage examples for android.accounts AccountAuthenticatorActivity subclass-usage
From source file org.xwiki.android.authenticator.auth.AuthenticatorActivity.java
/** * @version $Id: $ */ public class AuthenticatorActivity extends AccountAuthenticatorActivity { private static final String TAG = "AuthenticatorActivity";
From source file com.nbos.phonebook.sync.authenticator.AuthenticatorActivity.java
/** * Activity which displays login screen to the user. */ public class AuthenticatorActivity extends AccountAuthenticatorActivity implements OnItemSelectedListener { public static final String PARAM_CONFIRMCREDENTIALS = "confirmCredentials"; public static final String PARAM_USERNAME = "username";
From source file com.digitalarx.android.authentication.AuthenticatorActivity.java
/**
* This Activity is used to add an ownCloud account to the App
*
* @author Bartek Przybylski
* @author David A. Velasco
* @author masensio
From source file com.owncloud.android.authentication.AuthenticatorActivity.java
/**
* This Activity is used to add an ownCloud account to the App
*
* @author Bartek Przybylski
* @author David A. Velasco
*/
From source file com.synox.android.authentication.AuthenticatorActivity.java
/** * This Activity is used to add an ownCloud account to the App */ public class AuthenticatorActivity extends AccountAuthenticatorActivity implements OnRemoteOperationListener, OnFocusChangeListener, OnEditorActionListener, SsoWebViewClientListener, OnSslUntrustedCertListener, AuthenticatorAsyncTask.OnAuthenticatorTaskListener {
From source file com.cerema.cloud2.authentication.AuthenticatorActivity.java
/** * This Activity is used to add an ownCloud account to the App */ public class AuthenticatorActivity extends AccountAuthenticatorActivity implements OnRemoteOperationListener, OnFocusChangeListener, OnEditorActionListener, SsoWebViewClientListener, OnSslUntrustedCertListener, AuthenticatorAsyncTask.OnAuthenticatorTaskListener {