commit | bea139a65e6c8b3f495362e64caf64a8e05e71b7 | [log] [tgz] |
---|---|---|
author | Janis Danisevskis <jdanis@google.com> | Mon Apr 05 14:24:12 2021 -0700 |
committer | Janis Danisevskis <jdanis@google.com> | Mon Apr 05 22:07:49 2021 +0000 |
tree | 97aa92d5b0c1f1828dda4efd0f217aafdab8561e | |
parent | e77847112de686954449ccbacc28a1a417cc0213 [diff] |
Keystore 2.0: Observe canonicalization of service name. Test: N/A Bug: 184288069 Change-Id: I32ff824afbd0ea8d438ea8ef5409bb3fc25c3eae
diff --git a/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp b/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp index f5e10aa..6b893c9 100644 --- a/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp +++ b/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
@@ -184,7 +184,8 @@ return true; } - constexpr static const char kKeystoreServiceName[] = "android.system.keystore2"; + constexpr static const char kKeystoreServiceName[] = + "android.system.keystore2.IKeystoreService/default"; constexpr static const char kTestKeyName[] = "TestKeyName"; sp<IKeystore> keystore;