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.java137 String setStep = null; in updateTestInstructions() local
142 setStep = getString(R.string.user_restriction_set_step, mTitle); in updateTestInstructions()
150 setStep = getString(testItem.setStep); in updateTestInstructions()
157 getString(R.string.policy_transparency_test_instructions, setStep, userAction)); in updateTestInstructions()
263 public final int setStep; field in PolicyTransparencyTestActivity.PolicyTestItem
269 public PolicyTestItem(int setStep, int userAction, int widgetLabel, int widgetId, in PolicyTestItem() argument
271 this.setStep = setStep; in PolicyTestItem()