Searched defs:trusted (Results 1 – 9 of 9) sorted by relevance
42 bool trusted = interface_cast<IPermissionController>(binder)->checkPermission( in IsTrustedUid() local
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()
96 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()
233 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local347 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local
762 boolean trusted) { in registerClientLocked()1052 boolean trusted) { in ClientRecord()
891 optional SettingProto trusted = 13; field