/frameworks/support/v4/java/android/support/v4/hardware/fingerprint/ |
D | FingerprintManagerCompat.java | 92 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/ |
D | MifareClassic.java | 339 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/ |
D | NfcAdapterExtras.java | 230 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/ |
D | FingerprintManagerCompatApi23.java | 46 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/ |
D | IFingerprintDaemon.aidl | 26 int authenticate(long sessionId, int groupId); in authenticate() method
|
D | IFingerprintService.aidl | 30 void authenticate(IBinder token, long sessionId, int userId, in authenticate() method
|
D | FingerprintManager.java | 428 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/ |
D | index.jd | 45 <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>
|
D | identify.jd | 7 next.link=authenticate.html 135 The next lesson explains how to authenticate to existing online services. The lesson after that
|
D | custom_auth.jd | 7 previous.link=authenticate.html 171 accounts of your custom type will be able to enumerate and authenticate just as
|
D | authenticate.jd | 26 <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/ |
D | INfcAdapterExtras.aidl | 31 void authenticate(in String pkg, in byte[] token); in authenticate() method
|
/frameworks/base/docs/html/training/ |
D | building-userinfo.jd | 7 <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/ |
D | DefaultHttpClientTest.java | 132 digestScheme.authenticate(new UsernamePasswordCredentials("username", "password"), get); in authenticateDigestAlgorithm()
|
/frameworks/base/services/core/java/com/android/server/fingerprint/ |
D | AuthenticationClient.java | 115 final int result = daemon.authenticate(mOpId, getGroupId()); in start()
|
D | FingerprintService.java | 735 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/ |
D | index.jd | 14 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/ |
D | index.jd | 11 and have cryptographic hardware to authenticate access to a sector. The most sophisticated tags
|
/frameworks/base/docs/html/about/versions/marshmallow/ |
D | samples.jd | 59 authenticate your app's user.
|
D | android-6.0.jd | 87 <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 93 …authenticate(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/ |
D | index.jd | 86 authenticate your app's user.
|
/frameworks/base/services/core/jni/ |
D | com_android_server_fingerprint_FingerprintService.cpp | 161 int ret = gContext.device->authenticate(gContext.device, sessionId, groupId); in nativeAuthenticate()
|
/frameworks/av/media/libstagefright/rtsp/ |
D | MyTransmitter.h | 268 void authenticate(const sp<ARTSPResponse> &response) { in authenticate() function 391 authenticate(response); in onMessageReceived()
|
/frameworks/base/docs/html/training/articles/ |
D | keystore.jd | 217 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/ |
D | api-overview.jd | 296 authenticate.</p>
|