Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DPolicyTransparencyTestActivity.java154 String setStep = null; in updateTestInstructions() local
160 setStep = getString(R.string.user_restriction_set_step, mTitle); in updateTestInstructions()
171 setStep = getString(testItem.setStep); in updateTestInstructions()
179 setStep, userAction, note)); in updateTestInstructions()
284 public final int setStep; field in PolicyTransparencyTestActivity.PolicyTestItem
290 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem() argument
292 this.setStep = setStep; in PolicyTestItem()