Merge "Updated privacy settings to launch custom content capture settings when available."

This commit is contained in:
TreeHugger Robot
2019-03-22 18:35:58 +00:00
committed by Android (Google) Code Review
5 changed files with 162 additions and 20 deletions

View File

@@ -51,7 +51,7 @@ public class EnableContentCapturePreferenceControllerTest {
public void setUp() {
MockitoAnnotations.initMocks(this);
mContext = RuntimeEnvironment.application;
mController = new EnableContentCapturePreferenceController(mContext);
mController = new EnableContentCapturePreferenceController(mContext, "THE_KEY_TO_SUCCESS");
mPreference = new Preference(mContext);
mPreference.setKey(mController.getPreferenceKey());
}