diff options
author | Ravindra <c_rthat@codeaurora.org> | 2016-01-25 15:48:22 +0530 |
---|---|---|
committer | Steve Kondik <steve@cyngn.com> | 2016-05-21 16:24:14 -0700 |
commit | e691cca4a617929a2500a2330c88bf4bb691c999 (patch) | |
tree | 1abb98d04a05060d2be03b669490a4e9ef61fb30 /telephony | |
parent | ed1ce246e4a34454225cad1e2c2d619a3d3f42b9 (diff) | |
download | frameworks_base-e691cca4a617929a2500a2330c88bf4bb691c999.zip frameworks_base-e691cca4a617929a2500a2330c88bf4bb691c999.tar.gz frameworks_base-e691cca4a617929a2500a2330c88bf4bb691c999.tar.bz2 |
Create emergency account with primary stack phone.
When creating emergency account associate the primary
stack phone with it as emergency calls will be placed
only on primary stack with no sim cards on the device.
Change-Id: I63a9d54950330991e7a93ec8c3982a70d4cdd741
CRs-Fixed: 965269
Diffstat (limited to 'telephony')
-rw-r--r-- | telephony/java/com/android/internal/telephony/IExtTelephony.aidl | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/telephony/java/com/android/internal/telephony/IExtTelephony.aidl b/telephony/java/com/android/internal/telephony/IExtTelephony.aidl index f538a46..7040f80 100644 --- a/telephony/java/com/android/internal/telephony/IExtTelephony.aidl +++ b/telephony/java/com/android/internal/telephony/IExtTelephony.aidl @@ -161,4 +161,11 @@ interface IExtTelephony { */ int getUiccApplicationState(int slotId, int appIndex); + /** + * Get primary stack phone id. + * @param - void + * @return phone id + */ + int getPrimaryStackPhoneId(); + } |