Home | History | Annotate | Download | only in tv

Lines Matching full:getstring

71                     return mContext.getString(R.string.closed_caption_option_item_off);
80 return mContext.getString(
87 return mContext.getString(mPipSwap ? R.string.pip_options_item_swap_on
91 return mContext.getString(R.string.pip_options_item_sound_main);
93 return mContext.getString(R.string.pip_options_item_sound_pip_window);
98 return mContext.getString(R.string.pip_options_item_layout_bottom_right);
100 return mContext.getString(R.string.pip_options_item_layout_top_right);
102 return mContext.getString(R.string.pip_options_item_layout_top_left);
104 return mContext.getString(R.string.pip_options_item_layout_bottom_left);
106 return mContext.getString(R.string.pip_options_item_layout_side_by_side);
111 return mContext.getString(R.string.pip_options_item_size_big);
113 return mContext.getString(R.string.pip_options_item_size_small);
123 : mContext.getString(R.string.default_language);