File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed
watchface-editor/src/androidTest/java/androidx/wear/watchface/editor
watchface/src/androidTest/java/androidx/wear/watchface Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -1835,7 +1835,6 @@ public class EditorSessionTest {
18351835 EditorService .globalEditorService.unregisterObserver(observerId)
18361836 }
18371837
1838- @SdkSuppress(maxSdkVersion = 32 ) // b/275361339
18391838 @Test
18401839 @Suppress(" Deprecation" ) // userStyleSettings
18411840 public fun commit_headless () {
@@ -1887,7 +1886,6 @@ public class EditorSessionTest {
18871886 EditorService .globalEditorService.unregisterObserver(observerId)
18881887 }
18891888
1890- @SdkSuppress(maxSdkVersion = 32 ) // b/275361339
18911889 @SuppressLint(" NewApi" )
18921890 @Suppress(" Deprecation" ) // userStyleSettings
18931891 @Test
Original file line number Diff line number Diff line change @@ -21,7 +21,6 @@ import android.graphics.drawable.Icon
2121import androidx.test.core.app.ApplicationProvider
2222import androidx.test.ext.junit.runners.AndroidJUnit4
2323import androidx.test.filters.MediumTest
24- import androidx.test.filters.SdkSuppress
2524import androidx.wear.watchface.control.InteractiveInstanceManager
2625import androidx.wear.watchface.style.UserStyleSchema
2726import androidx.wear.watchface.style.UserStyleSetting
@@ -39,7 +38,6 @@ class WatchFaceServiceAndroidTest {
3938 InteractiveInstanceManager .setParameterlessEngine(null )
4039 }
4140
42- @SdkSuppress(maxSdkVersion = 32 ) // b/275361339
4341 @Test
4442 fun measuresWatchFaceIconsFromCustomContext () {
4543 val context: Context = ApplicationProvider .getApplicationContext()
You can’t perform that action at this time.
0 commit comments