diff options
author | Dan Sandler <dsandler@android.com> | 2015-04-06 16:49:28 -0400 |
---|---|---|
committer | Daniel Sandler <dsandler@android.com> | 2015-05-11 23:32:08 -0400 |
commit | 7edddb4961c7c64f8d2a06495f742e04b5cc7696 (patch) | |
tree | 8e820f471ffe72f3a17359e5270db77abba67e9e /tests/notification/res/values/strings.xml | |
parent | cbcbb828e8e3d1f901be00c896d816d01c17b19d (diff) | |
download | frameworks_base-7edddb4961c7c64f8d2a06495f742e04b5cc7696.zip frameworks_base-7edddb4961c7c64f8d2a06495f742e04b5cc7696.tar.gz frameworks_base-7edddb4961c7c64f8d2a06495f742e04b5cc7696.tar.bz2 |
Tests for Notification object construction and parceling.
The tests use the new hidden Parcel APIs (if available on
the running platform) to emit statistics about ashmem usage.
Bug: 20153922
Bug: 20079551
Change-Id: I400d2a932f297e582c335389570f93c0d4a19fc9
Diffstat (limited to 'tests/notification/res/values/strings.xml')
-rw-r--r-- | tests/notification/res/values/strings.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/tests/notification/res/values/strings.xml b/tests/notification/res/values/strings.xml new file mode 100644 index 0000000..80bf103 --- /dev/null +++ b/tests/notification/res/values/strings.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8"?> +<resources> + <string name="hello">Hello World, NotificationShowcaseActivity!</string> + <string name="app_name">NotificationShowcase</string> + <string name="post_button_label">Post Notifications</string> + <string name="remove_button_label">Remove Notifications</string> + <string name="answered">call answered</string> + <string name="ignored">call ignored</string> + <string name="full_screen_name">Full Screen Activity</string> +</resources> |