Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DByodHelperActivity.java161 public static final int RESULT_FAILED = RESULT_FIRST_USER; field in ByodHelperActivity
283 setResult(intentFiltersSetForManagedIntents? RESULT_OK : RESULT_FAILED, null); in onCreate()