Home | History | Annotate | Download | only in values
      1 <?xml version="1.0" encoding="utf-8"?>
      2 <!--
      3 /*
      4 ** Copyright 2007, The Android Open Source Project
      5 **
      6 ** Licensed under the Apache License, Version 2.0 (the "License");
      7 ** you may not use this file except in compliance with the License.
      8 ** You may obtain a copy of the License at
      9 **
     10 **     http://www.apache.org/licenses/LICENSE-2.0
     11 **
     12 ** Unless required by applicable law or agreed to in writing, software
     13 ** distributed under the License is distributed on an "AS IS" BASIS,
     14 ** WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
     15 ** See the License for the specific language governing permissions and
     16 ** limitations under the License.
     17 */
     18 -->
     19 <resources>
     20 
     21     <string name="app_name">Statsd Dogfood</string>
     22 
     23     <string name="statsd_running">Statsd Running</string>
     24     <string name="statsd_not_running">Statsd NOT Running</string>
     25 
     26     <string name="push_config">Push baseline config</string>
     27     <string name="set_receiver">Set pendingintent</string>
     28     <string name="remove_receiver">Remove pendingintent</string>
     29 
     30     <string name="app_a_foreground">App A foreground</string>
     31     <string name="app_b_foreground">App B foreground</string>
     32 
     33 
     34     <string name="app_a_get_wl1">App A get wl_1</string>
     35     <string name="app_a_release_wl1">App A release wl_1</string>
     36 
     37     <string name="app_a_get_wl2">App A get wl_2</string>
     38     <string name="app_a_release_wl2">App A release wl_2</string>
     39 
     40     <string name="app_b_get_wl1">App B get wl_1</string>
     41     <string name="app_b_release_wl1">App B release wl_1</string>
     42 
     43     <string name="app_b_get_wl2">App B get wl_2</string>
     44     <string name="app_b_release_wl2">App B release wl_2</string>
     45 
     46     <string name="plug">Plug</string>
     47     <string name="unplug">Unplug</string>
     48 
     49     <string name="screen_on">Screen On</string>
     50     <string name="screen_off">Screen Off</string>
     51 
     52     <string name="custom_start">App hook start</string>
     53     <string name="custom_stop">App hook stop</string>
     54 
     55     <string name="dump">DumpReport</string>
     56     <string name="report_header">Report details</string>
     57 </resources>
     58