Searched defs:cdmaSubscription (Results 1 – 4 of 4) sorted by relevance
/frameworks/opt/telephony/src/java/com/android/internal/telephony/ |
D | PhoneFactory.java | 156 int cdmaSubscription = CdmaSubscriptionSourceManager.getDefault(context); in makeDefaultPhone() local 300 int cdmaSubscription = CdmaSubscriptionSourceManager.getDefault(context); in onMultiSimConfigChanged() local
|
D | RIL.java | 1020 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription) { in RIL() 1025 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription, Integer instanceId) { in RIL() 1030 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription, Integer instanceId, in RIL() 3124 public void setCdmaSubscriptionSource(int cdmaSubscription, Message result) { in setCdmaSubscriptionSource()
|
D | ServiceStateTracker.java | 1578 String cdmaSubscription[] = (String[]) ar.result; in handleMessage() local
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/ |
D | ImsPhoneCommandInterface.java | 530 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) { in setCdmaSubscriptionSource()
|