Home
last modified time | relevance | path

Searched refs:authenticate (Results 1 – 25 of 37) sorted by relevance

12

/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/
DFingerprintManagerCompat.java92 public void authenticate(@Nullable CryptoObject crypto, int flags, in authenticate() method in FingerprintManagerCompat
95 IMPL.authenticate(mContext, crypto, flags, cancel, callback, handler); in authenticate()
205 void authenticate(Context context, CryptoObject crypto, int flags, in authenticate() method
226 public void authenticate(Context context, CryptoObject crypto, int flags, in authenticate() method in FingerprintManagerCompat.LegacyFingerprintManagerCompatImpl
248 public void authenticate(Context context, CryptoObject crypto, int flags, in authenticate() method in FingerprintManagerCompat.Api23FingerprintManagerCompatImpl
250 FingerprintManagerCompatApi23.authenticate(context, wrapCryptoObject(crypto), flags, in authenticate()
/frameworks/base/core/java/android/nfc/tech/
DMifareClassic.java339 return authenticate(sectorIndex, key, true); in authenticateSectorWithKeyA()
366 return authenticate(sectorIndex, key, false); in authenticateSectorWithKeyB()
369 private boolean authenticate(int sector, byte[] key, boolean keyA) throws IOException { in authenticate() method in MifareClassic
/frameworks/base/nfc-extras/java/com/android/nfc_extras/
DNfcAdapterExtras.java230 public void authenticate(byte[] token) { in authenticate() method in NfcAdapterExtras
232 sService.authenticate(mPackageName, token); in authenticate()
/frameworks/support/v4/api23/android/support/v4/hardware/fingerprint/
DFingerprintManagerCompatApi23.java46 public static void authenticate(Context context, CryptoObject crypto, int flags, Object cancel, in authenticate() method in FingerprintManagerCompatApi23
48 getFingerprintManager(context).authenticate(wrapCryptoObject(crypto), in authenticate()
/frameworks/base/core/java/android/hardware/fingerprint/
DIFingerprintDaemon.aidl26 int authenticate(long sessionId, int groupId); in authenticate() method
DIFingerprintService.aidl30 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
DFingerprintManager.java428 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager
430 authenticate(crypto, cancel, flags, callback, handler, UserHandle.myUserId()); in authenticate()
450 public void authenticate(@Nullable CryptoObject crypto, @Nullable CancellationSignal cancel, in authenticate() method in FingerprintManager
470 mService.authenticate(mToken, sessionId, userId, mServiceReceiver, flags, in authenticate()
/frameworks/base/docs/html/training/id-auth/
Dindex.jd45 <li>Add a custom account to the user's device to authenticate your own
56 <dt><b><a href="authenticate.html">Authenticating to OAuth2 Services</a></b></dt>
Didentify.jd7 next.link=authenticate.html
135 The next lesson explains how to authenticate to existing online services. The lesson after that
Dcustom_auth.jd7 previous.link=authenticate.html
171 accounts of your custom type will be able to enumerate and authenticate just as
Dauthenticate.jd26 <p>In order to securely access an online service, users need to authenticate to
216 authenticate requests, the techniques discussed here are broadly
/frameworks/base/core/java/android/nfc/
DINfcAdapterExtras.aidl31 void authenticate(in String pkg, in byte[] token); in authenticate() method
/frameworks/base/docs/html/training/
Dbuilding-userinfo.jd7 <p>These lessons teach you how to include contact information and authenticate users with the same
/frameworks/base/core/tests/coretests/src/android/net/http/
DDefaultHttpClientTest.java132 digestScheme.authenticate(new UsernamePasswordCredentials("username", "password"), get); in authenticateDigestAlgorithm()
/frameworks/base/services/core/java/com/android/server/fingerprint/
DAuthenticationClient.java115 final int result = daemon.authenticate(mOpId, getGroupId()); in start()
DFingerprintService.java735 public void authenticate(final IBinder token, final long opId, final int groupId, in authenticate() method in FingerprintService.FingerprintServiceWrapper
/frameworks/base/docs/html/training/sign-in/
Dindex.jd14 Google Sign-In for Android lets you authenticate a user with the same credentials they use on
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dindex.jd11 and have cryptographic hardware to authenticate access to a sector. The most sophisticated tags
/frameworks/base/docs/html/about/versions/marshmallow/
Dsamples.jd59 authenticate your app's user.
Dandroid-6.0.jd87 <p>This release offers new APIs to let you authenticate users by using their fingerprint scans on
91 <p>To authenticate users via fingerprint scan, get an instance of the new
93authenticate(android.hardware.fingerprint.FingerprintManager.CryptoObject, android.os.Cancellation…
99 developing multiple apps that use fingerprint authentication, note that each app must authenticate
139 <p>Your app can authenticate users based on how recently they last unlocked their device. This
153 method to re-authenticate the user within your app.
/frameworks/base/docs/html/samples/new/
Dindex.jd86 authenticate your app's user.
/frameworks/base/services/core/jni/
Dcom_android_server_fingerprint_FingerprintService.cpp161 int ret = gContext.device->authenticate(gContext.device, sessionId, groupId); in nativeAuthenticate()
/frameworks/av/media/libstagefright/rtsp/
DMyTransmitter.h268 void authenticate(const sp<ARTSPResponse> &response) { in authenticate() function
391 authenticate(response); in onMessageReceived()
/frameworks/base/docs/html/training/articles/
Dkeystore.jd217 Swipe or other mode which does not authenticate the user) or forcibly reset (e.g. by a Device
222 …ingerprintManager#authenticate(CryptoObject, CancellationSignal, int, AuthenticationCallback, Hand…
/frameworks/base/docs/html/wear/preview/
Dapi-overview.jd296 authenticate.</p>

12