summaryrefslogtreecommitdiffstats
path: root/tests/res/values
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-06-10 12:09:32 -0700
committerTyler Gunn <tgunn@google.com>2014-06-10 12:09:32 -0700
commitebba68a0da51fa58c93e12df8557b65a2fb37f24 (patch)
tree2af606f013b3c0484e0374a689bd3157ba3d96be /tests/res/values
parentaa3350fe6fc21945e52f4a1096e68e73757ad2bf (diff)
downloadandroid_packages_apps_Dialer-ebba68a0da51fa58c93e12df8557b65a2fb37f24.tar.gz
android_packages_apps_Dialer-ebba68a0da51fa58c93e12df8557b65a2fb37f24.tar.bz2
android_packages_apps_Dialer-ebba68a0da51fa58c93e12df8557b65a2fb37f24.zip
Adding ability to manually enter a call log entry to dialer test app.
Modified the FillCallLogTestActivity to include the ability to add calls to the call log manually (ie by specifying call date/time, type, etc). This is useful for call log debugging and testing. Change-Id: I4984b78fd38ceef4f18c89635fe61e4cd2c3ce3f
Diffstat (limited to 'tests/res/values')
-rw-r--r--tests/res/values/donottranslate_strings.xml14
1 files changed, 13 insertions, 1 deletions
diff --git a/tests/res/values/donottranslate_strings.xml b/tests/res/values/donottranslate_strings.xml
index ceba5ea96..bdeb3043d 100644
--- a/tests/res/values/donottranslate_strings.xml
+++ b/tests/res/values/donottranslate_strings.xml
@@ -37,5 +37,17 @@
<string name="numberOfCallLogEntries">Number of call log entries to add:</string>
<string name="addedLogEntriesToast">Added %1$d call log entries.</string>
<string name="noLogEntriesToast">No entries in the call log yet. Need at least one record for the template. Or use random numbers.</string>
-
+ <string name="add_custom_entry">Add custom call log entry:</string>
+ <string name="call_type_incoming">Incoming</string>
+ <string name="call_type_missed">Missed</string>
+ <string name="call_type_outgoing">Outgoing</string>
+ <string name="call_date">Call date</string>
+ <string name="call_time">Call time</string>
+ <string name="edit">Edit</string>
+ <string name="number">Number</string>
+ <string name="call_presentation">Presentation</string>
+ <string name="presentation_allowed">Allowed</string>
+ <string name="presentation_restricted">Restricted</string>
+ <string name="presentation_unknown">Unknown</string>
+ <string name="presentation_payphone">Payphone</string>
</resources>