Home | History | Annotate | Download | only in notification

Lines Matching refs:tryParseInt

346             final int day = tryParseInt(tokens[i], -1);
353 private static int tryParseInt(String value, int defValue) {
540 return tryParseInt(val, defValue);
821 rt.userId = tryParseInt(conditionId.getQueryParameter("userId"), UserHandle.USER_NULL);
826 rt.reply = tryParseInt(conditionId.getQueryParameter("reply"), 0);
872 final int hour = tryParseInt(value.substring(0, i), -1);
873 final int minute = tryParseInt(value.substring(i + 1), -1);
878 final int rt = tryParseInt(value, defValue);