Home
last modified time | relevance | path

Searched refs:widgetLabel (Results 1 – 1 of 1) sorted by relevance

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestActivity.java166 String widgetLabel = null; in updateTestInstructions() local
173 widgetLabel = mTitle; in updateTestInstructions()
179 widgetLabel = getString(testItem.widgetLabel); in updateTestInstructions()
182 ((TextView) findViewById(R.id.widget_label)).setText(widgetLabel); in updateTestInstructions()
303 public final int widgetLabel; field in PolicyTransparencyTestActivity.PolicyTestItem
307 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem() argument
311 this.widgetLabel = widgetLabel; in PolicyTestItem()