Home
last modified time | relevance | path

Searched refs:DEFAULT_SELF_SUB_ID (Results 1 – 25 of 35) sorted by relevance

12

/packages/apps/Messaging/src/com/android/messaging/util/
DPhoneUtils.java263 super(ParticipantData.DEFAULT_SELF_SUB_ID); in PhoneUtilsPreLMR1()
321 ParticipantData.DEFAULT_SELF_SUB_ID); in getSelfRawNumber()
331 Assert.equals(ParticipantData.DEFAULT_SELF_SUB_ID, subId); in getEffectiveSubId()
332 return ParticipantData.DEFAULT_SELF_SUB_ID; in getEffectiveSubId()
343 return ParticipantData.DEFAULT_SELF_SUB_ID; in getDefaultSmsSubscriptionId()
360 return ParticipantData.DEFAULT_SELF_SUB_ID; in getEffectiveIncomingSubIdFromSystem()
366 return ParticipantData.DEFAULT_SELF_SUB_ID; in getSubIdFromTelephony()
533 if (subId == ParticipantData.DEFAULT_SELF_SUB_ID) { in getEffectiveSubId()
555 return ParticipantData.DEFAULT_SELF_SUB_ID; in getDefaultSmsSubscriptionId()
562 return getDefaultSmsSubscriptionId() != ParticipantData.DEFAULT_SELF_SUB_ID; in getHasPreferredSmsSim()
[all …]
/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
DInsertNewMessageAction.java68 Assert.isFalse(subId == ParticipantData.DEFAULT_SELF_SUB_ID); in insertNewMessage()
94 this(message, ParticipantData.DEFAULT_SELF_SUB_ID); in InsertNewMessageAction()
202 KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in getSelf()
203 if (requestedSubId != ParticipantData.DEFAULT_SELF_SUB_ID) { in getSelf()
227 if (unboundSelf.getSubId() == ParticipantData.DEFAULT_SELF_SUB_ID in getSelf()
245 KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in createMessage()
DProcessDownloadedMmsAction.java118 extras.getInt(DownloadMmsAction.EXTRA_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID)); in processMessageDownloaded()
211 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in doBackgroundWork()
341 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in processBackgroundResponse()
408 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in processResult()
DReceiveMmsMessageAction.java63 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in executeAction()
163 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in doBackgroundWork()
DProcessSentMessageAction.java88 extras.getInt(SendMessageAction.KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID)); in processMmsSent()
136 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in executeAction()
DSendMessageAction.java190 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in doBackgroundWork()
288 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in processBackgroundFailure()
DReceiveSmsMessageAction.java64 subId = ParticipantData.DEFAULT_SELF_SUB_ID; in executeAction()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsConfig.java102 new MmsConfig(ParticipantData.DEFAULT_SELF_SUB_ID, new Bundle());
164 final Bundle values = loader.get(ParticipantData.DEFAULT_SELF_SUB_ID); in load()
165 addMmsConfig(new MmsConfig(ParticipantData.DEFAULT_SELF_SUB_ID, values)); in load()
171 (mmsConfig.mSubId == ParticipantData.DEFAULT_SELF_SUB_ID)); in addMmsConfig()
DApnDatabase.java87 ParticipantData.DEFAULT_SELF_SUB_ID + ");";
/packages/apps/Messaging/src/com/android/messaging/
DFactoryImpl.java201 if (subId == ParticipantData.DEFAULT_SELF_SUB_ID) { in getPhoneUtils()
206 subId = ParticipantData.DEFAULT_SELF_SUB_ID; in getPhoneUtils()
215 Assert.isTrue(subId == ParticipantData.DEFAULT_SELF_SUB_ID); in getPhoneUtils()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DContactPickerData.java184 return (participantCount > MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in isTooManyParticipants()
191 return (participantCount < MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in getCanAddMoreParticipants()
DParticipantData.java45 public static final int DEFAULT_SELF_SUB_ID = MmsManager.DEFAULT_SUB_ID; field in ParticipantData
48 public static final int OTHER_THAN_SELF_SUB_ID = DEFAULT_SELF_SUB_ID - 1;
441 return mSubId == ParticipantData.DEFAULT_SELF_SUB_ID; in isDefaultSelf()
DSelfParticipantsData.java82 return self == null ? false : self.getSubId() == ParticipantData.DEFAULT_SELF_SUB_ID; in isDefaultSelf()
DSettingsData.java219 ParticipantData.DEFAULT_SELF_SUB_ID)); in getSettingsItems()
/packages/apps/Messaging/src/com/android/messaging/ui/debug/
DDebugSmsMmsFromDumpFileDialogFragment.java134 SmsReceiver.deliverSmsMessages(getActivity(), ParticipantData.DEFAULT_SELF_SUB_ID, in receiveFromDumpFile()
144 ParticipantData.DEFAULT_SELF_SUB_ID, data); in receiveFromDumpFile()
DDebugMmsConfigFragment.java82 return new Integer[] { ParticipantData.DEFAULT_SELF_SUB_ID }; in getActiveSubIds()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DPerSubscriptionSettingsActivity.java99 ParticipantData.DEFAULT_SELF_SUB_ID) : ParticipantData.DEFAULT_SELF_SUB_ID; in onCreate()
DApnPreference.java60 private int mSubId = ParticipantData.DEFAULT_SELF_SUB_ID;
DApnSettingsActivity.java67 ParticipantData.DEFAULT_SELF_SUB_ID)); in onCreate()
DApnEditorActivity.java60 ParticipantData.DEFAULT_SELF_SUB_ID)); in onCreate()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSendStatusReceiver.java69 intent.getIntExtra(EXTRA_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID)); in onReceive()
/packages/apps/Messaging/src/com/android/messaging/datamodel/
DParticipantRefresh.java384 activeSubscriptionIdToRecordMap.put(ParticipantData.DEFAULT_SELF_SUB_ID, in refreshSelfParticipantList()
730 BugleDatabaseOperations.getOrCreateSelf(db, ParticipantData.DEFAULT_SELF_SUB_ID); in refreshConversationSelfIds()
DNoConfirmationSmsSendService.java84 final int subId = extras.getInt(EXTRA_SUBSCRIPTION, ParticipantData.DEFAULT_SELF_SUB_ID); in onHandleIntent()
DBugleDatabaseOperations.java225 ParticipantData.DEFAULT_SELF_SUB_ID); in getOrCreateConversation()
674 if (messageSubId == ParticipantData.DEFAULT_SELF_SUB_ID) { in addSelfIdAutoSwitchInfoToContentValues()
976 return ParticipantData.DEFAULT_SELF_SUB_ID; in getSelfSubscriptionId()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java213 new LengthFilter(MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in onFinishInflate()
247 new LengthFilter(MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in onFinishInflate()

12