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.java158 int cdmaSubscription = CdmaSubscriptionSourceManager.getDefault(context); in makeDefaultPhone() local
294 int cdmaSubscription = CdmaSubscriptionSourceManager.getDefault(context); in onMultiSimConfigChanged() local
DRIL.java1096 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription) { in RIL()
1101 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription, Integer instanceId) { in RIL()
1106 public RIL(Context context, int allowedNetworkTypes, int cdmaSubscription, Integer instanceId, in RIL()
3275 public void setCdmaSubscriptionSource(int cdmaSubscription, Message result) { in setCdmaSubscriptionSource()
DServiceStateTracker.java1561 String cdmaSubscription[] = (String[]) ar.result; in handleMessage() local
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
DImsPhoneCommandInterface.java534 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) { in setCdmaSubscriptionSource()