summaryrefslogtreecommitdiffstats
path: root/fmapp2/res/values
diff options
context:
space:
mode:
authorSatish Kodishala <skodisha@codeaurora.org>2014-08-22 16:11:16 +0530
committerGerrit - the friendly Code Review server <code-review@localhost>2014-08-26 22:06:47 -0700
commitc5d940d803fc9a4f75d1dc7763ee0303d4d27ef6 (patch)
tree1bb21942b4d6327d80777bf6f100989778504a5a /fmapp2/res/values
parentfccef14765bb2cb96406ff515ba9f90f388ef77f (diff)
downloadandroid_hardware_qcom_fm-c5d940d803fc9a4f75d1dc7763ee0303d4d27ef6.tar.gz
android_hardware_qcom_fm-c5d940d803fc9a4f75d1dc7763ee0303d4d27ef6.tar.bz2
android_hardware_qcom_fm-c5d940d803fc9a4f75d1dc7763ee0303d4d27ef6.zip
FM: Add RFstats app support for Silabs chip
Add RFstats app support for Silabs chip to be able to configure performance parameters. CRs-fixed: 713647 Change-Id: I7946eb54ed0627dbce95010b0b52c2de1c94d166
Diffstat (limited to 'fmapp2/res/values')
-rw-r--r--fmapp2/res/values/arrays.xml12
-rw-r--r--fmapp2/res/values/strings.xml6
2 files changed, 18 insertions, 0 deletions
diff --git a/fmapp2/res/values/arrays.xml b/fmapp2/res/values/arrays.xml
index 3778be1..6686eb8 100644
--- a/fmapp2/res/values/arrays.xml
+++ b/fmapp2/res/values/arrays.xml
@@ -365,6 +365,18 @@
<item> Set RXREPEAT Count</item>
</string-array>
+
+ <string-array name="cfg_rf3">
+ <item> Set SINR Threshold</item>
+ <item> Get SINR Threshold</item>
+ <item> Set RSSI Threshold</item>
+ <item> Get RSSI Threshold</item>
+ <item> Set AFJumpRssi Threshold</item>
+ <item> Get AFJumpRssi Threshold</item>
+ <item> Set RDS FIFO count</item>
+ <item> Get RDS FIFO count</item>
+ </string-array>
+
<string-array name="stats_options">
<item> Select the option</item>
<item> Configure Performance parameters</item>
diff --git a/fmapp2/res/values/strings.xml b/fmapp2/res/values/strings.xml
index a2bf1d4..cf07eb9 100644
--- a/fmapp2/res/values/strings.xml
+++ b/fmapp2/res/values/strings.xml
@@ -248,6 +248,12 @@
<string name="rt_plus_tags">Tags</string>
<string name="enter_RxRePeatCount">Enter RxRePeat count</string>
<string name="set_RxRePeatCount">Config RxRePeat count</string>
+ <string name="enter_RssiTh">Enter RSSI Threshold</string>
+ <string name="set_RssiTh">Config RSSI Threshold</string>
+ <string name="enter_AfJumpRssiTh">Enter AF jump RSSI Threshold</string>
+ <string name="set_AfJumpRssiTh">Config AF jump RSSI Threshold</string>
+ <string name="enter_RdsFifoCnt">Enter RDS FIFO count</string>
+ <string name="set_RdsFifoCnt">Config RDS FIFO count</string>
<string name="usr_def_band_min">Lower Freq Limit(In Mhz)</string>
<string name="usr_def_band_max">Higher Freq Limit(In Mhz)</string>