summaryrefslogtreecommitdiff
path: root/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java
diff options
context:
space:
mode:
authorAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-01 03:16:13 +0000
committerAndroid Build Coastguard Worker <android-build-coastguard-worker@google.com>2023-03-01 03:16:13 +0000
commit53e6d439d5591f4dbac26ab225af7f9c1b38f451 (patch)
treeedc3e917ebb52e894cf0c6e4d80e07508c18d4de /tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java
parentd06ccf11130ac8769936f15b0de8d43ba8dccf4e (diff)
parenta6ab90ebf2c958f42d0b31aa49ea315dc5d24812 (diff)
downloadQuickAccessWallet-53e6d439d5591f4dbac26ab225af7f9c1b38f451.tar.gz
Snap for 9665772 from a6ab90ebf2c958f42d0b31aa49ea315dc5d24812 to mainline-wifi-releaseaml_wif_331910020aml_wif_331810010aml_wif_331710030android13-mainline-wifi-release
Change-Id: I6d806a76dc06f98c240344579a687d410491c758
Diffstat (limited to 'tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java')
-rw-r--r--tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java b/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java
index e11c356..4d9a042 100644
--- a/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java
+++ b/tests/robolectric/src/com/android/systemui/plugin/globalactions/wallet/QuickAccessWalletClientTest.java
@@ -33,7 +33,6 @@ import android.content.pm.PackageInfo;
import android.content.pm.PackageManager;
import android.content.pm.ResolveInfo;
import android.content.pm.ServiceInfo;
-import android.os.Build;
import android.provider.Settings;
import android.service.quickaccesswallet.QuickAccessWalletClient;
@@ -58,7 +57,7 @@ import org.robolectric.shadows.ShadowLog;
* Ensures compatibility between the {@link QuickAccessWalletClient} and the plugin
*/
@RunWith(RobolectricTestRunner.class)
-@Config(sdk = Build.VERSION_CODES.R, shadows = {
+@Config(shadows = {
QuickAccessWalletClientTest.ShadowActivityManager.class,
QuickAccessWalletClientTest.ShadowLockPatternUtils.class})
public class QuickAccessWalletClientTest {