Home
last modified time | relevance | path

Searched defs:trusted (Results 1 – 25 of 599) sorted by relevance

12345678910>>...24

/aosp_15_r20/cts/tests/tests/networksecurityconfig/networksecurityconfig-resourcesrc/src/android/security/net/config/cts/
H A DResourceSourceTest.java47 Set<X509Certificate> trusted = getTrustedCertificates(); in testSingleDerPresent() local
55 Set<X509Certificate> trusted = getTrustedCertificates(); in testSinglePemPresent() local
63 Set<X509Certificate> trusted = getTrustedCertificates(); in testMultipleDerPresent() local
71 Set<X509Certificate> trusted = getTrustedCertificates(); in testMultiplePemPresent() local
79 Set<X509Certificate> trusted = getTrustedCertificates(); in testOnlyResourceCasPresent() local
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/browser/browser/1.9.0-alpha01/androidx.browser_browser/android_common/aar/
Dclasses.jar ... androidx/browser/customtabs/ androidx/browser/trusted/ androidx/browser/trusted/sharing/ androidx ...
Dandroidx.browser_browser.jar ... androidx/browser/customtabs/ androidx/browser/trusted/ androidx/browser/trusted/sharing/ androidx ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/DeviceDiagnosticsLib/android_common/kotlin_headers/
DDeviceDiagnosticsLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__DeviceDiagnostics__DeviceDiagnosticsLib__src__main__android_common__DeviceDiagnosticsLib.kotlin_module com ...
/aosp_15_r20/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/tls/
H A DCertificateChainCleanerTest.java159 HeldCertificate trusted = new HeldCertificate.Builder() in chainGoesAllTheWayToSelfSignedRoot() local
186 HeldCertificate trusted = new HeldCertificate.Builder() in trustedRootNotSelfSigned() local
/aosp_15_r20/frameworks/av/media/libnblog/
H A DWriter.cpp148 void Writer::log(const Entry &etr, bool trusted) in log()
318 void LockedWriter::log(const Entry &entry, bool trusted) { in log()
/aosp_15_r20/external/avb/rust/src/
H A Dcert.rs229 let mut trusted = false; in cert_validate_vbmeta_public_key() localVariable
309 let mut trusted = false; in cert_validate_unlock_credential() localVariable
H A Dops.rs268 pub trusted: bool, field
669 let trusted = ops.validate_vbmeta_public_key(public_key, metadata)?; in try_validate_vbmeta_public_key() localVariable
/aosp_15_r20/out/soong/.intermediates/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/DeviceDiagnosticsLib/android_common/repackaged-jarjar/kotlinc/
DDeviceDiagnosticsLib.jar ... .trusted public final com.android.devicediagnostics.trusted.WaitForResultsActivityKt extends java.lang.Object { private ...
/aosp_15_r20/out/soong/.intermediates/packages/apps/DeviceDiagnostics/DeviceDiagnosticsLib/src/main/DeviceDiagnosticsLib/android_common/kotlin/
DDeviceDiagnosticsLib.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/packages__apps__DeviceDiagnostics__DeviceDiagnosticsLib__src__main__android_common__DeviceDiagnosticsLib.kotlin_module com ...
/aosp_15_r20/external/pigweed/pw_software_update/
H A Dupdate_bundle_accessor.cc117 for (protobuf::Bytes trusted : allowed_key_ids) { in VerifyMetadataSignatures() local
184 protobuf::Message trusted = trusted_root.AsMessage(static_cast<uint32_t>( in VerifyRootMetadataSignatures() local
/aosp_15_r20/frameworks/base/core/java/com/android/internal/policy/
H A DIKeyguardStateCallback.aidl22 void onTrustedChanged(boolean trusted); in onTrustedChanged()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/
H A DApkChecksums.java489 final Set<Signature> trusted = convertToSet(trustedInstallers); in getInstallerChecksums() local
638 private static Signature isTrusted(Signature[] signatures, Set<Signature> trusted) { in isTrusted()
/aosp_15_r20/external/autotest/client/cros/multimedia/
H A Dbluetooth_facade.py2807 def _set_trusted_by_device(self, device, trusted=True): argument
2828 def _set_trusted_by_path(self, device_path, trusted=True): argument
2847 def set_trusted(self, address, trusted=True): argument
2866 def pair_legacy_device(self, address, pin, trusted, timeout=60): argument
4555 def pair_legacy_device(self, address, pin, trusted, timeout=60): argument
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/policy/keyguard/
H A DKeyguardStateMonitor.java109 public void onTrustedChanged(boolean trusted) { in onTrustedChanged()
/aosp_15_r20/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
H A DLockStateTrackingRule.kt89 val trusted: Boolean? = null constant in android.trust.test.lib.LockStateTrackingRule.TrustState
/aosp_15_r20/frameworks/base/core/java/android/os/
H A DRecoverySystem.java234 HashSet<X509Certificate> trusted = new HashSet<X509Certificate>(); in getTrustedCerts() local
348 HashSet<X509Certificate> trusted = getTrustedCerts( in verifyPackage() local
/aosp_15_r20/libcore/ojluni/annotations/mmodule/java/nio/charset/
H A DCharsetEncoder.annotated.java43 …loat averageBytesPerChar, float maxBytesPerChar, byte[] replacement, boolean trusted) { throw new … in CharsetEncoder()
/aosp_15_r20/packages/modules/adb/libs/adbconnection/
Dadbconnection_client.cpp219 bool trusted = SocketPeerIsTrusted(ctx->control_socket_.get()); in adbconnection_client_new() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dmod.rs164 let trusted = bridge.unsafety.is_some(); in generate() localVariable
/aosp_15_r20/external/rust/cxx/gen/src/
Dmod.rs152 let trusted = bridge.unsafety.is_some(); in generate() localVariable
/aosp_15_r20/libcore/ojluni/annotations/hiddenapi/java/nio/charset/
H A DCharsetEncoder.java49 boolean trusted) { in CharsetEncoder()
/aosp_15_r20/external/cronet/net/cert/internal/
H A Dtrust_store_mac_unittest.cc371 bool trusted = SecTrustEvaluateWithError(trust.get(), nullptr); in TEST_P() local
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dmod.rs101 pub trusted: bool, field
164 pub trusted: bool, field
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dmod.rs101 pub trusted: bool, field
164 pub trusted: bool, field

12345678910>>...24