Home
last modified time | relevance | path

Searched refs:DEFAULT_SELF_SUB_ID (Results 1 – 25 of 37) 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()
203 KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in getSelf()
204 if (requestedSubId != ParticipantData.DEFAULT_SELF_SUB_ID) { in getSelf()
228 if (unboundSelf.getSubId() == ParticipantData.DEFAULT_SELF_SUB_ID in getSelf()
246 KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in createMessage()
DProcessDownloadedMmsAction.java119 extras.getInt(DownloadMmsAction.EXTRA_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID)); in processMessageDownloaded()
213 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in doBackgroundWork()
346 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in processBackgroundResponse()
419 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in processResult()
DProcessPendingMessagesAction.java80 .getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in scheduleProcessPendingMessagesAction()
254 .getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in queueActions()
299 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in executeAction()
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.java198 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in doBackgroundWork()
296 final int subId = actionParameters.getInt(KEY_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID); in processBackgroundFailure()
DReceiveSmsMessageAction.java65 subId = ParticipantData.DEFAULT_SELF_SUB_ID; in executeAction()
/packages/apps/Messaging/src/com/android/messaging/sms/
DMmsConfig.java104 new MmsConfig(ParticipantData.DEFAULT_SELF_SUB_ID, new Bundle());
166 final Bundle values = loader.get(ParticipantData.DEFAULT_SELF_SUB_ID); in load()
167 addMmsConfig(new MmsConfig(ParticipantData.DEFAULT_SELF_SUB_ID, values)); in load()
173 (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.java51 public static final int DEFAULT_SELF_SUB_ID = MmsManager.DEFAULT_SUB_ID; field in ParticipantData
54 public static final int OTHER_THAN_SELF_SUB_ID = DEFAULT_SELF_SUB_ID - 1;
475 return mSubId == ParticipantData.DEFAULT_SELF_SUB_ID; in isDefaultSelf()
DSelfParticipantsData.java93 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.java83 return new Integer[] { ParticipantData.DEFAULT_SELF_SUB_ID }; in getActiveSubIds()
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/
DPerSubscriptionSettingsActivity.java101 ParticipantData.DEFAULT_SELF_SUB_ID) : ParticipantData.DEFAULT_SELF_SUB_ID; in onCreate()
DApnPreference.java59 private int mSubId = ParticipantData.DEFAULT_SELF_SUB_ID;
DApnSettingsActivity.java67 ParticipantData.DEFAULT_SELF_SUB_ID)); in onCreate()
/packages/apps/Messaging/src/com/android/messaging/receiver/
DSendStatusReceiver.java70 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()
DDataModelImpl.java253 if (subId <= ParticipantData.DEFAULT_SELF_SUB_ID) { in createConnectivityUtilForEachActiveSubscription()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java217 new LengthFilter(MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in onFinishInflate()
251 new LengthFilter(MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in onFinishInflate()

12