Home
last modified time | relevance | path

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

/cts/apps/CtsVerifier/src/com/android/cts/verifier/screenpinning/
DScreenPinningTestActivity.java64 protected void error(int errorId) { in error() argument
65 error(errorId, new Throwable()); in error()
68 private void error(final int errorId, final Throwable cause) { in error() argument
72 String error = getString(errorId); in error()
/cts/apps/CtsVerifier/src/com/android/cts/verifier/managedprovisioning/
DLocationTestActivity.java139 int errorId = data.getIntExtra(LocationCheckerActivity.EXTRA_ERROR_ID, -1); in onActivityResult() local
142 if (errorId != -1) { in onActivityResult()
143 message = getString(errorId); in onActivityResult()
148 boolean locationObtained = errorId == -1; in onActivityResult()