Merge "Fix instrumentation tests"
This commit is contained in:
committed by
Android (Google) Code Review
commit
a33ee8b349
@@ -15,7 +15,7 @@
|
||||
-->
|
||||
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:key="accessibility_settings_screen"
|
||||
android:key="accessibility_settings_vibration_screen"
|
||||
android:title="@string/accessibility_vibration_settings_title"
|
||||
android:persistent="true">
|
||||
|
||||
|
@@ -90,7 +90,16 @@ public class UniquePreferenceTest {
|
||||
"imei_info",
|
||||
"wifi_ip_address",
|
||||
"wifi_mac_address",
|
||||
"safety_info"
|
||||
"safety_info",
|
||||
// Dupe keys from data usage v2.
|
||||
"data_usage_screen",
|
||||
"cellular_data_usage",
|
||||
"data_usage_wifi_screen",
|
||||
"status_header",
|
||||
"billing_preference",
|
||||
"data_usage_cellular_screen",
|
||||
"wifi_data_usage",
|
||||
"data_usage_enable"
|
||||
);
|
||||
|
||||
private Context mContext;
|
||||
|
Reference in New Issue
Block a user