CMSDK : Remove legacy tests

Change-Id: I9872774053d68aaf7ed37c74888a5a7ead809484
This commit is contained in:
Danesh M 2015-11-16 15:56:20 -08:00
parent c25b6157bc
commit 8862a5f48c
1 changed files with 2 additions and 2 deletions

View File

@ -81,7 +81,7 @@ import java.util.Map;
private void testMigrateSettingsForUser(int userId) {
// Setup values in Settings
final String expectedPullDownValue = "testQuickPullDownValue";
/*final String expectedPullDownValue = "testQuickPullDownValue";
Settings.System.putStringForUser(mContentResolver,
CMSettingsProvider.LegacyCMSettings.STATUS_BAR_QUICK_QS_PULLDOWN,
expectedPullDownValue, userId);
@ -89,7 +89,7 @@ import java.util.Map;
final int expectedKeyboardBrightness = 4;
Settings.Secure.putIntForUser(mContentResolver,
CMSettingsProvider.LegacyCMSettings.KEYBOARD_BRIGHTNESS,
expectedKeyboardBrightness, userId);
expectedKeyboardBrightness, userId);*/
Bundle arg = new Bundle();
arg.putInt(CMSettings.CALL_METHOD_USER_KEY, userId);