Home
last modified time | relevance | path

Searched refs:VALIDATION_RESULT_FAILURE (Results 1 – 10 of 10) sorted by relevance

/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/7/android/net/resolv/aidl/
H A DIDnsResolverUnsolicitedEventListener.aidl30 const int VALIDATION_RESULT_FAILURE = 2; field
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/8/android/net/resolv/aidl/
H A DIDnsResolverUnsolicitedEventListener.aidl30 const int VALIDATION_RESULT_FAILURE = 2; field
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/9/android/net/resolv/aidl/
H A DIDnsResolverUnsolicitedEventListener.aidl30 const int VALIDATION_RESULT_FAILURE = 2; field
/aosp12/packages/modules/DnsResolver/aidl_api/dnsresolver_aidl_interface/current/android/net/resolv/aidl/
H A DIDnsResolverUnsolicitedEventListener.aidl30 const int VALIDATION_RESULT_FAILURE = 2; field
/aosp12/packages/modules/DnsResolver/binder/android/net/resolv/aidl/
H A DIDnsResolverUnsolicitedEventListener.aidl59 const int VALIDATION_RESULT_FAILURE = 2; field
/aosp12/packages/modules/Connectivity/service/src/com/android/server/connectivity/
H A DDnsManager.java28 …port static android.net.resolv.aidl.IDnsResolverUnsolicitedEventListener.VALIDATION_RESULT_FAILURE;
228 } else if (update.validationResult == VALIDATION_RESULT_FAILURE) { in updateStatus()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DDnsManagerTest.java28 …port static android.net.resolv.aidl.IDnsResolverUnsolicitedEventListener.VALIDATION_RESULT_FAILURE;
292 VALIDATION_RESULT_FAILURE)); in testIgnoreUntrackedValidationUpdates()
/aosp12/packages/modules/DnsResolver/
H A DPrivateDnsConfiguration.cpp263 : IDnsResolverUnsolicitedEventListener::VALIDATION_RESULT_FAILURE, in sendPrivateDnsValidationEvent()
/aosp12/packages/modules/DnsResolver/tests/
H A Dresolv_integration_test.cpp289 : IDnsResolverUnsolicitedEventListener::VALIDATION_RESULT_FAILURE); in WaitForPrivateDnsValidation()
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/
H A DConnectivityServiceTest.java123 …port static android.net.resolv.aidl.IDnsResolverUnsolicitedEventListener.VALIDATION_RESULT_FAILURE;
6805 "145.100.185.16", "", VALIDATION_RESULT_FAILURE)); in testLinkPropertiesWithPrivateDnsValidationEvents() local