Searched refs:getStringValueFromCursor (Results 1 – 1 of 1) sorted by relevance
| /packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
| D | TelephonyProvider.java | 935 getStringValueFromCursor(cv, c, NAME); in copyPreservedApnsToNewTable() 936 getStringValueFromCursor(cv, c, NUMERIC); in copyPreservedApnsToNewTable() 937 getStringValueFromCursor(cv, c, MCC); in copyPreservedApnsToNewTable() 938 getStringValueFromCursor(cv, c, MNC); in copyPreservedApnsToNewTable() 939 getStringValueFromCursor(cv, c, APN); in copyPreservedApnsToNewTable() 940 getStringValueFromCursor(cv, c, USER); in copyPreservedApnsToNewTable() 941 getStringValueFromCursor(cv, c, SERVER); in copyPreservedApnsToNewTable() 942 getStringValueFromCursor(cv, c, PASSWORD); in copyPreservedApnsToNewTable() 943 getStringValueFromCursor(cv, c, PROXY); in copyPreservedApnsToNewTable() 944 getStringValueFromCursor(cv, c, PORT); in copyPreservedApnsToNewTable() [all …]
|