Home
last modified time | relevance | path

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

/packages/providers/TelephonyProvider/tests/src/com/android/providers/telephony/
DTelephonyProviderTest.java883 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_UNIQUE_KEY_SUBSCRIPTION_ID)); in testFullRestoreOnMatchingIccId()
886 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_ENHANCED_4G_MODE_ENABLED)); in testFullRestoreOnMatchingIccId()
888 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_VT_IMS_ENABLED)); in testFullRestoreOnMatchingIccId()
890 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_IMS_RCS_UCE_ENABLED)); in testFullRestoreOnMatchingIccId()
892 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_WFC_IMS_ENABLED)); in testFullRestoreOnMatchingIccId()
894 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_WFC_IMS_MODE)); in testFullRestoreOnMatchingIccId()
896 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_WFC_IMS_ROAMING_MODE)); in testFullRestoreOnMatchingIccId()
899 getIntValueFromCursor( in testFullRestoreOnMatchingIccId()
905 getIntValueFromCursor(cursor, Telephony.SimInfo.COLUMN_SATELLITE_ENABLED)); in testFullRestoreOnMatchingIccId()
907 getIntValueFromCursor(cursor, in testFullRestoreOnMatchingIccId()
[all …]
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DTelephonyProvider.java2178 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_SIM_SLOT_INDEX); in copySimInfoValuesV24()
2179 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_NAME_SOURCE); in copySimInfoValuesV24()
2180 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_COLOR); in copySimInfoValuesV24()
2181 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_DISPLAY_NUMBER_FORMAT); in copySimInfoValuesV24()
2182 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_DATA_ROAMING); in copySimInfoValuesV24()
2183 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_MCC); in copySimInfoValuesV24()
2184 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_MNC); in copySimInfoValuesV24()
2185 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_SIM_PROVISIONING_STATUS); in copySimInfoValuesV24()
2186 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_IS_EMBEDDED); in copySimInfoValuesV24()
2187 getIntValueFromCursor(cv, c, Telephony.SimInfo.COLUMN_IS_REMOVABLE); in copySimInfoValuesV24()
[all …]