Home | History | Annotate | Download | only in telephony

Lines Matching refs:subId

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.
155 void sendDataForSubscriber(int subId, String callingPkg, in String destAddr,
207 * @param subId the subId on which the SMS has to be sent.
209 void sendTextForSubscriber(in int subId, String callingPkg, in String destAddr,
273 * @param subId the subId on which the SMS has to be sent.
275 void sendMultipartTextForSubscriber(in int subId, String callingPkg,
307 * @param subId for which the broadcast has to be enabled
315 boolean enableCellBroadcastForSubscriber(int subId, int messageIdentifier, int ranType);
344 * @param subId for which the broadcast has to be disabled
352 boolean disableCellBroadcastForSubscriber(int subId, int messageIdentifier, int ranType);
385 * @param subId for which the broadcast has to be enabled
393 boolean enableCellBroadcastRangeForSubscriber(int subId, int startMessageId, int endMessageId,
427 * @param subId for which the broadcast has to be disabled
435 boolean disableCellBroadcastRangeForSubscriber(int subId, int startMessageId,
448 int getPremiumSmsPermissionForSubscriber(int subId, String packageName);
460 void setPremiumSmsPermissionForSubscriber(int subId, String packageName, int permission);
475 * @param subId for subId which isImsSmsSupported is queried
480 boolean isImsSmsSupportedForSubscriber(int subId);
483 * User needs to pick SIM for SMS if multiple SIMs present and if current subId passed in is not
485 * @param subId current subId for sending SMS
488 boolean isSmsSimPickActivityNeeded(int subId);
491 * get user prefered SMS subId
492 * @return subId id
511 * @param subId for subId which getImsSmsFormat is queried
518 String getImsSmsFormatForSubscriber(int subId);
532 * @param subId the SIM id.
553 void sendStoredText(int subId, String callingPkg, in Uri messageUri, String scAddress,
564 * @param subId the SIM id.
589 void sendStoredMultipartText(int subId, String callingPkg, in Uri messageUri,