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.java163 String setStep = null; in updateTestInstructions() local
168 setStep = getString(R.string.user_restriction_set_step, mTitle); in updateTestInstructions()
176 setStep = getString(testItem.setStep); in updateTestInstructions()
183 getString(R.string.policy_transparency_test_instructions, setStep, userAction)); in updateTestInstructions()
299 public final int setStep; field in PolicyTransparencyTestActivity.PolicyTestItem
305 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem() argument
307 this.setStep = setStep; in PolicyTestItem()