Loading packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java +7 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ import com.android.systemui.qs.QsEventLoggerFake; import com.android.systemui.qs.logging.QSLogger; import com.android.systemui.statusbar.StatusBarState; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -146,6 +147,12 @@ public class QSTileImplTest extends SysuiTestCase { mTile.setTileSpec(SPEC); } @After public void destroyTile() { mTile.destroy(); mTestableLooper.processAllMessages(); } @Test public void testClick_Metrics() { mTile.click(null /* expandable */); Loading Loading
packages/SystemUI/tests/src/com/android/systemui/qs/tileimpl/QSTileImplTest.java +7 −0 Original line number Diff line number Diff line Loading @@ -75,6 +75,7 @@ import com.android.systemui.qs.QsEventLoggerFake; import com.android.systemui.qs.logging.QSLogger; import com.android.systemui.statusbar.StatusBarState; import org.junit.After; import org.junit.Before; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -146,6 +147,12 @@ public class QSTileImplTest extends SysuiTestCase { mTile.setTileSpec(SPEC); } @After public void destroyTile() { mTile.destroy(); mTestableLooper.processAllMessages(); } @Test public void testClick_Metrics() { mTile.click(null /* expandable */); Loading