Searched refs:authVal (Results 1 – 1 of 1) sorted by relevance
502 int authVal = mCursor.getInt(AUTH_TYPE_INDEX); in fillUi() local503 if (authVal != -1) { in fillUi()504 mAuthType.setValueIndex(authVal); in fillUi()560 String authVal = mAuthType.getValue(); in fillUi() local561 if (authVal != null) { in fillUi()562 int authValIndex = Integer.parseInt(authVal); in fillUi()930 String authVal = mAuthType.getValue(); in validateAndSave() local931 if (authVal != null) { in validateAndSave()934 Integer.parseInt(authVal), in validateAndSave()