Home
last modified time | relevance | path

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

12

/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DLockStateTrackingRule.kt64 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/
Dtrusted_uids.cpp42 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/
Denums.proto25 // 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/
DWriter.cpp148 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/
DWriter.h88 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/
DKeyguardStateMonitor.java109 public void onTrustedChanged(boolean trusted) { in onTrustedChanged() argument
110 mTrusted = trusted; in onTrustedChanged()
/frameworks/base/core/java/com/android/internal/policy/
DIKeyguardStateCallback.aidl22 void onTrustedChanged(boolean trusted); in onTrustedChanged() argument
/frameworks/proto_logging/stats/enums/media/drm/
Denums.proto91 * 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/
DApkChecksums.java489 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/
DKeyguardStateControllerImpl.java261 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/
Dflags.aconfig39 …whether LSKF fallback is removed from biometric prompt when the phone is outside trusted locations"
/frameworks/base/core/java/android/window/flags/
Dwindow_surfaces.aconfig9 description: "Whether to add trusted overlay flag on the SurfaceControl or the InputWindow"
/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/core/java/android/os/
DRecoverySystem.java233 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/
Dsurfaceflinger_flags_new.aconfig120 description: "Allow child to disable trusted overlay set by a parent layer"
/frameworks/base/packages/SystemUI/src/com/android/keyguard/logging/
DKeyguardUpdateMonitorLogger.kt479 trusted: Boolean, in logKeyguardStateUpdate()
488 bool3 = trusted in logKeyguardStateUpdate()
/frameworks/base/services/core/java/com/android/server/media/
DMediaRouterService.java219 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/
DTrustManagerService.java1029 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/
Daccessibility_flags.aconfig119 description: "Skips showing the accessibility warning dialog for trusted services."
/frameworks/proto_logging/stats/atoms/hotword/
Dhotword_atoms.proto139 // Indicates that the system called rejected callback when the trusted process was
/frameworks/proto_logging/stats/atoms/adservices/
Dadservices_extension_atoms.proto1050 // 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/
DKeyguardViewMediator.java3838 private void notifyTrustedChangedLocked(boolean trusted) {
3842 mKeyguardStateCallbacks.get(i).onTrustedChanged(trusted);
/frameworks/proto_logging/stats/atoms/wifi/
Dwifi_extension_atoms.proto552 // Require valid OCSP stapling response for all not-trusted certificates
/frameworks/base/core/proto/android/providers/settings/
Dglobal.proto891 optional SettingProto trusted = 13; field
/frameworks/proto_logging/stats/
Datoms.proto12602 // 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 …]

12