New SIMINFO DB columns for phone number

Bug: 193539271
Test: make
Change-Id: I3c152147ebbb73cd8318323e82853ec4e0c88e38
Merged-In: I3c152147ebbb73cd8318323e82853ec4e0c88e38
(cherry picked from commit 50b1bab0d7)
This commit is contained in:
Meng Wang
2021-10-19 11:32:42 -07:00
parent 6a8b9f3964
commit 23005a10bc

View File

@@ -5374,5 +5374,21 @@ public final class Telephony {
*/
public static final String COLUMN_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";
}
}