From 326c2507ed46727d4056b4c26b762b14c8a85e74 Mon Sep 17 00:00:00 2001 From: Rahul Banerjee Date: Tue, 1 Nov 2022 11:54:45 -0700 Subject: Migrate Controls{ProviderSelector,Favoriting,Editing}Activities This moves the activities to the new Predictive Back dispatch mechanism. Added unit tests for each (note: used a latch to synchronize the test and ui threads) Bug: 255355028 Test: Passed atest Change-Id: I775f636f8679abfd50a595dd56fb8fa3f23e0fef --- packages/SystemUI/Android.bp | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/SystemUI/Android.bp') diff --git a/packages/SystemUI/Android.bp b/packages/SystemUI/Android.bp index 2f5b5f456d0b..9ee160cd8233 100644 --- a/packages/SystemUI/Android.bp +++ b/packages/SystemUI/Android.bp @@ -114,6 +114,7 @@ android_library { "androidx.dynamicanimation_dynamicanimation", "androidx-constraintlayout_constraintlayout", "androidx.exifinterface_exifinterface", + "androidx.test.ext.junit", "com.google.android.material_material", "kotlinx_coroutines_android", "kotlinx_coroutines", -- cgit v1.2.3-59-g8ed1b