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

1 2 3 4 5 6 7 8 9

  /development/samples/browseable/FingerprintDialog/
_index.jd 8 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /development/samples/browseable/AsymmetricFingerprintDialog/
_index.jd 8 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /external/autotest/client/site_tests/security_RootCA/
add-openssl-roots.sh 9 fingerprints=$(for x in "$1"/*.pem; do \
12 for x in $fingerprints; do
  /frameworks/base/services/usb/java/com/android/server/usb/
UsbDebuggingManager.java 239 String fingerprints = getFingerprints(key); local
241 if (!fingerprints.equals(mFingerprints)) {
242 Slog.e(TAG, "Fingerprints do not match. Got "
243 + fingerprints + ", expected " + mFingerprints);
273 String fingerprints = getFingerprints(key); local
274 if ("".equals(fingerprints)) {
280 mFingerprints = fingerprints;
325 private void startConfirmation(String key, String fingerprints) {
339 if (startConfirmationActivity(componentName, userInfo.getUserHandle(), key, fingerprints)
341 key, fingerprints)) {
    [all...]
  /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/
ComponentsView.java 78 * <li>Filter non-fingerprints: hide the scenarios which are not in the fingerprints</li>
163 // When all scenarios are displayed, then set fingerprints one in bold.
167 // Action fingerprints = ComponentsView.this.filterNonFingerprints;
168 // if (fingerprints != null && !fingerprints.isChecked()) {
169 boolean fingerprints = ComponentsView.this.preferences.getBoolean(IPerformancesConstants.PRE_FILTER_ADVANCED_SCENARIOS, IPerformancesConstants.DEFAULT_FILTER_ADVANCED_SCENARIOS);
170 if (!fingerprints) {
254 * Filter non fingerprints scenarios action run.
256 void filterAdvancedScenarios(boolean fingerprints, boolean updatePreference)
    [all...]
  /developers/build/prebuilts/gradle/AsymmetricFingerprintDialog/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /developers/build/prebuilts/gradle/FingerprintDialog/Application/src/main/res/values/
base-strings.xml 24 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /development/samples/browseable/AsymmetricFingerprintDialog/res/values/
base-strings.xml 24 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /development/samples/browseable/FingerprintDialog/res/values/
base-strings.xml 24 This sample demonstrates how you can use registered fingerprints to authenticate the user
  /frameworks/base/packages/SystemUI/src/com/android/systemui/usb/
UsbDebuggingActivity.java 58 String fingerprints = intent.getStringExtra("fingerprints"); local
61 if (fingerprints == null || mKey == null) {
68 ap.mMessage = getString(R.string.usb_debugging_message, fingerprints);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/preferences/
BuildPreferencePage.java 95 // default debug keystore fingerprints
96 Fingerprints defaultFingerprints = getFingerprints(
115 // custom debug keystore fingerprints
116 Fingerprints customFingerprints = null;
148 * MD5 & SHA1 fingerprints.
150 private static class Fingerprints {
154 Fingerprints(String md5Val, String sha1Val) {
160 private Fingerprints getFingerprints(String keystorePath) {
166 return new Fingerprints(
200 // restore the default key store fingerprints
    [all...]
  /docs/source.android.com/src/security/enhancements/
enhancements60.jd 20 <li><strong>Fingerprints</strong>. Devices can now be unlocked with just a
22 advantage of new APIs to use fingerprints to lock and unlock encryption keys.</li>
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
Main.java 30 * <li>A global php file including global scenario fingerprints and links for all concerned components results php files</li>
31 * <li>A php file for each component including scenario fingerprints and status table with links to a scenario data file</li>
FingerPrint.java 52 * Create and save fingerprints as image and print their reference in the current stream.
54 * @param performanceResults The performance results used to print the fingerprints
75 this.stream.print("The following fingerprints show results for the most representative tests of the ");
94 // this.stream.print("<a href=\"help.html\"><img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\" title=\"Some tips on fingerprints\"/></a>\n");
97 this.stream.print("<img hspace=\"10\" border=\"0\" src=\""+Utils.LIGHT+"\"><a href=\""+Utils.HELP+"\">Help on fingerprints</a>\n");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/
builds.html 57 And also whether you only want to generate the fingerprints or all the data:
58 <p><img src="images/builds-generate-fingerprints.png" alt="Generate results: fingerprints"/></p>
components.html 84 <li>Advanced scenarios: hide the scenarios which are not in the fingerprints</li>
88 by default in this view. Currently the survey only concerns the fingerprints
  /frameworks/base/services/core/java/com/android/server/fingerprint/
FingerprintsUserState.java 50 private static final String TAG_FINGERPRINTS = "fingerprints";
164 ArrayList<Fingerprint> fingerprints; local
167 fingerprints = getCopy(mFingerprints);
180 final int count = fingerprints.size();
182 Fingerprint fp = fingerprints.get(i);
199 throw new IllegalStateException("Failed to write fingerprints", t);
  /external/iptables/extensions/
libxt_osf.man 35 OS fingerprints are loadable using the \fBnfnl_osf\fP program. To load
36 fingerprints from a file, use:
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
PerformanceResultsElement.java 32 boolean fingerprints = true; field in class:PerformanceResultsElement
196 * Set whether only fingerprints should be taken into account or not.
198 * @param fingerprints
200 public void setFingerprints(boolean fingerprints) {
201 this.fingerprints = fingerprints;
ComponentResultsElement.java 97 * @param fingerprints Set whether only fingerprints scenario should be taken into account
100 public List getConfigNumbers(String configName, boolean fingerprints) {
102 return ((ComponentResults)this.results).getConfigNumbers(configName, fingerprints, new ArrayList());
  /external/libweave/src/privet/
security_manager_unittest.cc 188 std::vector<std::pair<std::string, std::string> > fingerprints(2);
189 for (auto& it : fingerprints) {
194 EXPECT_EQ(fingerprints.front().first, fingerprints.back().first);
197 EXPECT_NE(fingerprints.front().second, fingerprints.back().second);
  /hardware/bsp/intel/peripheral/libupm/examples/c++/
zfm20-register.cxx 52 // 3. store the image, assuming the two fingerprints match
119 cerr << "Fingerprints did not match." << endl;
  /cts/tools/utils/
java-cert-list-generator.sh 22 # Output the Java file with the certificate fingerprints
  /external/dng_sdk/source/
dng_fingerprint.h 67 /// Test if two fingerprints are equal.
71 /// Test if two fingerprints are not equal.
79 /// fingerprints.
104 /// \brief Utility to compare fingerprints (e.g., for sorting).
  /frameworks/base/keystore/java/android/security/keystore/
KeyPermanentlyInvalidatedException.java 29 * permanently invalidated once a new fingerprint is enrolled or once no more fingerprints are

Completed in 955 milliseconds

1 2 3 4 5 6 7 8 9