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.java1768 whereArgs[i++] = convertStringToIntString(values.getAsString(CARRIER_ENABLED)); in deleteRow()
2495 selectionArgs[i++] = convertStringToIntString(row.getAsString(field)); in selectConflictingRow()
2530 private static String convertStringToIntString(String boolString) { in convertStringToIntString() method in TelephonyProvider