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.java139 String widgetLabel = null; in updateTestInstructions() local
146 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.PolicyTestItem
269 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem() argument
273 this.widgetLabel = widgetLabel; in PolicyTestItem()