HomeSort by relevance Sort by last modified time
    Searched full:fingerprints (Results 26 - 50 of 219) sorted by null

12 3 4 5 6 7 8 9

  /packages/apps/Settings/src/com/android/settings/fingerprint/
FingerprintEnrollFinish.java 47 /* Don't show "Add" button if too many fingerprints already added */
  /developers/samples/android/security/AsymmetricFingerprintDialog/
template-params.xml 41 This sample demonstrates how you can use registered fingerprints to authenticate the user
77 A sample that demonstrates to use registered fingerprints to authenticate the user in your app
83 This sample demonstrates how you can use registered fingerprints in your app to authenticate the
  /developers/samples/android/security/FingerprintDialog/
template-params.xml 34 This sample demonstrates how you can use registered fingerprints to authenticate the user
70 A sample that demonstrates to use registered fingerprints to authenticate the user in your app
76 This sample demonstrates how you can use registered fingerprints in your app to authenticate the user
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/db/
ComponentResults.java 89 * @param fingerprints Set whether only fingerprints scenario should be taken into account
101 public List getConfigNumbers(String configName, boolean fingerprints, List differences) {
111 if (!fingerprints || scenarioResults.hasSummary()) {
131 if (!fingerprints || scenarioResults.hasSummary()) {
167 // appendDifferences(lastBuildName, configName, previousMilestoneName, differences, fingerprints);
168 // appendDifferences(lastBuildName, configName, previousBuildName, differences, fingerprints);
  /device/generic/goldfish/fingerprint/
fingerprint.c 47 // Typical devices will allow up to 5 fingerprints per user to maintain performance of
48 // t < 500ms for recognition. This is the total number of fingerprints we'll store.
97 // Save fingerprints to file
100 ALOGE("Could not open fingerprints storage at %s; "
101 "fingerprints won't be saved",
126 ALOGW("Corrupt emulator fingerprints storage; could not save "
127 "fingerprints");
203 ALOGE("Could not load fingerprints from storage at %s; "
215 ALOGW("Corrupt emulator fingerprints storage (read %d+%db)", ns, nf);
280 * If fingerprints are enrolled, then this function is expected to put the sensor into
    [all...]
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 87 // This happens when no fingerprints are registered.
122 // and ask the user if they want to authenticate with fingerprints in the
179 // enrolled fingerprints has changed.
  /developers/samples/android/security/AsymmetricFingerprintDialog/Application/src/main/java/com/example/android/asymmetricfingerprintdialog/
MainActivity.java 87 // This happens when no fingerprints are registered.
122 // and ask the user if they want to authenticate with fingerprints in the
179 // enrolled fingerprints has changed.
  /development/samples/browseable/AsymmetricFingerprintDialog/src/com.example.android.asymmetricfingerprintdialog/
MainActivity.java 87 // This happens when no fingerprints are registered.
122 // and ask the user if they want to authenticate with fingerprints in the
179 // enrolled fingerprints has changed.
  /external/autotest/client/site_tests/security_RootCA/
security_RootCA.py 36 the ssl components and the values are the sets of fingerprints
51 Returns the dict of certificate fingerprints observed in NSS,
99 """Returns the dict of certificate fingerprints observed in OpenSSL."""
  /frameworks/base/core/res/res/layout-land/
ssl_certificate.xml 226 <!-- Fingerprints: -->
228 android:id="@+id/fingerprints"
231 android:text="@string/fingerprints"
  /docs/source.android.com/src/security/authentication/
fingerprint-hal.jd 31 fingerprints and then use their fingerprints to unlock the device and perform
106 Fingerprint HAL to the vendor-specific library to enroll fingerprints and
167 <li><strong>set_active_group.</strong> Restricts a HAL operation to a set of fingerprints that belong to a specified
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
results.html 51 <li>Advanced scenarios: hide the scenarios which are not in the fingerprints</li>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 56 patterns&gt;] [-fingerprints][-scenarioresults][-current.prefix &lt;comma-separated list of build id prefixes&gt;][-baseline.prefix &lt;comma-separated list of build id prefixes&gt;]</b></LI></OL><br> Parameter descriptions:
65 output directory for fingerprints and scenarios for each configuration specified
75 -fingerprints or -scenarioresults &lt;use one or the other to generate fingerprints
  /external/iptables/include/linux/netfilter/
xt_osf.h 32 #define XT_OSF_LOGLEVEL_ALL 0 /* log all matched fingerprints */
  /external/kernel-headers/original/uapi/linux/netfilter/
xt_osf.h 31 #define XT_OSF_LOGLEVEL_ALL 0 /* log all matched fingerprints */
  /frameworks/base/core/java/android/hardware/fingerprint/
Fingerprint.java 61 * @return group id for the set of fingerprints this one belongs to.
IFingerprintService.aidl 50 // Get a list of enrolled fingerprints in the given group.
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintUtils.java 30 * Utility class for dealing with fingerprints and fingerprint settings.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/netfilter/
xt_osf.h 32 #define XT_OSF_LOGLEVEL_ALL 0 /* log all matched fingerprints */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/netfilter/
xt_osf.h 32 #define XT_OSF_LOGLEVEL_ALL 0 /* log all matched fingerprints */
  /system/update_engine/payload_consumer/
payload_constants.h 65 // fingerprints in the array first, and only include the new fingerprint.
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/
README.md 5 A sample that demonstrates to use registered fingerprints to authenticate the user in your app
10 This sample demonstrates how you can use registered fingerprints in your app to authenticate the
  /developers/build/prebuilts/gradle/FingerprintDialog/
README.md 5 A sample that demonstrates to use registered fingerprints to authenticate the user in your app
10 This sample demonstrates how you can use registered fingerprints in your app to authenticate the user
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/doc/
help.html 29 Since 3.5, it's possible to see results in fingerprints with three different
33 <p>This is the way fingerprints were displayed since the beginning:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
ConfigTab.java 136 boolean fingerprints = this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
137 String [] columnHeaders = getLayoutDataFieldNames(fingerprints);
146 fillTableLines(fingerprints);
311 private void fillTableLines(boolean fingerprints) {
319 List differences = this.results.getConfigNumbers(this.configName, fingerprints);
370 if (milestoneName != null || (!fingerprints && scenarioResultsElement.hasSummary())) {
528 private String[] getLayoutDataFieldNames(boolean fingerprints) {
532 List labels = this.results.getScenariosLabels(fingerprints);

Completed in 1163 milliseconds

12 3 4 5 6 7 8 9