Searched defs:errorId (Results 1 – 2 of 2) sorted by relevance
64 protected void error(int errorId) { in error()68 private void error(final int errorId, final Throwable cause) { in error()
139 int errorId = data.getIntExtra(LocationCheckerActivity.EXTRA_ERROR_ID, -1); in onActivityResult() local