summaryrefslogtreecommitdiff
path: root/wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp')
-rw-r--r--wifi/keystore/1.0/vts/functional/VtsHalWifiKeystoreV1_0TargetTest.cpp3
1 files changed, 2 insertions, 1 deletions
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 @@ class WifiKeystoreHalTest : public TestWithParam<std::string> {
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;