Searched defs:trusted (Results 1 – 11 of 11) sorted by relevance
42 bool trusted = interface_cast<IPermissionController>(binder)->checkPermission( in IsTrustedUid() local
22 void onTrustedChanged(boolean trusted); in onTrustedChanged()
46 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); in OnChannelOpen() local
278 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); in OnSetupGlobalBuffer() local292 const bool trusted = (user_id == AID_ROOT) || IsTrustedUid(user_id); in OnDeleteGlobalBuffer() local
470 const bool trusted = user_id == AID_ROOT || IsTrustedUid(user_id); in Create() local
124 public void onTrustedChanged(boolean trusted) { in onTrustedChanged()
159 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local273 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local
477 int uid, int pid, String packageName, int userId, boolean trusted) { in registerClientLocked()685 int uid, int pid, String packageName, boolean trusted) { in ClientRecord()
556 void NBLog::Writer::log(const NBLog::Entry *etr, bool trusted) in log()
2157 private void notifyTrustedChangedLocked(boolean trusted) { in notifyTrustedChangedLocked()
745 optional SettingProto trusted = 13; field