Searched defs:trusted (Results 1 – 9 of 9) sorted by relevance
46 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); in OnChannelOpen() local137 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); in OnSetupNamedBuffer() local
439 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); in Create() local
42 bool trusted = interface_cast<IPermissionController>(binder)->checkPermission( in IsTrustedUid() local
22 void onTrustedChanged(boolean trusted); in onTrustedChanged()
110 public void onTrustedChanged(boolean trusted) { in onTrustedChanged()
144 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local258 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local
307 int pid, String packageName, int userId, boolean trusted) { in registerClientLocked()502 int pid, String packageName, boolean trusted) { in ClientRecord()
2086 private void notifyTrustedChangedLocked(boolean trusted) { in notifyTrustedChangedLocked()
459 void NBLog::Writer::log(const NBLog::Entry *entry, bool trusted) in log()