/hardware/libhardware/include/hardware/ |
hw_auth_token.h | 43 uint64_t authenticator_id; // secure authenticator ID
|
/packages/apps/Contacts/tests/res/xml/ |
test_basic_authenticator.xml | 20 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/packages/apps/Email/provider_src/com/android/email/service/ |
AuthenticatorService.java | 38 * A very basic authenticator service for EAS. At the moment, it has no UI hooks. When called 49 class Authenticator extends AbstractAccountAuthenticator { 51 public Authenticator(Context context) { 160 return new Authenticator(this).getIBinder();
|
/packages/apps/Email/res/xml/ |
authenticator_eas.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_imap.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_legacy_eas.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_legacy_email.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_legacy_imap.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
authenticator_pop3.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
eastest_authenticator.xml | 23 <account-authenticator xmlns:android="http://schemas.android.com/apk/res/android"
|
/external/okhttp/okhttp/src/main/java/com/squareup/okhttp/ |
OkHttpClient.java | 191 private Authenticator authenticator; field in class:OkHttpClient 222 this.authenticator = okHttpClient.authenticator; 423 * Sets the authenticator used to respond to challenges from the remote web 426 * <p>If unset, the {@link java.net.Authenticator#setDefault system-wide default} 427 * authenticator will be used. 429 public OkHttpClient setAuthenticator(Authenticator authenticator) { 430 this.authenticator = authenticator [all...] |
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/ |
MainFragment.java | 216 Log.e(TAG, "Authenticator description with bad package name", e); 223 // Main title text comes from the authenticator description (e.g. "Google"). 231 Log.e(TAG, "Authenticator description with bad label id", e); 235 // If the authenticator doesn't have a title or an icon, don't present it to 246 // Icon URI to be displayed for each account is based on the type of authenticator. 251 Log.e(TAG, "Authenticator has bad resources", e);
|
/cts/hostsidetests/devicepolicy/app/AccountManagement/src/com/android/cts/devicepolicy/accountmanagement/ |
AccountManagementTest.java | 35 * This test depend on {@link MockAccountService}, which provides authenticator of type 81 // an intent to start the authenticator activity for adding new accounts.
|
AccountUtilsTest.java | 35 * This test depends on {@link MockAccountService}, which provides authenticator of type
|
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/http/ |
RouteSelectorTest.java | 19 import com.squareup.okhttp.Authenticator; 75 private final Authenticator authenticator = AuthenticatorAdapter.INSTANCE; field in class:RouteSelectorTest 89 .setAuthenticator(authenticator) 145 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, 161 Address address = new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, 373 return new Address(uriHost, uriPort, socketFactory, null, null, null, authenticator, null, 379 hostnameVerifier, null, authenticator, null, protocols, connectionSpecs, proxySelector);
|
/external/ppp/pppd/ |
chap_ms.h | 40 #define MS_AUTH_RESPONSE_LENGTH 40 /* MS-CHAPv2 authenticator response, */ 86 /* Are we the authenticator or authenticatee? For MS-CHAPv2 key derivation. */
|
/frameworks/base/core/java/android/accounts/ |
IAccountAuthenticator.aidl | 58 * launches an activity that lets the user edit and set the properties for an authenticator 81 * Uses the Bundle containing credentials from another instance of the authenticator to create
|
/libcore/ojluni/src/main/java/sun/net/www/protocol/http/ |
HttpAuthenticator.java | 38 * @deprecated -- use java.net.Authenticator instead 39 * @see java.net.Authenticator
|
HttpCallerInfo.java | 28 import java.net.Authenticator.RequestorType; 46 // All info that an Authenticator needs.
|
/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/ |
BluetoothPbapAuthenticator.java | 39 import javax.obex.Authenticator; 46 public class BluetoothPbapAuthenticator implements Authenticator {
|
/packages/apps/ContactsCommon/tests/src/com/android/contacts/common/tests/testauth/ |
TestAuthenticator.java | 30 * Simple authenticator. It has no "login" dialogs/activities. When you add a new account, it'll 116 // This call is used to query whether the Authenticator supports
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/rpc/ |
rpc.h | 45 #include <rpc/auth.h> /* generic authenticator (client side) */ 57 #include <rpc/svc_auth.h> /* service side authenticator */
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/rpc/ |
rpc.h | 45 #include <rpc/auth.h> /* generic authenticator (client side) */ 57 #include <rpc/svc_auth.h> /* service side authenticator */
|
/cts/hostsidetests/devicepolicy/app/AccountCheck/Auth/ |
AndroidManifest.xml | 37 android:resource="@xml/authenticator" />
|
/cts/tests/tests/accounts/src/android/accounts/cts/ |
MockAccountAuthenticator.java | 34 * A simple Mock Account Authenticator 242 * Ask the authenticator for a localized label for the given authTokenType. 251 * Checks if the account supports all the specified authenticator specific features. 284 // Pass in the authenticator response, so that account removal can
|