Searched refs:authVal (Results 1 – 1 of 1) sorted by relevance
312 int authVal = mCursor.getInt(AUTH_TYPE_INDEX); in fillUi() local313 if (authVal != -1) { in fillUi()314 mAuthType.setValueIndex(authVal); in fillUi()370 String authVal = mAuthType.getValue(); in fillUi() local371 if (authVal != null) { in fillUi()372 int authValIndex = Integer.parseInt(authVal); in fillUi()643 String authVal = mAuthType.getValue(); in validateAndSave() local644 if (authVal != null) { in validateAndSave()645 values.put(Telephony.Carriers.AUTH_TYPE, Integer.parseInt(authVal)); in validateAndSave()