Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2392 whereArgs[i++] = convertStringToIntString(values.getAsString(CARRIER_ENABLED)); in deleteRow()
3162 selectionArgs[i++] = convertStringToIntString(row.getAsString(field)); in selectConflictingRow()
3197 private static String convertStringToIntString(String boolString) { in convertStringToIntString() method in TelephonyProvider