commit | c98217f350cce01f1ee1ad891e2a71a59a873632 | [log] [tgz] |
---|---|---|
author | Svet Ganov <svetoslavganov@google.com> | Thu Jul 02 13:05:06 2015 -0700 |
committer | The Android Automerger <android-build@google.com> | Mon Jul 06 11:44:09 2015 -0700 |
tree | 7ef1481949c577b6081269d3e84f84c0dda0442c | |
parent | 778bcaed7f8f1e1092dc06af9014ba74b94bac5c [diff] |
Update settings provider - insert in secure settings test The settings provider fails fast if the input for the insert method is not valid. The test is trying to insert a null key which is not a valid key. Note that in this case no mutation is performed. To really tests the provider protection we are inserting a valid key, value pair. bug:21619456 Change-Id: Iadd9208deda1fa44eb2fc8a76347a19b417e0010