Home
last modified time | relevance | path

Searched refs:trusted (Results 1 – 18 of 18) sorted by relevance

/frameworks/base/core/java/android/os/
DRecoverySystem.java98 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local
110 trusted.add((X509Certificate) cf.generateCertificate(is)); in getTrustedCerts()
118 return trusted; in getTrustedCerts()
231 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local
236 for (X509Certificate c : trusted) { in verifyPackage()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java188 boolean trusted = aggregateIsTrusted(userId); in updateTrust()
191 changed = mUserIsTrusted.get(userId) != trusted; in updateTrust()
192 mUserIsTrusted.put(userId, trusted); in updateTrust()
194 dispatchOnTrustChanged(trusted, userId, initiatedByUser); in updateTrust()
322 boolean trusted = aggregateIsTrusted(id); in refreshDeviceLockedForUser()
330 boolean deviceLocked = secure && showingKeyguard && !trusted; in refreshDeviceLockedForUser()
748 boolean trusted = info.agent.isTrusted();
753 fout.print(", trusted=" + dumpBool(trusted));
755 if (trusted) {
/frameworks/base/docs/html/training/articles/
Dsecurity-ssl.jd60 server is not to be trusted.</p>
165 because you have a CA that isn't trusted by the system. It could be because
166 you have a certificate from a new CA that isn't yet trusted by Android or your app is
179 will be the only CAs trusted by that {@link javax.net.ssl.TrustManager}.</p>
205 // Create a KeyStore containing our trusted CAs
231 that your server certificate come from a trusted issuer.</p>
241 validates that the certificate comes from a trusted
277 trusted root CA.</p>
298 trusted by Android.</p>
315 cause. This is because most desktop browsers cache trusted intermediate CAs over time. Once
[all …]
Dsecurity-tips.jd451 should confirm that {@link android.webkit.WebView} objects display only trusted
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DEventLogTags.logtags18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DEventLogTags.logtags18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java131 final boolean trusted = mContext.checkCallingOrSelfPermission( in registerClientAsUser()
137 registerClientLocked(client, pid, packageName, resolvedUserId, trusted); in registerClientAsUser()
312 int pid, String packageName, int userId, boolean trusted) { in registerClientLocked() argument
322 clientRecord = new ClientRecord(userRecord, client, pid, packageName, trusted); in registerClientLocked()
507 int pid, String packageName, boolean trusted) { in ClientRecord() argument
512 mTrusted = trusted; in ClientRecord()
/frameworks/av/include/media/nbaio/
DNBLog.h142 void log(const Entry *entry, bool trusted = false);
/frameworks/av/media/libnbaio/
DNBLog.cpp170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) in log() argument
175 if (!trusted) { in log()
/frameworks/base/docs/html/distribute/tools/
Dopen-distribution.jd92 trusted users, as it provides few protections from piracy and unauthorized
140 locations other than Google Play (which is trusted). It blocks such installs
/frameworks/base/docs/html/google/play-services/
Dplus.jd32 <p>Google+ Sign-In is a simple, trusted, and secure way to let people sign in
/frameworks/base/docs/html/tools/publishing/
Dpublishing_overview.jd191 only a few trusted users, but it provides few protections from piracy and unauthorized
232 locations other than Google Play (which is trusted). It blocks such installs
/frameworks/base/docs/html/training/in-app-billing/
Dpreparing-iab-app.jd47 … license key for your application. You will need this key to establish a trusted connection from y…
/frameworks/base/docs/html/google/play/licensing/
Doverview.jd29 <p>Google Play Licensing is a network-based service that lets an application query a trusted
/frameworks/base/docs/html/develop/
Dindex.jd98 <p>Google+ Sign-In is an easy, trusted way to sign a user into your app.
/frameworks/base/docs/html/distribute/essentials/
Doptimizing-your-app.jd97 alpha/beta test or creating your own trusted tester program. You can manage
/frameworks/base/docs/html/tools/building/
Dplugin-for-gradle.jd324 scripts and JAR from a trusted source, such as those generated by Android Studio. </p>
/frameworks/base/docs/html/tools/testing/
Dactivity_test.jd1042 …under test. If testPreConditions() fails, then succeeding tests can't be trusted. The best strateg…