| commit | 4f5e3617fa3cd03032102868d84b01368fa43061 | [log] [tgz] |
|---|---|---|
| author | Marcell Kovacs <marcellk@google.com> | Wed Mar 02 13:09:53 2022 -0800 |
| committer | Marcell Kovacs <marcellk@google.com> | Wed Mar 02 22:35:45 2022 +0000 |
| tree | a80244c4abdef3bdc043d13abb70b93459d83fed | |
| parent | ba3b767c31e5540490fe3571869ca74228e6c134 [diff] |
Fix STKFrameworkTest setup method Bug: 222339092 Test: atest android.security.cts.STKFrameworkTest Change-Id: Ife55645c55dc4079d9b4488202b9709177495af8
diff --git a/tests/tests/security/src/android/security/cts/STKFrameworkTest.java b/tests/tests/security/src/android/security/cts/STKFrameworkTest.java index e5366ae..2765de4 100644 --- a/tests/tests/security/src/android/security/cts/STKFrameworkTest.java +++ b/tests/tests/security/src/android/security/cts/STKFrameworkTest.java
@@ -33,7 +33,7 @@ private boolean mHasTelephony; @Before - protected void setUp() throws Exception { + public void setUp() throws Exception { mHasTelephony = getContext().getPackageManager().hasSystemFeature( PackageManager.FEATURE_TELEPHONY); }