Searched refs:getStringValueFromCursor (Results 1 – 2 of 2) sorted by relevance
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
D | TelephonyProvider.java | 2172 getStringValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_ICC_ID); in copySimInfoValuesV24() 2173 getStringValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_DISPLAY_NAME); in copySimInfoValuesV24() 2174 getStringValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_CARRIER_NAME); in copySimInfoValuesV24() 2175 getStringValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_NUMBER); in copySimInfoValuesV24() 2476 getStringValueFromCursor(cv, c, NAME); in copyApnValuesV17() 2477 getStringValueFromCursor(cv, c, NUMERIC); in copyApnValuesV17() 2478 getStringValueFromCursor(cv, c, MCC); in copyApnValuesV17() 2479 getStringValueFromCursor(cv, c, MNC); in copyApnValuesV17() 2480 getStringValueFromCursor(cv, c, APN); in copyApnValuesV17() 2481 getStringValueFromCursor(cv, c, USER); in copyApnValuesV17() [all …]
|
/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/ |
D | TelephonyProviderTest.java | 902 getStringValueFromCursor(cursor, in testFullRestoreOnMatchingIccId() 917 getStringValueFromCursor(cursor, in testFullRestoreOnMatchingIccId() 1118 getStringValueFromCursor(cursor, in testBackupAndRestoreForAllowedNetworkTypesForReasons() 1132 assertNull(getStringValueFromCursor(cursor, in testBackupAndRestoreForAllowedNetworkTypesForReasonsWithFeatureDisabled() 1187 private String getStringValueFromCursor(Cursor cursor, String columnName) { in getStringValueFromCursor() method in TelephonyProviderTest
|