Home
last modified time | relevance | path

Searched defs:cdmaSubscription (Results 1 – 4 of 4) sorted by relevance

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
DPhoneFactory.java156 int cdmaSubscription = CdmaSubscriptionSourceManager.getDefault(context); in makeDefaultPhone() local
300 int cdmaSubscription = CdmaSubscriptionSourceManager.getDefault(context); in onMultiSimConfigChanged() local
DRIL.java1020 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()
DServiceStateTracker.java1578 String cdmaSubscription[] = (String[]) ar.result; in handleMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java530 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) { in setCdmaSubscriptionSource()