/packages/apps/Messaging/src/com/android/messaging/util/ |
D | PhoneUtils.java | 263 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/ |
D | InsertNewMessageAction.java | 68 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()
|
D | ProcessDownloadedMmsAction.java | 118 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()
|
D | ReceiveMmsMessageAction.java | 63 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()
|
D | ProcessSentMessageAction.java | 88 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()
|
D | SendMessageAction.java | 190 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()
|
D | ReceiveSmsMessageAction.java | 64 subId = ParticipantData.DEFAULT_SELF_SUB_ID; in executeAction()
|
/packages/apps/Messaging/src/com/android/messaging/sms/ |
D | MmsConfig.java | 102 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()
|
D | ApnDatabase.java | 87 ParticipantData.DEFAULT_SELF_SUB_ID + ");";
|
/packages/apps/Messaging/src/com/android/messaging/ |
D | FactoryImpl.java | 201 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/ |
D | ContactPickerData.java | 184 return (participantCount > MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in isTooManyParticipants() 191 return (participantCount < MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in getCanAddMoreParticipants()
|
D | ParticipantData.java | 45 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()
|
D | SelfParticipantsData.java | 82 return self == null ? false : self.getSubId() == ParticipantData.DEFAULT_SELF_SUB_ID; in isDefaultSelf()
|
D | SettingsData.java | 219 ParticipantData.DEFAULT_SELF_SUB_ID)); in getSettingsItems()
|
/packages/apps/Messaging/src/com/android/messaging/ui/debug/ |
D | DebugSmsMmsFromDumpFileDialogFragment.java | 134 SmsReceiver.deliverSmsMessages(getActivity(), ParticipantData.DEFAULT_SELF_SUB_ID, in receiveFromDumpFile() 144 ParticipantData.DEFAULT_SELF_SUB_ID, data); in receiveFromDumpFile()
|
D | DebugMmsConfigFragment.java | 82 return new Integer[] { ParticipantData.DEFAULT_SELF_SUB_ID }; in getActiveSubIds()
|
/packages/apps/Messaging/src/com/android/messaging/ui/appsettings/ |
D | PerSubscriptionSettingsActivity.java | 99 ParticipantData.DEFAULT_SELF_SUB_ID) : ParticipantData.DEFAULT_SELF_SUB_ID; in onCreate()
|
D | ApnPreference.java | 60 private int mSubId = ParticipantData.DEFAULT_SELF_SUB_ID;
|
D | ApnSettingsActivity.java | 67 ParticipantData.DEFAULT_SELF_SUB_ID)); in onCreate()
|
D | ApnEditorActivity.java | 60 ParticipantData.DEFAULT_SELF_SUB_ID)); in onCreate()
|
/packages/apps/Messaging/src/com/android/messaging/datamodel/ |
D | ParticipantRefresh.java | 384 activeSubscriptionIdToRecordMap.put(ParticipantData.DEFAULT_SELF_SUB_ID, in refreshSelfParticipantList() 730 BugleDatabaseOperations.getOrCreateSelf(db, ParticipantData.DEFAULT_SELF_SUB_ID); in refreshConversationSelfIds()
|
D | NoConfirmationSmsSendService.java | 84 final int subId = extras.getInt(EXTRA_SUBSCRIPTION, ParticipantData.DEFAULT_SELF_SUB_ID); in onHandleIntent()
|
D | BugleDatabaseOperations.java | 225 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/receiver/ |
D | SendStatusReceiver.java | 69 intent.getIntExtra(EXTRA_SUB_ID, ParticipantData.DEFAULT_SELF_SUB_ID)); in onReceive()
|
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/ |
D | ComposeMessageView.java | 213 new LengthFilter(MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in onFinishInflate() 247 new LengthFilter(MmsConfig.get(ParticipantData.DEFAULT_SELF_SUB_ID) in onFinishInflate()
|