Searched refs:subId (Results 1 - 25 of 46) sorted by relevance

12

/frameworks/base/telephony/java/com/android/internal/telephony/
H A DIPhoneSubInfo.aidl31 * Retrieves the unique device ID of a subId for the device, e.g., IMEI
34 String getDeviceIdForSubscriber(long subId);
39 String getImeiForSubscriber(long subId);
53 * Retrieves the unique subscriber ID of a given subId, e.g., IMSI for GSM phones.
55 String getSubscriberIdForSubscriber(long subId);
63 * Retrieves the Group Identifier Level1 for GSM phones of a subId.
65 String getGroupIdLevel1ForSubscriber(long subId);
73 * Retrieves the serial number of a given subId.
75 String getIccSerialNumberForSubscriber(long subId);
85 String getLine1NumberForSubscriber(long subId);
[all...]
H A DISub.aidl25 * @param subId The unique SubInfoRecord index in database
28 SubInfoRecord getSubInfoForSubscriber(long subId);
79 * @param subId the unique SubInfoRecord index in database
82 int setColor(int color, long subId);
87 * @param subId the unique SubInfoRecord index in database
90 int setDisplayName(String displayName, long subId);
95 * @param subId the unique SubInfoRecord index in database
99 int setDisplayNameUsingSrc(String displayName, long subId, long nameSource);
102 * Set phone number by subId
104 * @param subId th
[all...]
H A DITelephony.aidl58 * End call on particular subId or go to the Home screen
59 * @param subId user preferred subId.
62 boolean endCallForSubscriber(long subId);
101 * Check if a particular subId has an active or holding call
103 * @param subId user preferred subId.
106 boolean isOffhookForSubscriber(long subId);
110 * on a particular subId.
112 * @param subId use
[all...]
H A DISms.aidl47 * @param subId the subId id.
50 List<SmsRawData> getAllMessagesFromIccEfForSubscriber(in long subId, String callingPkg);
74 * @param subId the subId id.
78 boolean updateMessageOnIccEfForSubscriber(in long subId, String callingPkg,
98 * @param subId the subId id.
102 boolean copyMessageToIccEfForSubscriber(in long subId, String callingPkg, int status,
153 * @param subId th
[all...]
H A DITelephonyRegistry.aidl33 void listenForSubscriber(in long subId, String pkg, IPhoneStateListener callback, int events,
36 void notifyCallStateForSubscriber(in long subId, int state, String incomingNumber);
37 void notifyServiceStateForPhoneId(in int phoneId, in long subId, in ServiceState state);
39 void notifySignalStrengthForSubscriber(in long subId, in SignalStrength signalStrength);
40 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in long subId, in boolean mwi);
42 void notifyCallForwardingChangedForSubscriber(in long subId, boolean cfi);
44 void notifyDataActivityForSubscriber(in long subId, int state);
48 void notifyDataConnectionForSubscriber(long subId, int state, boolean isDataConnectivityPossible,
52 void notifyDataConnectionFailedForSubscriber(long subId, String reason, String apnType);
54 void notifyCellLocationForSubscriber(in long subId, i
[all...]
H A DIMms.aidl31 * @param subId the SIM id
42 void sendMessage(long subId, String callingPkg, in Uri contentUri,
48 * @param subId the SIM id
59 void downloadMessage(long subId, String callingPkg, String locationUrl,
100 * @param subId the SIM id
102 Bundle getCarrierConfigValues(long subId);
198 * @param subId the SIM id
207 void sendStoredMessage(long subId, String callingPkg, in Uri messageUri,
H A DCallerInfoAsyncQuery.java84 public long subId; field in class:CallerInfoAsyncQuery.CookieWrapper
284 mCallerInfo = new CallerInfo().markAsVoiceMail(cw.subId);
391 long subId = SubscriptionManager.getDefaultSubId();
392 return startQuery(token, context, number, listener, cookie, subId);
407 OnQueryCompleteListener listener, Object cookie, long subId) {
435 cw.subId = subId;
440 } else if (PhoneNumberUtils.isVoiceMailNumber(subId, number)) {
406 startQuery(int token, Context context, String number, OnQueryCompleteListener listener, Object cookie, long subId) argument
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
H A DPhoneSubInfoController.java50 public String getDeviceIdForSubscriber(long subId) { argument
51 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
56 " for Subscription:" + subId);
61 public String getImeiForSubscriber(long subId) { argument
62 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
67 " for Subscription:" + subId);
86 public String getSubscriberIdForSubscriber(long subId) { argument
87 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
92 " null for Subscription:" + subId);
104 public String getIccSerialNumberForSubscriber(long subId) { argument
119 getLine1NumberForSubscriber(long subId) argument
134 getLine1AlphaTagForSubscriber(long subId) argument
149 getMsisdnForSubscriber(long subId) argument
164 getVoiceMailNumberForSubscriber(long subId) argument
179 getCompleteVoiceMailNumberForSubscriber(long subId) argument
194 getVoiceMailAlphaTagForSubscriber(long subId) argument
208 getPhoneSubInfoProxy(long subId) argument
263 getIccSimChallengeResponse(long subId, int appType, String data) argument
273 getGroupIdLevel1ForSubscriber(long subId) argument
[all...]
H A DPhoneSubInfoProxy.java151 public String getDeviceIdForSubscriber(long subId) throws RemoteException { argument
157 public String getImeiForSubscriber(long subId) throws RemoteException { argument
163 public String getSubscriberIdForSubscriber(long subId) throws RemoteException { argument
169 public String getGroupIdLevel1ForSubscriber(long subId) throws RemoteException { argument
175 public String getIccSerialNumberForSubscriber(long subId) throws RemoteException { argument
181 public String getLine1NumberForSubscriber(long subId) throws RemoteException { argument
187 public String getLine1AlphaTagForSubscriber(long subId) throws RemoteException { argument
193 public String getMsisdnForSubscriber(long subId) throws RemoteException { argument
199 public String getVoiceMailNumberForSubscriber(long subId) throws RemoteException { argument
205 public String getCompleteVoiceMailNumberForSubscriber(long subId) throw argument
211 getVoiceMailAlphaTagForSubscriber(long subId) argument
256 getIccSimChallengeResponse(long subId, int appType, String data) argument
[all...]
H A DUiccSmsController.java60 updateMessageOnIccEfForSubscriber(long subId, String callingPackage, int index, int status, argument
62 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
67 " for Subscription: " + subId);
78 public boolean copyMessageToIccEfForSubscriber(long subId, String callingPackage, int status, argument
80 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
85 " for Subscription: " + subId);
95 public List<SmsRawData> getAllMessagesFromIccEfForSubscriber(long subId, String callingPackage) argument
97 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
102 " null for Subscription: " + subId);
113 public void sendDataForSubscriber(long subId, Strin argument
132 sendTextForSubscriber(long subId, String callingPackage, String destAddr, String scAddr, String text, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
151 sendMultipartTextForSubscriber(long subId, String callingPackage, String destAddr, String scAddr, List<String> parts, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) argument
169 enableCellBroadcastForSubscriber(long subId, int messageIdentifier) argument
180 enableCellBroadcastRangeForSubscriber(long subId, int startMessageId, int endMessageId) argument
196 disableCellBroadcastForSubscriber(long subId, int messageIdentifier) argument
207 disableCellBroadcastRangeForSubscriber(long subId, int startMessageId, int endMessageId) argument
224 getPremiumSmsPermissionForSubscriber(long subId, String packageName) argument
240 setPremiumSmsPermissionForSubscriber(long subId, String packageName, int permission) argument
254 isImsSmsSupportedForSubscriber(long subId) argument
269 getImsSmsFormatForSubscriber(long subId) argument
291 injectSmsPdu(long subId, byte[] pdu, String format, PendingIntent receivedIntent) argument
298 getIccSmsInterfaceManager(long subId) argument
334 sendStoredText(long subId, String callingPkg, Uri messageUri, String scAddress, PendingIntent sentIntent, PendingIntent deliveryIntent) argument
346 sendStoredMultipartText(long subId, String callingPkg, Uri messageUri, String scAddress, List<PendingIntent> sentIntents, List<PendingIntent> deliveryIntents) argument
[all...]
H A DSubscriptionController.java57 * Any setters which take subId, slotId or phoneId as a parameter will throw an exception if the
229 private void broadcastSimInfoContentChanged(long subId, argument
233 intent.putExtra(BaseColumns._ID, subId);
238 logd("[broadcastSimInfoContentChanged] subId" + subId
241 logd("[broadcastSimInfoContentChanged] subId" + subId
255 info.subId = cursor.getLong(cursor.getColumnIndexOrThrow(BaseColumns._ID));
283 logd("[getSubInfoRecord] SubId:" + info.subId + " iccid:" + info.iccId + " slotId:" +
334 * @param subId Th
338 getSubInfoForSubscriber(long subId) argument
652 setColor(int color, long subId) argument
681 setDisplayName(String displayName, long subId) argument
694 setDisplayNameUsingSrc(String displayName, long subId, long nameSource) argument
729 setDisplayNumber(String number, long subId) argument
780 setDisplayNumberFormat(int format, long subId) argument
808 setDataRoaming(int roaming, long subId) argument
835 setMccMnc(String mccMnc, long subId) argument
858 getSlotId(long subId) argument
954 getPhoneId(long subId) argument
1086 setDefaultSmsSubId(long subId) argument
1096 broadcastDefaultSmsSubIdChanged(long subId) argument
1115 setDefaultVoiceSubId(long subId) argument
1125 broadcastDefaultVoiceSubIdChanged(long subId) argument
1153 setDefaultDataSubId(long subId) argument
1177 broadcastDefaultDataSubIdChanged(long subId) argument
1191 setDefaultSubId(long subId) argument
1241 shouldDefaultBeCleared(List<SubInfoRecord> records, long subId) argument
1325 validateSubId(long subId) argument
[all...]
H A DUiccPhoneBookController.java54 updateAdnRecordsInEfBySearchForSubscriber(long subId, int efid, String oldTag, argument
58 getIccPhoneBookInterfaceManagerProxy(subId);
64 " null for Subscription:"+subId);
77 updateAdnRecordsInEfByIndexForSubscriber(long subId, int efid, String newTag, argument
80 getIccPhoneBookInterfaceManagerProxy(subId);
86 " null for Subscription:"+subId);
96 getAdnRecordsSizeForSubscriber(long subId, int efid) throws android.os.RemoteException { argument
98 getIccPhoneBookInterfaceManagerProxy(subId);
103 " null for Subscription:"+subId);
112 public List<AdnRecord> getAdnRecordsInEfForSubscriber(long subId, in argument
129 getIccPhoneBookInterfaceManagerProxy(long subId) argument
[all...]
H A DIIccPhoneBook.aidl53 * @param subId user preferred subId
56 List<AdnRecord> getAdnRecordsInEfForSubscriber(long subId, int efid);
99 * @param subId user preferred subId
102 boolean updateAdnRecordsInEfBySearchForSubscriber(long subId, int efid,
138 * @param subId user preferred subId
141 boolean updateAdnRecordsInEfByIndexForSubscriber(long subId, int efid, String newTag,
160 * @param subId use
[all...]
H A DPhoneFactory.java304 public static void setDefaultSubscription(int subId) { argument
305 SystemProperties.set(PROPERTY_DEFAULT_SUBSCRIPTION, Integer.toString(subId));
306 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
326 Rlog.d(LOG_TAG, "setDefaultSubscription : " + subId
355 int subId = 0;
358 subId = Settings.Global.getInt(sContext.getContentResolver(),
364 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
370 Rlog.i(LOG_TAG, "Subscription is invalid..." + subId + " Set to 0");
371 subId = 0;
372 setVoiceSubscription(subId);
467 setVoiceSubscription(int subId) argument
473 setDataSubscription(long subId) argument
495 setSMSSubscription(int subId) argument
[all...]
H A DIccProvider.java74 URL_MATCHER.addURI("icc", "adn/subId/#", ADN_SUB);
76 URL_MATCHER.addURI("icc", "fdn/subId/#", FDN_SUB);
78 URL_MATCHER.addURI("icc", "sdn/subId/#", SDN_SUB);
127 long subId;
130 subId = subInfoList.get(i).subId;
131 result[i] = loadFromEf(efType, subId);
132 Rlog.i(TAG,"ADN Records loaded for Subscription ::" + subId);
161 long subId;
169 subId
389 loadFromEf(int efType, long subId) argument
422 addIccRecordToEf(int efType, String name, String number, String[] emails, String pin2, long subId) argument
451 updateIccRecordInEf(int efType, String oldName, String oldNumber, String newName, String newNumber, String pin2, long subId) argument
477 deleteIccRecordFromEf(int efType, String name, String number, String[] emails, String pin2, long subId) argument
[all...]
H A DDefaultPhoneNotifier.java60 long subId = sender.getSubId();
67 mRegistry.notifyCallStateForSubscriber(subId,
79 long subId = sender.getSubId();
82 + " sender=" + sender + " phondId=" + phoneId + " subId=" + subId);
89 mRegistry.notifyServiceStateForPhoneId(phoneId, subId, ss);
98 long subId = sender.getSubId();
103 mRegistry.notifySignalStrengthForSubscriber(subId, sender.getSignalStrength());
113 long subId = sender.getSubId();
117 mRegistry.notifyMessageWaitingChangedForPhoneId(phoneId, subId,
303 notifyOemHookRawEventForSubscriber(long subId, byte[] rawData) argument
468 onDataStateChanged(long subId, String state, String reason, String apnName, String apnType, boolean unavailable) argument
[all...]
H A DSubscription.java45 public int subId; // SUB 0 or SUB 1 field in class:Subscription
77 + ", subId = " + subId
88 && (m3gpp2Index == sub.m3gpp2Index) && (subId == sub.subId)
112 // Not checking the subId, subStatus and slotId, which are related to the
148 subId = SUBSCRIPTION_INDEX_INVALID;
166 subId = from.subId;
H A DCallManager.java245 * get Phone object corresponds to subId
248 private Phone getPhone(long subId) { argument
251 if (phone.getSubId() == subId && !(phone instanceof ImsPhone)) {
279 * Get current coarse-grained voice call state on a subId.
284 public PhoneConstants.State getState(long subId) { argument
288 if (phone.getSubId() == subId) {
335 * @return the Phone service state corresponds to subId
337 public int getServiceState(long subId) { argument
341 if (phone.getSubId() == subId) {
380 public Phone getPhoneInCall(long subId) { argument
473 getFgPhone(long subId) argument
488 getBgPhone(long subId) argument
503 getRingingPhone(long subId) argument
799 canConference(Call heldCall, long subId) argument
948 clearDisconnected(long subId) argument
1014 canTransfer(Call heldCall, long subId) argument
1732 hasActiveFgCall(long subId) argument
1749 hasActiveBgCall(long subId) argument
1766 hasActiveRingingCall(long subId) argument
1791 getActiveFgCall(long subId) argument
1818 getFirstNonIdleCall(List<Call> calls, long subId) argument
1870 getFirstActiveBgCall(long subId) argument
1908 getFirstActiveRingingCall(long subId) argument
1933 getActiveFgCallState(long subId) argument
1959 getFgCallConnections(long subId) argument
1983 getBgCallConnections(long subId) argument
2007 getFgCallLatestConnection(long subId) argument
2025 hasDisconnectedFgCall(long subId) argument
2040 hasDisconnectedBgCall(long subId) argument
2061 getFirstActiveCall(ArrayList<Call> calls, long subId) argument
2086 getFirstCallOfState(ArrayList<Call> calls, Call.State state, long subId) argument
2115 hasMoreThanOneRingingCall(long subId) argument
2134 hasMoreThanOneHoldingCall(long subId) argument
[all...]
H A DProxyController.java123 public void registerForAllDataDisconnected(long subId, Handler h, int what, Object obj) { argument
124 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
131 public void unregisterForAllDataDisconnected(long subId, Handler h) { argument
132 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
139 public boolean isDataDisconnected(long subId) { argument
140 int phoneId = SubscriptionController.getInstance().getPhoneId(subId);
H A DSubInfoRecordUpdater.java131 long subId = intent.getLongExtra(PhoneConstants.SUBSCRIPTION_KEY,
134 if (SubscriptionManager.isValidSubId(subId)) {
135 String msisdn = TelephonyManager.getDefault().getLine1NumberForSubscriber(subId);
142 SubscriptionManager._ID + "=" + Long.toString(subId), null);
146 SubscriptionManager.getSubInfoForSubscriber(subId);
153 TelephonyManager.getDefault().getSimOperator(subId);
168 SubscriptionManager._ID + "=" + Long.toString(subId), null);
171 logd("[Receiver] Invalid subId, could not update ContentResolver");
201 public static void setDisplayNameForNewSub(String newSubName, int subId, int newNameSource) { argument
202 SubInfoRecord subInfo = SubscriptionManager.getSubInfoForSubscriber(subId);
[all...]
/frameworks/base/telephony/java/android/telephony/
H A DSubscriptionManager.java263 * Get the SubInfoRecord associated with the subId
264 * @param subId The unique SubInfoRecord index in database
268 public static SubInfoRecord getSubInfoForSubscriber(long subId) { argument
269 if (!isValidSubId(subId)) {
270 logd("[getSubInfoForSubscriberx]- invalid subId");
279 subInfo = iSub.getSubInfoForSubscriber(subId);
476 * @param subId the unique SubInfoRecord index in database
480 public static int setColor(int color, long subId) { argument
481 if (VDBG) logd("[setColor]+ color:" + color + " subId:" + subId);
510 setDisplayName(String displayName, long subId) argument
523 setDisplayName(String displayName, long subId, long nameSource) argument
555 setDisplayNumber(String number, long subId) argument
583 setDisplayNumberFormat(int format, long subId) argument
612 setDataRoaming(int roaming, long subId) argument
639 getSlotId(long subId) argument
681 getPhoneId(long subId) argument
772 setDefaultVoiceSubId(long subId) argument
815 setDefaultSmsSubId(long subId) argument
855 setDefaultDataSubId(long subId) argument
927 isValidSubId(long subId) argument
960 putPhoneIdAndSubIdExtra(Intent intent, int phoneId, long subId) argument
[all...]
H A DSubInfoRecord.java32 public long subId; field in class:SubInfoRecord
80 this.subId = SubscriptionManager.INVALID_SUB_ID;
94 public SubInfoRecord(long subId, String iccId, int slotId, String displayName, int nameSource, argument
97 this.subId = subId;
114 long subId = source.readLong();
128 return new SubInfoRecord(subId, iccId, slotId, displayName, nameSource, color, number,
140 dest.writeLong(subId);
161 return "{mSubId=" + subId + ", mIccId=" + iccId + " mSlotId=" + slotId
H A DTelephonyManager.java606 long[] subId = SubscriptionManager.getSubId(slotId);
608 return getSubscriberInfo().getDeviceIdForSubscriber(subId[0]);
637 long[] subId = SubscriptionManager.getSubId(slotId);
639 return getSubscriberInfo().getImeiForSubscriber(subId[0]);
698 * @param subId for which the location updates are enabled
701 public void enableLocationUpdates(long subId) { argument
703 getITelephony().enableLocationUpdatesForSubscriber(subId);
723 public void disableLocationUpdates(long subId) { argument
725 getITelephony().disableLocationUpdatesForSubscriber(subId);
784 * @param subId fo
788 getCurrentPhoneType(long subId) argument
830 getPhoneTypeFromProperty(long subId) argument
846 getPhoneTypeFromNetworkType(long subId) argument
1002 getNetworkOperatorName(long subId) argument
1030 getNetworkOperator(long subId) argument
1055 isNetworkRoaming(long subId) argument
1083 getNetworkCountryIso(long subId) argument
1155 getNetworkType(long subId) argument
1209 getDataNetworkType(long subId) argument
1241 getVoiceNetworkType(long subId) argument
1499 getSimOperator(long subId) argument
1527 getSimOperatorName(long subId) argument
1545 getSimCountryIso(long subId) argument
1570 getSimSerialNumber(long subId) argument
1606 getLteOnCdmaMode(long subId) argument
1646 getSubscriberId(long subId) argument
1685 getGroupIdLevel1(long subId) argument
1717 getLine1NumberForSubscriber(long subId) argument
1770 setLine1NumberForDisplayForSubscriber(long subId, String alphaTag, String number) argument
1802 getLine1AlphaTagForSubscriber(long subId) argument
1845 getMsisdn(long subId) argument
1875 getVoiceMailNumber(long subId) argument
1907 getCompleteVoiceMailNumber(long subId) argument
1937 getVoiceMessageCount(long subId) argument
1969 getVoiceMailAlphaTag(long subId) argument
2063 getCallState(long subId) argument
2208 getCdmaEriIconIndex(long subId) argument
2236 getCdmaEriIconMode(long subId) argument
2261 getCdmaEriText(long subId) argument
2642 setTelephonyProperty(String property, long subId, String value) argument
2770 getTelephonyProperty(String property, long subId, String defaultVal) argument
2854 getIccSimChallengeResponse(long subId, int appType, String data) argument
3051 getCdmaMdn(long subId) argument
3069 getCdmaMin(long subId) argument
3400 enableSimplifiedNetworkSettingsForSubscriber(long subId, boolean enable) argument
3433 getSimplifiedNetworkSettingsEnabledForSubscriber(long subId) argument
[all...]
/frameworks/base/services/core/java/com/android/server/
H A DTelephonyRegistry.java74 * a subId changes from to a dummy value when a SIM is removed and thus won't
75 * compare properly. Because SubscriptionManager.getPhoneId(long subId) handles
98 long subId; field in class:TelephonyRegistry.Record
104 return "{pkgForDebug=" + pkgForDebug + " callerUid=" + callerUid + " subId=" + subId +
300 public void listenForSubscriber(long subId, String pkgForDebug, IPhoneStateListener callback, argument
302 listen(pkgForDebug, callback, events, notifyNow, subId);
306 boolean notifyNow, long subId) {
311 + " notifyNow=" + notifyNow + " subId=" + subId
305 listen(String pkgForDebug, IPhoneStateListener callback, int events, boolean notifyNow, long subId) argument
512 notifyCallStateForSubscriber(long subId, int state, String incomingNumber) argument
542 notifyServiceStateForPhoneId(int phoneId, long subId, ServiceState state) argument
589 notifySignalStrengthForSubscriber(long subId, SignalStrength signalStrength) argument
651 notifyCellInfoForSubscriber(long subId, List<CellInfo> cellInfo) argument
709 notifyMessageWaitingChangedForPhoneId(int phoneId, long subId, boolean mwi) argument
740 notifyCallForwardingChangedForSubscriber(long subId, boolean cfi) argument
772 notifyDataActivityForSubscriber(long subId, int state) argument
800 notifyDataConnectionForSubscriber(long subId, int state, boolean isDataConnectivityPossible, String reason, String apn, String apnType, LinkProperties linkProperties, NetworkCapabilities networkCapabilities, int networkType, boolean roaming) argument
890 notifyDataConnectionFailedForSubscriber(long subId, String reason, String apnType) argument
923 notifyCellLocationForSubscriber(long subId, Bundle cellLocation) argument
1071 notifyOemHookRawEventForSubscriber(long subId, byte[] rawData) argument
1137 broadcastServiceStateChanged(ServiceState state, long subId) argument
1156 broadcastSignalStrengthChanged(SignalStrength signalStrength, long subId) argument
1175 broadcastCallStateChanged(int state, String incomingNumber, long subId) argument
1200 broadcastDataConnectionStateChanged(int state, boolean isDataConnectivityPossible, String reason, String apn, String apnType, LinkProperties linkProperties, NetworkCapabilities networkCapabilities, boolean roaming, long subId) argument
1234 broadcastDataConnectionFailed(String reason, String apnType, long subId) argument
1355 set(Time t, String s, long subId, int phoneId, ServiceState state) argument
1368 logServiceStateChanged(String s, long subId, int phoneId, ServiceState state) argument
[all...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/dataconnection/
H A DDctController.java128 public void onDataStateChanged(long subId, String state, String reason,
131 + ",apnName=" + apnName + ",apnType=" + apnType + ",from subId=" + subId);
132 int phoneId = SubscriptionManager.getPhoneId(subId);
144 long subId = intent.getLongExtra(PhoneConstants.SUBSCRIPTION_KEY, PhoneConstants.SUB1);
145 int phoneId = SubscriptionManager.getPhoneId(subId);
149 if (!SubscriptionManager.isValidSubId(subId) || (subId < 0)) {
150 // FIXME: Maybe add SM.isRealSubId(subId)??
151 logd("DataStateReceiver: ignore invalid subId
290 enableApnType(long subId, String type) argument
365 disableApnType(long subId, String type) argument
438 setDataSubId(long subId) argument
[all...]

Completed in 402 milliseconds

12