From d90403ff078159f161bdc0e12860e2615852322e Mon Sep 17 00:00:00 2001 From: Erica Chang Date: Thu, 14 Apr 2016 12:19:08 -0700 Subject: Contacts InCall metrics test -added espresso & uiautomator for UI automation -added test cases for metrics -INAPP_NUDGE_CONTACTS_TAB_LOGIN -DIRECTORY_SEARCH (from contacts tab) -CONTACTS_MANUAL_MERGED -CONTACTS_AUTO_MERGED -INVITES_SENT -DIRECTORY_SEARCH -INAPP_NUDGE_CONTACTS_LOGIN -INAPP_NUDGE_CONTACTS_INSTALL Change-Id: I86e5827b19ed4f313d55902198d5f3ccb25b20e8 --- androidTest/res/drawable-hdpi/ic_launcher.png | Bin 0 -> 4811 bytes androidTest/res/drawable-mdpi/ic_launcher.png | Bin 0 -> 3033 bytes androidTest/res/drawable-xhdpi/ic_launcher.png | Bin 0 -> 6887 bytes androidTest/res/values/strings.xml | 19 +++++++++++++++++++ 4 files changed, 19 insertions(+) create mode 100644 androidTest/res/drawable-hdpi/ic_launcher.png create mode 100644 androidTest/res/drawable-mdpi/ic_launcher.png create mode 100644 androidTest/res/drawable-xhdpi/ic_launcher.png create mode 100644 androidTest/res/values/strings.xml (limited to 'androidTest/res') diff --git a/androidTest/res/drawable-hdpi/ic_launcher.png b/androidTest/res/drawable-hdpi/ic_launcher.png new file mode 100644 index 000000000..6705a79da Binary files /dev/null and b/androidTest/res/drawable-hdpi/ic_launcher.png differ diff --git a/androidTest/res/drawable-mdpi/ic_launcher.png b/androidTest/res/drawable-mdpi/ic_launcher.png new file mode 100644 index 000000000..7d7c4881a Binary files /dev/null and b/androidTest/res/drawable-mdpi/ic_launcher.png differ diff --git a/androidTest/res/drawable-xhdpi/ic_launcher.png b/androidTest/res/drawable-xhdpi/ic_launcher.png new file mode 100644 index 000000000..51e4604bd Binary files /dev/null and b/androidTest/res/drawable-xhdpi/ic_launcher.png differ diff --git a/androidTest/res/values/strings.xml b/androidTest/res/values/strings.xml new file mode 100644 index 000000000..9f5465f5f --- /dev/null +++ b/androidTest/res/values/strings.xml @@ -0,0 +1,19 @@ + + + + Contacts InCall Metrics Test + -- cgit v1.2.3