Merge "Keystore 2.0: Add SensitiveData annotation."
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;