Moving all widget picker tests to instrumentation tests

Bug: 196825541
Test: Presubmit
Change-Id: I946f29baedb2e6b29044f8df1bc73b74e9999efe
This commit is contained in:
Sunny Goyal
2021-07-29 15:48:24 -07:00
parent 741107cc53
commit 177785eccf
18 changed files with 251 additions and 234 deletions

View File

@@ -145,6 +145,7 @@ public abstract class BaseActivity extends Activity implements ActivityContext {
/**
* Returns {@link StatsLogManager} for user event logging.
*/
@Override
public StatsLogManager getStatsLogManager() {
if (mStatsLogManager == null) {
mStatsLogManager = StatsLogManager.newInstance(this);