/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 98 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/ |
D | TrustManagerService.java | 188 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/ |
D | security-ssl.jd | 60 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 …]
|
D | security-tips.jd | 451 should confirm that {@link android.webkit.WebView} objects display only trusted
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/ |
D | EventLogTags.logtags | 18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
|
/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/ |
D | EventLogTags.logtags | 18 ## currentlyInsecure: 1: No secure unlock method set up (!secure), or trusted environment (TrustMan…
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRouterService.java | 131 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/ |
D | NBLog.h | 142 void log(const Entry *entry, bool trusted = false);
|
/frameworks/av/media/libnbaio/ |
D | NBLog.cpp | 170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) in log() argument 175 if (!trusted) { in log()
|
/frameworks/base/docs/html/distribute/tools/ |
D | open-distribution.jd | 92 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/ |
D | plus.jd | 32 <p>Google+ Sign-In is a simple, trusted, and secure way to let people sign in
|
/frameworks/base/docs/html/tools/publishing/ |
D | publishing_overview.jd | 191 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/ |
D | preparing-iab-app.jd | 47 … license key for your application. You will need this key to establish a trusted connection from y…
|
/frameworks/base/docs/html/google/play/licensing/ |
D | overview.jd | 29 <p>Google Play Licensing is a network-based service that lets an application query a trusted
|
/frameworks/base/docs/html/develop/ |
D | index.jd | 98 <p>Google+ Sign-In is an easy, trusted way to sign a user into your app.
|
/frameworks/base/docs/html/distribute/essentials/ |
D | optimizing-your-app.jd | 97 alpha/beta test or creating your own trusted tester program. You can manage
|
/frameworks/base/docs/html/tools/building/ |
D | plugin-for-gradle.jd | 324 scripts and JAR from a trusted source, such as those generated by Android Studio. </p>
|
/frameworks/base/docs/html/tools/testing/ |
D | activity_test.jd | 1042 …under test. If testPreConditions() fails, then succeeding tests can't be trusted. The best strateg…
|