Merge "New SIMINFO DB columns for phone number" am: 303aa3d8ac am: 6570c710bc

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1889878

Change-Id: I3eb490d5f65baa08bfb36e6dd7b4257c8f7994c9
This commit is contained in:
Treehugger Robot
2021-12-16 00:56:46 +00:00
committed by Automerger Merge Worker

View File

@@ -5374,5 +5374,21 @@ public final class Telephony {
*/ */
public static final String COLUMN_NR_ADVANCED_CALLING_ENABLED = public static final String COLUMN_NR_ADVANCED_CALLING_ENABLED =
"nr_advanced_calling_enabled"; "nr_advanced_calling_enabled";
/**
* TelephonyProvider column name for the phone number from source CARRIER
*
* @hide
*/
public static final String COLUMN_PHONE_NUMBER_SOURCE_CARRIER =
"phone_number_source_carrier";
/**
* TelephonyProvider column name for the phone number from source IMS
*
* @hide
*/
public static final String COLUMN_PHONE_NUMBER_SOURCE_IMS =
"phone_number_source_ims";
} }
} }