diff options
| author | Hall Liu <hallliu@google.com> | 2015-12-15 14:18:33 -0800 |
|---|---|---|
| committer | Hall Liu <hallliu@google.com> | 2015-12-15 14:57:16 -0800 |
| commit | 9ccc43d63648800e92396c430228772f8d0738cd (patch) | |
| tree | 19f828c414e416be0d4265e30d06048a21b9a545 /tests/res | |
| parent | 98a44dc75b48828dbc6a451bf0885605b6fe1157 (diff) | |
| download | platform_packages_services_Telecomm-9ccc43d63648800e92396c430228772f8d0738cd.tar.gz platform_packages_services_Telecomm-9ccc43d63648800e92396c430228772f8d0738cd.tar.bz2 platform_packages_services_Telecomm-9ccc43d63648800e92396c430228772f8d0738cd.zip | |
Add tests for ContactsHelperAsync
Change-Id: I6ce3c7523fab97d4dc4d4a23ded84af8ec882e5c
Diffstat (limited to 'tests/res')
| -rw-r--r-- | tests/res/drawable-xhdpi/contacts_sample_photo.png | bin | 0 -> 83302 bytes | |||
| -rw-r--r-- | tests/res/drawable-xhdpi/contacts_sample_photo_small.png | bin | 0 -> 4817 bytes | |||
| -rw-r--r-- | tests/res/values/dimens.xml | 20 |
3 files changed, 20 insertions, 0 deletions
diff --git a/tests/res/drawable-xhdpi/contacts_sample_photo.png b/tests/res/drawable-xhdpi/contacts_sample_photo.png Binary files differnew file mode 100644 index 000000000..6c0ba643f --- /dev/null +++ b/tests/res/drawable-xhdpi/contacts_sample_photo.png diff --git a/tests/res/drawable-xhdpi/contacts_sample_photo_small.png b/tests/res/drawable-xhdpi/contacts_sample_photo_small.png Binary files differnew file mode 100644 index 000000000..f53602e6d --- /dev/null +++ b/tests/res/drawable-xhdpi/contacts_sample_photo_small.png diff --git a/tests/res/values/dimens.xml b/tests/res/values/dimens.xml new file mode 100644 index 000000000..031f5b489 --- /dev/null +++ b/tests/res/values/dimens.xml @@ -0,0 +1,20 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- + ~ Copyright (C) 2015 The Android Open Source Project + ~ + ~ Licensed under the Apache License, Version 2.0 (the "License"); + ~ you may not use this file except in compliance with the License. + ~ You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, software + ~ distributed under the License is distributed on an "AS IS" BASIS, + ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + ~ See the License for the specific language governing permissions and + ~ limitations under the License + --> + +<resources> + <dimen name="notification_icon_size">64dp</dimen> +</resources> |
