IVGCVSW-2911 Android Q compatibility code updates

 * Updates on test classes.

Change-Id: I52e11a1d97d02c23e0a33e4e128dc43a4a95b5bc
Signed-off-by: Sadik Armagan <sadik.armagan@arm.com>
diff --git a/test/FullyConnected.cpp b/test/FullyConnected.cpp
index 5c204ca..6ab63ff 100644
--- a/test/FullyConnected.cpp
+++ b/test/FullyConnected.cpp
@@ -39,7 +39,7 @@
     model.operations[0].outputs = hidl_vec<uint32_t>{4};
 
     // make the prepared model
-    android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+    android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
 
     // construct the request
     DataLocation inloc = {};
@@ -118,7 +118,7 @@
     model.operations[0].outputs = hidl_vec<uint32_t>{4};
 
     // make the prepared model
-    android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+    android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
 
 
     // construct the request
@@ -205,7 +205,7 @@
     model.operations[0].outputs = hidl_vec<uint32_t>{4};
 
     // make the prepared model
-    android::sp<IPreparedModel> preparedModel = PrepareModel(model, *driver);
+    android::sp<V1_0::IPreparedModel> preparedModel = PrepareModel(model, *driver);
 
 
     // construct the request