Searched defs:trusted (Results 1 – 8 of 8) sorted by relevance
22 void onTrustedChanged(boolean trusted); in onTrustedChanged()
148 void Writer::log(const Entry &etr, bool trusted) in log()318 void LockedWriter::log(const Entry &entry, bool trusted) { in log()
109 public void onTrustedChanged(boolean trusted) { in onTrustedChanged()
89 val trusted: Boolean? = null constant in android.trust.test.lib.LockStateTrackingRule.TrustState
489 final Set<Signature> trusted = convertToSet(trustedInstallers); in getInstallerChecksums() local638 private static Signature isTrusted(Signature[] signatures, Set<Signature> trusted) { in isTrusted()
234 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local348 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local
791 boolean trusted) { in registerClientLocked()1081 boolean trusted) { in ClientRecord()
891 optional SettingProto trusted = 13; field