Searched refs:widgetLabel (Results 1 – 1 of 1) sorted by relevance
139 String widgetLabel = null; in updateTestInstructions() local146 widgetLabel = mTitle; in updateTestInstructions()152 widgetLabel = getString(testItem.widgetLabel); in updateTestInstructions()155 ((TextView) findViewById(R.id.widget_label)).setText(widgetLabel); in updateTestInstructions()265 public final int widgetLabel; field in PolicyTransparencyTestActivity.PolicyTestItem269 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem() argument273 this.widgetLabel = widgetLabel; in PolicyTestItem()