/frameworks/base/tests/TrustTests/src/android/trust/test/lib/ |
D | LockStateTrackingRule.kt | 64 wait("not trusted") { trustState.trusted == false } in assertLocked() 70 wait("not trusted") { trustState.trusted == false } in assertUnlockedButNotReally() 76 wait("trusted") { trustState.trusted == true } in assertUnlockedAndTrusted() 91 trustState = trustState.copy(trusted = enabled) in onTrustChanged() 96 val trusted: Boolean? = null constant in android.trust.test.lib.LockStateTrackingRule.TrustState
|
/frameworks/native/libs/vr/libvr_manager/ |
D | trusted_uids.cpp | 42 bool trusted = interface_cast<IPermissionController>(binder)->checkPermission( in IsTrustedUid() local 46 uid_cache[uid] = trusted; in IsTrustedUid() 47 return trusted; in IsTrustedUid()
|
/frameworks/proto_logging/stats/enums/hotword/ |
D | enums.proto | 25 // Indicates that it is a non-trusted hotword detector. 27 // Indicates that it is a DSP trusted hotword detector. 29 // Indicates that it is a software trusted hotword detector.
|
/frameworks/av/media/libnblog/ |
D | Writer.cpp | 148 void Writer::log(const Entry &etr, bool trusted) in log() argument 153 if (!trusted) { in log() 318 void LockedWriter::log(const Entry &entry, bool trusted) { in log() argument 320 Writer::log(entry, trusted); in log()
|
/frameworks/av/media/libnblog/include/media/nblog/ |
D | Writer.h | 88 virtual void log(const Entry &entry, bool trusted = false); 131 void log(const Entry &entry, bool trusted = false) override;
|
/frameworks/base/services/core/java/com/android/server/policy/keyguard/ |
D | KeyguardStateMonitor.java | 109 public void onTrustedChanged(boolean trusted) { in onTrustedChanged() argument 110 mTrusted = trusted; in onTrustedChanged()
|
/frameworks/base/core/java/com/android/internal/policy/ |
D | IKeyguardStateCallback.aidl | 22 void onTrustedChanged(boolean trusted); in onTrustedChanged() argument
|
/frameworks/proto_logging/stats/enums/media/drm/ |
D | enums.proto | 91 * backed trusted execution environment. 97 * performed within a hardware backed trusted execution environment. 104 * hardware backed trusted execution environment.
|
/frameworks/base/services/core/java/com/android/server/pm/ |
D | ApkChecksums.java | 489 final Set<Signature> trusted = convertToSet(trustedInstallers); in getInstallerChecksums() local 491 if (trusted != null && !trusted.isEmpty()) { in getInstallerChecksums() 493 Signature trustedCert = isTrusted(certs, trusted); in getInstallerChecksums() 495 trustedCert = isTrusted(pastCerts, trusted); in getInstallerChecksums() 638 private static Signature isTrusted(Signature[] signatures, Set<Signature> trusted) { in isTrusted() argument 643 if (trusted.contains(signature)) { in isTrusted()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | KeyguardStateControllerImpl.java | 261 boolean trusted = mKeyguardUpdateMonitor.getUserHasTrust(user); in update() 264 || trustManaged != mTrustManaged || mTrusted != trusted in update() 269 mTrusted = trusted; in update()
|
/frameworks/base/core/java/android/hardware/biometrics/ |
D | flags.aconfig | 39 …whether LSKF fallback is removed from biometric prompt when the phone is outside trusted locations"
|
/frameworks/base/core/java/android/window/flags/ |
D | window_surfaces.aconfig | 9 description: "Whether to add trusted overlay flag on the SurfaceControl or the InputWindow"
|
/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/core/java/android/os/ |
D | RecoverySystem.java | 233 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local 245 trusted.add((X509Certificate) cf.generateCertificate(is)); in getTrustedCerts() 253 return trusted; in getTrustedCerts() 347 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local 349 for (X509Certificate c : trusted) { in verifyPackage()
|
/frameworks/native/services/surfaceflinger/ |
D | surfaceflinger_flags_new.aconfig | 120 description: "Allow child to disable trusted overlay set by a parent layer"
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/ |
D | KeyguardUpdateMonitorLogger.kt | 479 trusted: Boolean, in logKeyguardStateUpdate() 488 bool3 = trusted in logKeyguardStateUpdate()
|
/frameworks/base/services/core/java/com/android/server/media/ |
D | MediaRouterService.java | 219 final boolean trusted = mContext.checkCallingOrSelfPermission( in registerClientAsUser() 225 registerClientLocked(client, uid, pid, packageName, resolvedUserId, trusted); in registerClientAsUser() 762 boolean trusted) { in registerClientLocked() argument 772 clientRecord = new ClientRecord(userRecord, client, uid, pid, packageName, trusted); in registerClientLocked() 1052 boolean trusted) { in ClientRecord() argument 1058 mTrusted = trusted; in ClientRecord()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 1029 final boolean trusted; in refreshDeviceLockedForUser() 1031 trusted = getUserTrustStateInner(id) == TrustState.TRUSTED; in refreshDeviceLockedForUser() 1033 trusted = aggregateIsTrusted(id); in refreshDeviceLockedForUser() 1050 final boolean deviceLocked = secure && showingKeyguard && !trusted in refreshDeviceLockedForUser() 1953 boolean trusted = info.agent.isTrusted(); 1958 fout.print(", trusted=" + dumpBool(trusted)); 1960 if (trusted) {
|
/frameworks/base/core/java/android/view/accessibility/flags/ |
D | accessibility_flags.aconfig | 119 description: "Skips showing the accessibility warning dialog for trusted services."
|
/frameworks/proto_logging/stats/atoms/hotword/ |
D | hotword_atoms.proto | 139 // Indicates that the system called rejected callback when the trusted process was
|
/frameworks/proto_logging/stats/atoms/adservices/ |
D | adservices_extension_atoms.proto | 1050 // Mean of the size of the trusted bidding signals keys for this buyer input 1053 // Variance of the size of the trusted bidding signals keys for this buyer input 1518 /* Logs for the getting trusted bidding signals process. */
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/keyguard/ |
D | KeyguardViewMediator.java | 3838 private void notifyTrustedChangedLocked(boolean trusted) { 3842 mKeyguardStateCallbacks.get(i).onTrustedChanged(trusted);
|
/frameworks/proto_logging/stats/atoms/wifi/ |
D | wifi_extension_atoms.proto | 552 // Require valid OCSP stapling response for all not-trusted certificates
|
/frameworks/base/core/proto/android/providers/settings/ |
D | global.proto | 891 optional SettingProto trusted = 13; field
|
/frameworks/proto_logging/stats/ |
D | atoms.proto | 12602 // foreground (only for trusted requests) 12606 // background (only for trusted requests) 12610 // foreground (only for trusted requests) 12614 // background (only for trusted requests) 12618 // while the app was in the foreground (only for trusted requests) 12622 // while the app was in the background (only for trusted requests) 12648 // foreground (only for trusted requests) 12652 // background (only for trusted requests) 12656 // foreground (only for trusted requests) 12660 // background (only for trusted requests) [all …]
|