summaryrefslogtreecommitdiff
path: root/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java
diff options
context:
space:
mode:
Diffstat (limited to 'tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java')
-rw-r--r--tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java b/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java
index 3bf34aa9ae6..67164226108 100644
--- a/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java
+++ b/tests/appsearch/testutils/src/android/app/appsearch/testutil/external/AlwaysSupportedFeatures.java
@@ -18,7 +18,6 @@ package com.android.server.appsearch.external.localstorage;
import android.annotation.NonNull;
import android.app.appsearch.Features;
-import android.content.Context;
/**
* An implementation of {@link Features}. This implementation always returns true. This is
@@ -76,7 +75,7 @@ public class AlwaysSupportedFeatures implements Features {
}
@Override
- public int getMaxIndexedProperties(@NonNull Context unused) {
+ public int getMaxIndexedProperties() {
return 64;
}
}