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

/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DRIL.java738 public RIL(Context context, int preferredNetworkType, int cdmaSubscription) { argument
739 this(context, preferredNetworkType, cdmaSubscription, null);
743 int cdmaSubscription, Integer instanceId) {
747 " cdmaSubscription=" + cdmaSubscription + ")");
751 mCdmaSubscription = cdmaSubscription;
4692 public void setCdmaSubscriptionSource(int cdmaSubscription , Message response) {
4697 rr.mParcel.writeInt(cdmaSubscription);
4700 + " : " + cdmaSubscription);
742 RIL(Context context, int preferredNetworkType, int cdmaSubscription, Integer instanceId) argument

Completed in 32 milliseconds