Home
last modified time | relevance | path

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

12

/frameworks/base/services/core/java/com/android/server/policy/keyguard/
DKeyguardStateMonitor.java111 public void onTrustedChanged(boolean trusted) { in onTrustedChanged() argument
112 mTrusted = trusted; in onTrustedChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DUnlockMethodCache.java94 boolean trusted = mKeyguardUpdateMonitor.getUserHasTrust(user); in update()
102 mTrusted = trusted; in update()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardStateCallback.aidl22 void onTrustedChanged(boolean trusted); in onTrustedChanged() argument
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java205 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/
DRecoverySystem.java130 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/
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-config.jd41 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/
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/media/libnbaio/
DNBLog.cpp170 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) in log() argument
175 if (!trusted) { in log()
/frameworks/av/include/media/nbaio/
DNBLog.h142 void log(const Entry *entry, bool trusted = false);
/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/docs/html/distribute/tools/
Dopen-distribution.jd84 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/
Dota-installs.jd9 <p>Google sign-in is a trusted registration system that's familiar to users and
/frameworks/base/docs/html/training/sign-in/
Dindex.jd29 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/
Deasy-signin.jd14 registration and sign-in conversion by adding a trusted registration system that's familiar
Dbeta.jd69 <li>Start testing with a small group of more trusted testers in an alpha
/frameworks/base/docs/html/distribute/stories/games/
Dgameloft-asphalt8.jd39 create a more trusted and immersive experience.
/frameworks/base/docs/html/distribute/googleplay/families/
Dabout.jd20 browse and search experiences so that parents can find suitable, trusted,
52 throughout the store. And new features create a trusted environment that
Dfaq.jd355 families from trusted brands and developers.
/frameworks/base/docs/html/distribute/monetize/
Dads.jd91 Grow your business with a trusted partner
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/
DKeyguardViewMediator.java2043 private void notifyTrustedChangedLocked(boolean trusted) { in notifyTrustedChangedLocked() argument
2047 mKeyguardStateCallbacks.get(i).onTrustedChanged(trusted); in notifyTrustedChangedLocked()
/frameworks/base/docs/html/about/versions/nougat/
Dandroid-7.0.jd830 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>
Dandroid-7.0-changes.jd718 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/
Dpreparing-iab-app.jd77 a public license key for your application. You need this key to establish a trusted connection
/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

12