Home
last modified time | relevance | path

Searched refs:getConversationSelfSubId (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
DMediaChooser.java211 public int getConversationSelfSubId() { in getConversationSelfSubId() method in MediaChooser
212 return mMediaPicker.getConversationSelfSubId(); in getConversationSelfSubId()
DMediaPicker.java329 public int getConversationSelfSubId() { in getConversationSelfSubId() method in MediaPicker
330 return mSubscriptionDataProvider.getConversationSelfSubId(); in getConversationSelfSubId()
DAudioRecordView.java250 final int maxSize = MmsConfig.get(mHostInterface.getConversationSelfSubId()) in onRecordButtonTouchDown()
DCameraManager.java950 mSubscriptionDataProvider.getConversationSelfSubId() : in getMmsConfig()
/packages/apps/Messaging/src/com/android/messaging/datamodel/data/
DDraftMessageData.java69 int getConversationSelfSubId(); in getConversationSelfSubId() method
250 mSubscriptionDataProvider.getConversationSelfSubId(); in getSelfSubId()
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DConversationFragment.java1232 .newInstance(getConversationSelfSubId()); in promptForSelfPhoneNumber()
1444 public int getConversationSelfSubId() { in getConversationSelfSubId() method in ConversationFragment
DComposeMessageView.java392 mHost.getConversationSelfSubId(), new CheckDraftTaskCallback() { in sendMessageInternal()