Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/mail/store/
DPop3Store.java591 final String intString; in fetchBody() local
593 intString = response.substring(start, end); in fetchBody()
595 intString = response.substring(start); in fetchBody()
597 message.setSize(Integer.parseInt(intString)); in fetchBody()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2424 private static String convertStringToBoolString(String intString) { in convertStringToBoolString() argument
2425 if ("0".equals(intString) || "false".equalsIgnoreCase(intString)) return "false"; in convertStringToBoolString()