HomeSort by relevance Sort by last modified time
    Searched full:fingerprint (Results 201 - 225 of 871) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/libweave/src/privet/
privet_handler.cc 102 const char kFingerprintKey[] = "fingerprint";
622 std::string fingerprint; local
625 if (!security_->ConfirmPairing(id, commitment, &fingerprint, &signature,
631 output.SetString(kPairingFingerprintKey, fingerprint);
    [all...]
  /bootable/recovery/tools/ota/
add-property-tag.c 68 const char *propname = "ro.build.fingerprint";
87 " -p prop.name (default ro.build.fingerprint)\n"
  /build/target/product/
sdk_base.mk 76 frameworks/native/data/etc/android.hardware.fingerprint.xml:system/etc/permissions/android.hardware.fingerprint.xml \
  /cts/common/host-side/tradefed/src/com/android/compatibility/common/tradefed/targetprep/
DeviceInfoCollector.java 53 BUILD_KEYS.put("cts:build_fingerprint", "ro.build.fingerprint");
64 BUILD_KEYS.put("cts:build_reference_fingerprint", "ro.build.reference.fingerprint");
  /development/cmds/monkey/src/com/android/commands/monkey/
MonkeySourceNetworkVars.java 68 VAR_MAP.put("build.fingerprint", new StaticVarGetter(Build.FINGERPRINT));
  /device/lge/bullhead/
proprietary-blobs.txt 103 /system/lib64/hw/fingerprint.bullhead.so
111 /system/lib/hw/fingerprint.bullhead.so
vendor_owner_info.txt 87 system/lib64/hw/fingerprint.bullhead.so:qcom
95 system/lib/hw/fingerprint.bullhead.so:qcom
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/ec2/
keypair.py 36 self.fingerprint = None
46 self.fingerprint = value
  /external/conscrypt/src/test/java/org/conscrypt/
CertPinManagerTest.java 51 byte[] fingerprint = dgst.digest(encoded);
52 return Hex.bytesToHexString(fingerprint);
  /external/sfntly/cpp/src/sfntly/
font_factory.cc 33 void FontFactory::FingerprintFont(bool fingerprint) {
34 fingerprint_ = fingerprint;
font_factory.h 39 // @param fingerprint whether fingerprinting should be turned on or off
41 void FingerprintFont(bool fingerprint);
  /external/v8/tools/testrunner/server/
local_handler.py 78 fingerprint = self.server.daemon.CopyToTrusted(data[1])
79 compression.Send([action, fingerprint], self.request)
  /frameworks/base/core/java/com/android/internal/os/
SamplingProfilerIntegration.java 209 * Build: <fingerprint>\n
222 out.println("Build: " + Build.FINGERPRINT);
  /frameworks/base/docs/html/sdk/support_api_diff/23/changes/
packages_index_additions.html 58 <A HREF="changes-summary.html#android.support.v4.hardware.fingerprint" class="hiddenlink" target="rightframe"><b>android.support.v4.hardware.fingerprint</b></A><br>
  /frameworks/base/packages/Osu/src/com/android/hotspot2/pps/
Credential.java 67 EAPMethod eapMethod, Credential.CertType certType, byte[] fingerPrint) {
74 mFingerPrint = fingerPrint;
  /frameworks/base/services/core/java/com/android/server/updates/
ConfigUpdateInstallReceiver.java 158 byte[] fingerprint = dgst.digest(content);
159 return HexDump.toHexString(fingerprint, false);
  /packages/apps/Settings/src/com/android/settings/
Settings.java 20 import com.android.settings.fingerprint.FingerprintEnrollIntroduction;
21 import com.android.settings.fingerprint.FingerprintSettings;
  /prebuilts/sdk/sdk-annotations/
annotations.zip 
  /system/core/fingerprintd/
IFingerprintDaemon.cpp 27 #include <hardware/fingerprint.h>
40 IFingerprintDaemon::descriptor("android.hardware.fingerprint.IFingerprintDaemon");
  /system/sepolicy/
property_contexts 74 # ro.build.fingerprint is either set in /system/build.prop, or is
76 ro.build.fingerprint u:object_r:fingerprint_prop:s0
  /system/webservd/webservd/
protocol_handler.h 73 // Returns the SHA-256 fingerprint of the TLS certificate used for https
127 // TLS certificate fingerprint (if any).
  /frameworks/base/core/java/android/os/
Build.java     [all...]
  /external/webrtc/webrtc/p2p/base/
stun_unittest.cc 307 0x78, 0x1e, 0xf2, 0xb5, // } HMAC-SHA1 fingerprint
310 0x80, 0x28, 0x00, 0x04, // FINGERPRINT attribute header
311 0xe5, 0x7a, 0x3b, 0xcf // CRC32 fingerprint
331 0x8c, 0x74, 0x89, 0xf9, // } HMAC-SHA1 fingerprint
334 0x80, 0x28, 0x00, 0x04, // FINGERPRINT attribute header
335 0xc0, 0x7d, 0x4c, 0x96 // CRC32 fingerprint
358 0x17, 0x84, 0xc9, 0x7c, // } HMAC-SHA1 fingerprint
361 0x80, 0x28, 0x00, 0x04, // FINGERPRINT attribute header
362 0xc8, 0xfb, 0x0b, 0x4c // CRC32 fingerprint
393 0x02, 0xb8, 0xe0, 0x71, // } HMAC-SHA1 fingerprint
617 const StunUInt32Attribute* fingerprint = local
    [all...]
  /frameworks/base/proto/src/
metrics_constants.proto 255 FINGERPRINT = 49;
1248 // OPEN: Settings > Security > Nexus Imprint > Add Fingerprint
1253 // OPEN: Fingerprint Enroll > Find Sensor
1258 // OPEN: Fingerprint Enroll > Fingerprint Enrolled!
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
readme.html 25 results.</li></ul></li></ul><p><br> For purposes of this document, the term &quot;<a href="images/descriptions.html#fp">fingerprint</a>&quot;
30 below a component fingerprint. This table gives an overall view of the status
66 in -config parameter. Fingerprint gifs and html files are generated in the directory

Completed in 950 milliseconds

1 2 3 4 5 6 7 891011>>