HomeSort by relevance Sort by last modified time
    Searched full:trusted (Results 226 - 250 of 617) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/packages/PrintSpooler/
AndroidManifest.xml 33 print service if the developer wants only trusted system code to
  /frameworks/base/packages/SystemUI/src/com/android/systemui/
EventLogTags.logtags 18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustManager)
  /frameworks/base/services/core/java/com/android/server/
MasterClearReceiver.java 41 Slog.w(TAG, "Ignoring master clear request -- not from trusted server.");
  /hardware/libhardware/include/hardware/
keymaster_common.h 83 * are sufficient to operate on their own without the trusted OS
  /packages/apps/ManagedProvisioning/src/com/android/managedprovisioning/
HomeReceiverActivity.java 137 params = (new MessageParser()).parseNonNfcIntent(intent, true /* trusted */);
ProfileOwnerPreProvisioningActivity.java 244 * @param trusted Whether the intent is trusted or not.
246 private void initialize(Intent intent, boolean trusted)
248 mParams = mParser.parseNonNfcIntent(intent, trusted);
  /system/core/include/cutils/
sockets.h 93 * is one of the two trusted userids, root or shell.
  /external/okhttp/okhttp/src/main/java/com/squareup/okhttp/
CertificatePinner.java 32 * Constrains which certificates are trusted. Pinning certificates defends
47 * do this on a trusted network, and without man-in-the-middle tools like <a
  /frameworks/base/data/sounds/
AudioPackage2.mk 43 $(LOCAL_PATH)/effects/ogg/Trusted.ogg:system/media/audio/ui/Trusted.ogg \
AudioPackage3.mk 43 $(LOCAL_PATH)/effects/ogg/Trusted.ogg:system/media/audio/ui/Trusted.ogg \
AudioPackage4.mk 48 $(LOCAL_PATH)/effects/ogg/Trusted.ogg:system/media/audio/ui/Trusted.ogg \
  /frameworks/base/docs/html/distribute/googleplay/families/
about.jd 20 browse and search experiences so that parents can find suitable, trusted,
52 throughout the store. And new features create a trusted environment that
  /hardware/ti/omap4-aah/security/tf_crypto_sst/
mtc.c 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4-aah/security/tf_daemon/
smc_properties.c 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/tf_crypto_sst/
mtc.c 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /hardware/ti/omap4xxx/security/tf_daemon/
smc_properties.c 2 * Copyright(c) 2011 Trusted Logic. All rights reserved.
14 * * Neither the name Trusted Logic nor the names of its
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
TrustManagerFactoryTest.java 219 // the trusted one (in this case the original root is "extra")
249 // unlike PKIXParameters(KeyStore), the cert chain of the key should be trusted.
  /docs/source.android.com/src/devices/tech/security/overview/
acknowledgements.jd 133 Trusted Systems Research Group</a>, US National Security Agency
139 Trusted Systems Research Group</a>, US National Security Agency
232 Trusted Systems Research Group</a>, US National Security Agency
238 Trusted Systems Research Group</a>, US National Security Agency
271 Trusted Systems Research Group</a>, US National Security Agency
277 Trusted Systems Research Group</a>, US National Security Agency
  /frameworks/base/services/core/java/com/android/server/media/
MediaRouterService.java 131 final boolean trusted = mContext.checkCallingOrSelfPermission(
137 registerClientLocked(client, pid, packageName, resolvedUserId, trusted);
312 int pid, String packageName, int userId, boolean trusted) {
322 clientRecord = new ClientRecord(userRecord, client, pid, packageName, trusted);
507 int pid, String packageName, boolean trusted) {
512 mTrusted = trusted;
    [all...]
  /frameworks/support/v4/java/android/support/v4/app/
ShareCompat.java 167 * application. As such it should not be trusted for accuracy in the context of
187 * application. As such it should not be trusted for accuracy in the context of
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
CertPathReviewerMessages.properties 155 # {1} number of trusted root certificates (trustanchors) provided
156 CertPathReviewer.noTrustAnchorFound.title = No trusted root certificate found
157 CertPathReviewer.noTrustAnchorFound.text = The root certificate of the certificate path was issued by a CA that is not in the the trusted-root-certificate-store used for the path validation. The name of the CA is "{0}".
158 CertPathReviewer.noTrustAnchorFound.summary = The root certificate of the certificate path was issued by a CA that is not in the the trusted-root-certificate-store used for the path validation.
159 CertPathReviewer.noTrustAnchorFound.details = The root certificate of the certificate path was issued by a CA that is not in the the trusted-root-certificate-store used for the path validation. The name of the CA is "{0}". The trusted-root-certificate store contains {1} CA(s).
165 CertPathReviewer.conflictingTrustAnchors.text = Warning: corrupt trust root store: There are {0} trusted public keys for the CA "{1}" - please ensure with CA which is the correct key.
166 CertPathReviewer.conflictingTrustAnchors.summary = Warning: corrupt trust root store: There are {0} trusted public keys for the CA "{1}" - please ensure with CA which is the correct key.
167 CertPathReviewer.conflictingTrustAnchors.details = Warning: corrupt trust root store: There are {0} trusted public keys for the CA "{1}" - please ensure with CA which is the correct key.
    [all...]
  /libcore/luni/src/main/java/java/security/
KeyStore.java 274 * Returns the trusted certificate for the entry with the given alias.
278 * @return the trusted certificate for the entry with the given alias, or
384 * alias is not associated to an entry containing a trusted
    [all...]
  /external/apache-harmony/security/src/test/api/java/org/apache/harmony/security/tests/java/security/cert/
TrustAnchorTest.java 274 * Assertion: returns most trusted CA public key</code><br>
296 * Assertion: returns most trusted CA name as <code>String</code><br>
320 * was not specified as trusted certificate<br>
321 * Test preconditions: test object is not specified as trusted certificate<br>
344 * Assertion: returns most trusted CA<br>
  /libcore/luni/src/test/java/tests/security/cert/
TrustAnchorTest.java 401 * Assertion: returns most trusted CA public key</code><br>
424 * Assertion: returns most trusted CA name as <code>String</code><br>
447 * was not specified as trusted certificate<br>
448 * Test preconditions: test object is not specified as trusted certificate<br>
551 * Assertion: returns most trusted CA<br>
  /frameworks/av/media/libnbaio/
NBLog.cpp 167 log(&entry, true /*trusted*/);
170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted)
175 if (!trusted) {

Completed in 1312 milliseconds

1 2 3 4 5 6 7 8 91011>>