/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardStateMonitor.java | 111 public void onTrustedChanged(boolean trusted) { in onTrustedChanged() argument 112 mTrusted = trusted; in onTrustedChanged()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/ |
D | UnlockMethodCache.java | 94 boolean trusted = mKeyguardUpdateMonitor.getUserHasTrust(user); in update() 102 mTrusted = trusted; in update()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardStateCallback.aidl | 22 void onTrustedChanged(boolean trusted); in onTrustedChanged() argument
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 205 boolean trusted = aggregateIsTrusted(userId); in updateTrust() 208 changed = mUserIsTrusted.get(userId) != trusted; in updateTrust() 209 mUserIsTrusted.put(userId, trusted); in updateTrust() 211 dispatchOnTrustChanged(trusted, userId, flags); in updateTrust() 352 boolean trusted = aggregateIsTrusted(id); in refreshDeviceLockedForUser() 360 boolean deviceLocked = secure && showingKeyguard && !trusted; in refreshDeviceLockedForUser() 792 boolean trusted = info.agent.isTrusted(); 797 fout.print(", trusted=" + dumpBool(trusted)); 799 if (trusted) {
|
/frameworks/base/core/java/android/os/ |
D | RecoverySystem.java | 130 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local 142 trusted.add((X509Certificate) cf.generateCertificate(is)); in getTrustedCerts() 150 return trusted; in getTrustedCerts() 244 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local 246 for (X509Certificate c : trusted) { in verifyPackage()
|
/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-config.jd | 41 are trusted for an app's secure connections. For 143 An app that does not want to trust all CAs trusted by system can 149 The configuration to limit the set of trusted CAs is similar to <a href= 171 Add the trusted CAs, in PEM or DER format, to {@code res/raw/trusted_roots}. 184 An app may want to trust additional CAs not trusted by the system, 213 are trusted <i>only</i> when <a href= 695 A set of public key pins. For a secure connection to be trusted, one of the
|
/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/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/av/include/media/nbaio/ |
D | NBLog.h | 142 void log(const Entry *entry, bool trusted = false);
|
/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/docs/html/distribute/tools/ |
D | open-distribution.jd | 84 trusted users, as it provides few protections from piracy and unauthorized 132 locations other than Google Play (which is trusted). It blocks such installs
|
/frameworks/base/docs/html/distribute/users/ |
D | ota-installs.jd | 9 <p>Google sign-in is a trusted registration system that's familiar to users and
|
/frameworks/base/docs/html/training/sign-in/ |
D | index.jd | 29 Google Sign-In is a simple, trusted, and secure way to let people sign in to your app with their
|
/frameworks/base/docs/html/distribute/engage/ |
D | easy-signin.jd | 14 registration and sign-in conversion by adding a trusted registration system that's familiar
|
D | beta.jd | 69 <li>Start testing with a small group of more trusted testers in an alpha
|
/frameworks/base/docs/html/distribute/stories/games/ |
D | gameloft-asphalt8.jd | 39 create a more trusted and immersive experience.
|
/frameworks/base/docs/html/distribute/googleplay/families/ |
D | 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
|
D | faq.jd | 355 families from trusted brands and developers.
|
/frameworks/base/docs/html/distribute/monetize/ |
D | ads.jd | 91 Grow your business with a trusted partner
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 2043 private void notifyTrustedChangedLocked(boolean trusted) { in notifyTrustedChangedLocked() argument 2047 mKeyguardStateCallbacks.get(i).onTrustedChanged(trusted); in notifyTrustedChangedLocked()
|
/frameworks/base/docs/html/about/versions/nougat/ |
D | android-7.0.jd | 830 trusted execution environment (TEE). The tool also allows you to use an 868 Certificate Authorities (CA) are trusted for its secure connections. For 878 limit which server keys are trusted for secure connections.</li> 891 specify how user CAs should be trusted.</p>
|
D | android-7.0-changes.jd | 718 chain is no longer installed to the trusted credentials storage. This does 722 to the trusted credentials storage via Settings UI separately, with a
|
/frameworks/base/docs/html/training/in-app-billing/ |
D | preparing-iab-app.jd | 77 a public license key for your application. You need this key to establish a trusted connection
|
/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
|