Loading telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2143,7 +2143,7 @@ public class TelephonyManager { try { ITelephony telephony = getITelephony(); if (telephony != null) return telephony.getMergedSubscriberIds(); return telephony.getMergedSubscriberIds(mContext.getOpPackageName()); } catch (RemoteException ex) { } catch (NullPointerException ex) { } Loading telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ interface ITelephony { */ String getLine1AlphaTagForDisplay(int subId, String callingPackage); String[] getMergedSubscriberIds(); String[] getMergedSubscriberIds(String callingPackage); /** * Override the operator branding for the current ICCID. Loading Loading
telephony/java/android/telephony/TelephonyManager.java +1 −1 Original line number Diff line number Diff line Loading @@ -2143,7 +2143,7 @@ public class TelephonyManager { try { ITelephony telephony = getITelephony(); if (telephony != null) return telephony.getMergedSubscriberIds(); return telephony.getMergedSubscriberIds(mContext.getOpPackageName()); } catch (RemoteException ex) { } catch (NullPointerException ex) { } Loading
telephony/java/com/android/internal/telephony/ITelephony.aidl +1 −1 Original line number Diff line number Diff line Loading @@ -795,7 +795,7 @@ interface ITelephony { */ String getLine1AlphaTagForDisplay(int subId, String callingPackage); String[] getMergedSubscriberIds(); String[] getMergedSubscriberIds(String callingPackage); /** * Override the operator branding for the current ICCID. Loading