HomeSort by relevance Sort by last modified time
    Searched refs:subId (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /frameworks/base/telephony/java/com/android/internal/telephony/
ISub.aidl 37 * Get the active SubscriptionInfo with the subId key
38 * @param subId The unique SubscriptionInfo key in database
41 SubscriptionInfo getActiveSubscriptionInfo(int subId);
100 * @param subId the unique SubscriptionInfo index in database
103 int setIconTint(int tint, int subId);
108 * @param subId the unique SubscriptionInfo index in database
111 int setDisplayName(String displayName, int subId);
116 * @param subId the unique SubscriptionInfo index in database
120 int setDisplayNameUsingSrc(String displayName, int subId, long nameSource);
123 * Set phone number by subId
    [all...]
IPhoneSubInfo.aidl 33 String getNaiForSubscriber(int subId);
44 String getImeiForSubscriber(int subId);
53 * Retrieves the software version number of a subId for the device, e.g., IMEI/SV
56 String getDeviceSvnUsingSubId(int subId);
64 * Retrieves the unique subscriber ID of a given subId, e.g., IMSI for GSM phones.
66 String getSubscriberIdForSubscriber(int subId);
74 * Retrieves the Group Identifier Level1 for GSM phones of a subId.
76 String getGroupIdLevel1ForSubscriber(int subId);
84 * Retrieves the serial number of a given subId.
86 String getIccSerialNumberForSubscriber(int subId);
    [all...]
ITelephony.aidl 59 * End call on particular subId or go to the Home screen
60 * @param subId user preferred subId.
63 boolean endCallForSubscriber(int subId);
83 * Answer the currently-ringing call on particular subId .
97 void answerRingingCallForSubscriber(int subId);
119 * Check if a particular subId has an active or holding call
121 * @param subId user preferred subId.
124 boolean isOffhookForSubscriber(int subId);
    [all...]
ISms.aidl 47 * @param subId the subId id.
50 List<SmsRawData> getAllMessagesFromIccEfForSubscriber(in int subId, String callingPkg);
74 * @param subId the subId id.
78 boolean updateMessageOnIccEfForSubscriber(in int subId, String callingPkg,
98 * @param subId the subId id.
102 boolean copyMessageToIccEfForSubscriber(in int subId, String callingPkg, int status,
153 * @param subId the subId id
    [all...]
ITelephonyRegistry.aidl 38 void listenForSubscriber(in int subId, String pkg, IPhoneStateListener callback, int events,
41 void notifyCallStateForSubscriber(in int subId, int state, String incomingNumber);
42 void notifyServiceStateForPhoneId(in int phoneId, in int subId, in ServiceState state);
44 void notifySignalStrengthForSubscriber(in int subId, in SignalStrength signalStrength);
45 void notifyMessageWaitingChangedForPhoneId(in int phoneId, in int subId, in boolean mwi);
47 void notifyCallForwardingChangedForSubscriber(in int subId, boolean cfi);
49 void notifyDataActivityForSubscriber(in int subId, int state);
53 void notifyDataConnectionForSubscriber(int subId, int state, boolean isDataConnectivityPossible,
57 void notifyDataConnectionFailedForSubscriber(int subId, String reason, String apnType);
59 void notifyCellLocationForSubscriber(in int subId, in Bundle cellLocation)
    [all...]
DcParamObject.java 26 public DcParamObject(int subId) {
27 mSubId = subId;
IMms.aidl 31 * @param subId the SIM id
42 void sendMessage(int subId, String callingPkg, in Uri contentUri,
48 * @param subId the SIM id
59 void downloadMessage(int subId, String callingPkg, String locationUrl,
66 * @param subId the SIM id
68 Bundle getCarrierConfigValues(int subId);
164 * @param subId the SIM id
173 void sendStoredMessage(int subId, String callingPkg, in Uri messageUri,
  /external/lzma/CPP/7zip/
IDecl.h 8 #define DECL_INTERFACE_SUB(i, base, groupId, subId) \
10 0x23170F69, 0x40C1, 0x278A, 0, 0, 0, (groupId), 0, (subId), 0, 0); \
13 #define DECL_INTERFACE(i, groupId, subId) DECL_INTERFACE_SUB(i, IUnknown, groupId, subId)
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
PhoneSubInfoController.java 60 public String getNaiForSubscriber(int subId) {
61 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
66 " for Subscription:" + subId);
71 public String getImeiForSubscriber(int subId) {
72 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
77 " for Subscription:" + subId);
86 public String getDeviceSvnUsingSubId(int subId) {
87 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
100 public String getSubscriberIdForSubscriber(int subId) {
101 PhoneSubInfoProxy phoneSubInfoProxy = getPhoneSubInfoProxy(subId);
    [all...]
PhoneSubInfoProxy.java 161 public String getImeiForSubscriber(int subId) throws RemoteException {
167 public String getDeviceSvnUsingSubId(int subId) throws RemoteException {
173 public String getNaiForSubscriber(int subId) throws RemoteException {
179 public String getSubscriberIdForSubscriber(int subId) throws RemoteException {
185 public String getGroupIdLevel1ForSubscriber(int subId) throws RemoteException {
191 public String getIccSerialNumberForSubscriber(int subId) throws RemoteException {
197 public String getLine1NumberForSubscriber(int subId) throws RemoteException {
203 public String getLine1AlphaTagForSubscriber(int subId) throws RemoteException {
209 public String getMsisdnForSubscriber(int subId) throws RemoteException {
215 public String getVoiceMailNumberForSubscriber(int subId) throws RemoteException
    [all...]
UiccSmsController.java 60 updateMessageOnIccEfForSubscriber(int subId, String callingPackage, int index, int status,
62 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
67 " for Subscription: " + subId);
78 public boolean copyMessageToIccEfForSubscriber(int subId, String callingPackage, int status,
80 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
85 " for Subscription: " + subId);
95 public List<SmsRawData> getAllMessagesFromIccEfForSubscriber(int subId, String callingPackage)
97 IccSmsInterfaceManager iccSmsIntMgr = getIccSmsInterfaceManager(subId);
102 " null for Subscription: " + subId);
113 public void sendDataForSubscriber(int subId, String callingPackage, String destAddr
    [all...]
UiccPhoneBookController.java 56 updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid, String oldTag,
60 getIccPhoneBookInterfaceManagerProxy(subId);
66 " null for Subscription:"+subId);
81 updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag,
84 getIccPhoneBookInterfaceManagerProxy(subId);
90 " null for Subscription:"+subId);
102 getAdnRecordsSizeForSubscriber(int subId, int efid) throws android.os.RemoteException {
104 getIccPhoneBookInterfaceManagerProxy(subId);
109 " null for Subscription:"+subId);
120 public List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid
    [all...]
IIccPhoneBook.aidl 53 * @param subId user preferred subId
56 List<AdnRecord> getAdnRecordsInEfForSubscriber(int subId, int efid);
99 * @param subId user preferred subId
102 boolean updateAdnRecordsInEfBySearchForSubscriber(int subId, int efid,
138 * @param subId user preferred subId
141 boolean updateAdnRecordsInEfByIndexForSubscriber(int subId, int efid, String newTag,
160 * @param subId user preferred subI
    [all...]
SubscriptionController.java 60 * Any setters which take subId, slotId or phoneId as a parameter will throw an exception if the
295 * @param subId The subscription ID
298 private String getSubscriptionCountryIso(int subId) {
299 final int phoneId = getPhoneId(subId);
373 * Get the active SubscriptionInfo with the subId key
374 * @param subId The unique SubscriptionInfo key in database
378 public SubscriptionInfo getActiveSubscriptionInfo(int subId) {
384 if (si.getSubscriptionId() == subId) {
385 if (DBG) logd("[getActiveSubInfoForSubscriber]+ subId=" + subId + " subInfo=" + si)
    [all...]
IccProvider.java 73 URL_MATCHER.addURI("icc", "adn/subId/#", ADN_SUB);
75 URL_MATCHER.addURI("icc", "fdn/subId/#", FDN_SUB);
77 URL_MATCHER.addURI("icc", "sdn/subId/#", SDN_SUB);
129 int subId;
132 subId = subInfoList.get(i).getSubscriptionId();
133 result[i] = loadFromEf(efType, subId);
134 Rlog.i(TAG,"ADN Records loaded for Subscription ::" + subId);
163 int subId;
171 subId = SubscriptionManager.getDefaultSubId();
176 subId = getRequestSubId(url)
    [all...]
DefaultPhoneNotifier.java 60 int subId = sender.getSubId();
67 mRegistry.notifyCallStateForSubscriber(subId,
79 int subId = sender.getSubId();
82 + " sender=" + sender + " phondId=" + phoneId + " subId=" + subId);
89 mRegistry.notifyServiceStateForPhoneId(phoneId, subId, ss);
98 int subId = sender.getSubId();
103 mRegistry.notifySignalStrengthForSubscriber(subId, sender.getSignalStrength());
113 int subId = sender.getSubId();
117 mRegistry.notifyMessageWaitingChangedForPhoneId(phoneId, subId,
    [all...]
  /frameworks/base/core/java/android/service/carrier/
ICarrierMessagingService.aidl 36 * @param subId SMS subscription ID of the SIM
40 in MessagePdu pdu, String format, int destPort, int subId,
49 * @param subId SMS subscription ID of the SIM
53 void sendTextSms(String text, int subId, String destAddress,
62 * @param subId SMS subscription ID of the SIM
67 void sendDataSms(in byte[] data, int subId, String destAddress, int destPort,
76 * @param subId SMS subscription ID of the SIM
80 void sendMultipartTextSms(in List<String> parts, int subId, String destAddress,
89 * @param subId SMS subscription ID of the SIM
94 void sendMms(in Uri pduUri, int subId, in Uri location
    [all...]
CarrierMessagingService.java 94 * @param subId SMS subscription ID of the SIM
99 int subId, @NonNull ResultCallback<Boolean> callback) {
111 * @param subId SMS subscription ID of the SIM
116 @NonNull String text, int subId, @NonNull String destAddress,
129 * @param subId SMS subscription ID of the SIM
134 public void onSendDataSms(@NonNull byte[] data, int subId,
148 * @param subId SMS subscription ID of the SIM
153 int subId, @NonNull String destAddress,
167 * @param subId SMS subscription ID of the SIM
172 public void onSendMms(@NonNull Uri pduUri, int subId,
    [all...]
  /frameworks/base/telephony/java/android/telephony/
SubscriptionManager.java 86 /** Minimum possible subid that represents a subscription */
90 /** Maximum possible subid that represents a subscription */
389 * Get the active SubscriptionInfo with the subId key
390 * @param subId The unique SubscriptionInfo key in database
393 public SubscriptionInfo getActiveSubscriptionInfo(int subId) {
394 if (VDBG) logd("[getActiveSubscriptionInfo]+ subId=" + subId);
395 if (!isValidSubscriptionId(subId)) {
396 logd("[getActiveSubscriptionInfo]- invalid subId");
405 subInfo = iSub.getActiveSubscriptionInfo(subId);
    [all...]
TelephonyManager.java 602 int[] subId = SubscriptionManager.getSubId(slotId);
603 if (subId == null || subId.length == 0) {
607 return getSubscriberInfo().getDeviceSvnUsingSubId(subId[0]);
674 int[] subId = SubscriptionManager.getSubId(slotId);
676 return getSubscriberInfo().getImeiForSubscriber(subId[0]);
700 int[] subId = SubscriptionManager.getSubId(slotId);
702 String nai = getSubscriberInfo().getNaiForSubscriber(subId[0]);
765 * @param subId for which the location updates are enabled
768 public void enableLocationUpdates(int subId) {
    [all...]
  /packages/services/Mms/src/com/android/mms/service/
PhoneUtils.java 38 * @param subId The SIM ID associated with this number
42 public static String getNationalNumber(TelephonyManager telephonyManager, int subId,
44 final String country = getSimOrDefaultLocaleCountry(telephonyManager, subId);
75 int subId) {
76 String country = getSimCountry(telephonyManager, subId);
85 private static String getSimCountry(TelephonyManager telephonyManager, int subId) {
86 final String country = telephonyManager.getSimCountryIso(subId);
  /external/smack/src/org/jivesoftware/smackx/pubsub/
GetItemsRequest.java 23 protected String subId;
34 subId = subscriptionId;
46 subId = subscriptionId;
51 return subId;
71 builder.append(" subid='");
  /packages/services/Telephony/src/com/android/phone/
PhoneInterfaceManager.java 169 public Integer subId;
175 public MainThreadRequest(Object argument, Integer subId) {
177 this.subId = subId;
250 int answer_subId = request.subId;
256 int end_subId = request.subId;
657 private Object sendRequest(int command, Object argument, Integer subId) {
662 MainThreadRequest request = new MainThreadRequest(argument, subId);
    [all...]
NotificationMgr.java 251 * @param subId The subscription Id.
253 /* package */ void refreshMwi(int subId) {
254 // In a single-sim device, subId can be -1 which means "no sub id". In this case we will
255 // reference the single subid stored in the mMwiVisible map.
256 if (subId == SubscriptionInfoHelper.NO_SUB_ID) {
263 subId = keyIt.next();
266 if (mMwiVisible.containsKey(subId)) {
267 boolean mwiVisible = mMwiVisible.get(subId);
269 updateMwi(subId, mwiVisible, false /* enableNotificationSound */);
279 /* package */ void updateMwi(int subId, boolean visible)
    [all...]
  /frameworks/base/services/core/java/com/android/server/
TelephonyRegistry.java 73 * a subId changes from to a dummy value when a SIM is removed and thus won't
74 * compare properly. Because SubscriptionManager.getPhoneId(int subId) handles
98 int subId = SubscriptionManager.INVALID_SUBSCRIPTION_ID;
115 + " callerUid=" + callerUid + " subId=" + subId + " phoneId=" + phoneId
229 if(r.subId == SubscriptionManager.DEFAULT_SUBSCRIPTION_ID) {
442 public void listenForSubscriber(int subId, String pkgForDebug, IPhoneStateListener callback,
444 listen(pkgForDebug, callback, events, notifyNow, subId);
448 boolean notifyNow, int subId) {
453 + " notifyNow=" + notifyNow + " subId=" + subId + " myUid=" + myUi
    [all...]

Completed in 676 milliseconds

1 2 3 4