Home
last modified time | relevance | path

Searched refs:msgId (Results 1 – 25 of 30) sorted by relevance

12

/packages/services/Telephony/src/com/android/phone/settings/
DVoicemailDialogUtil.java46 int msgId; in getDialog() local
50 msgId = R.string.vm_changed; in getDialog()
58 msgId = R.string.no_change; in getDialog()
64 msgId = R.string.vm_change_failed; in getDialog()
69 msgId = R.string.fw_change_failed; in getDialog()
74 msgId = R.string.fw_get_in_vm_failed; in getDialog()
79 msgId = R.string.exception_error; in getDialog()
87 String message = parent.getText(msgId).toString(); in getDialog()
/packages/apps/Mms/src/com/android/mms/ui/
DComposeMessageActivity.java541 private MessageItem getMessageItem(String type, long msgId, in getMessageItem() argument
543 return mMsgListAdapter.getCachedMessageItem(type, msgId, in getMessageItem()
663 long msgId = cursor.getLong(COLUMN_ID); in onClick() local
664 deletingLastItem = msgId == mMessageItem.mMsgId; in onClick()
1048 long msgId = cursor.getLong(COLUMN_ID);
1052 MessageItem msgItem = mMsgListAdapter.getCachedMessageItem(type, msgId, cursor);
1055 + ", msgId = " + msgId);
1081 if (msgItem.isDownloaded() && (msgItem.isSms() || isForwardable(msgId))
1394 private boolean haveSomethingToCopyToSDCard(long msgId) { in haveSomethingToCopyToSDCard() argument
1398 ContentUris.withAppendedId(Mms.CONTENT_URI, msgId)); in haveSomethingToCopyToSDCard()
[all …]
DDeliveryReportActivity.java138 long msgId = 0L; in getMessageId() local
141 msgId = icicle.getLong("message_id"); in getMessageId()
144 if (msgId == 0L) { in getMessageId()
145 msgId = intent.getLongExtra("message_id", 0L); in getMessageId()
148 return msgId; in getMessageId()
DMessageListAdapter.java160 long msgId = cursor.getLong(mColumnsMap.mColumnMsgId); in bindView() local
162 MessageItem msgItem = getCachedMessageItem(type, msgId, cursor); in bindView()
232 public MessageItem getCachedMessageItem(String type, long msgId, Cursor c) { in getCachedMessageItem() argument
233 MessageItem item = mMessageItemCache.get(getKey(type, msgId)); in getCachedMessageItem()
DEditSlideDurationActivity.java161 private void notifyUser(int msgId) { in notifyUser() argument
164 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show(); in notifyUser()
/packages/apps/UnifiedEmail/assets/
Dscript.js224 var msgId;
238 msgId = el.parentElement.id;
251 if (msgId) {
267 if (msgId) {
287 if (msgId) {
306 if (msgId) {
334 if (msgId) {
336 existingText = gTransformText[msgId];
342 gTransformText[msgId] = transformText;
343 window.mail.onMessageTransform(msgId, transformText);
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnSetting.java365 int msgId; in displayPinChangeDialog() local
368 msgId = R.string.oldPin2Label; in displayPinChangeDialog()
372 msgId = R.string.newPin2Label; in displayPinChangeDialog()
376 msgId = R.string.confirmPin2Label; in displayPinChangeDialog()
380 msgId = R.string.label_puk2_code; in displayPinChangeDialog()
386 mButtonChangePin2.setDialogMessage(getText(msgId) + "\n" + getText(strId)); in displayPinChangeDialog()
388 mButtonChangePin2.setDialogMessage(msgId); in displayPinChangeDialog()
/packages/services/Telephony/src/com/android/phone/
DTimeConsumingPreferenceActivity.java83 int msgId; in onCreateDialog() local
88 msgId = R.string.response_error; in onCreateDialog()
92 msgId = R.string.radio_off_error; in onCreateDialog()
97 msgId = R.string.fdn_check_failure; in onCreateDialog()
102 msgId = R.string.exception_error; in onCreateDialog()
109 builder.setMessage(getText(msgId)); in onCreateDialog()
/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java92 final int msgId; in onCreateView() local
97 msgId = R.string.encryption_interstitial_message_pattern; in onCreateView()
103 msgId = R.string.encryption_interstitial_message_pin; in onCreateView()
108 msgId = R.string.encryption_interstitial_message_password; in onCreateView()
113 mEncryptionMessage.setText(msgId); in onCreateView()
/packages/apps/Mms/src/com/android/mms/transaction/
DRetryScheduler.java105 long msgId = ContentUris.parseId(uri); in scheduleRetry() local
109 uriBuilder.appendQueryParameter("message", String.valueOf(msgId)); in scheduleRetry()
133 int respStatus = getResponseStatus(msgId); in scheduleRetry()
160 respStatus = getRetrieveStatus(msgId); in scheduleRetry()
231 Log.v(TAG, "Cannot found correct pending status for: " + msgId); in scheduleRetry()
DSmsReceiverService.java269 int msgId = c.getInt(SEND_COLUMN_ID); in sendFirstQueuedMessage() local
270 Uri msgUri = ContentUris.withAppendedId(Sms.CONTENT_URI, msgId); in sendFirstQueuedMessage()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java632 int msgId = 0; in getMessageForStatus() local
638 msgId = R.string.accessory_state_pairing; in getMessageForStatus()
641 msgId = R.string.accessory_state_connecting; in getMessageForStatus()
644 msgId = R.string.accessory_state_error; in getMessageForStatus()
650 msg = getString(msgId); in getMessageForStatus()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java718 String msgId = null; in update() local
727 msgId = uri.getLastPathSegment(); in update()
772 if (msgId != null) { in update()
773 extraSelection = Mms._ID + "=" + msgId; in update()
DMmsSmsProvider.java431 String msgId = uri.getQueryParameter("message"); in query() local
437 if (!TextUtils.isEmpty(msgId)) { in query()
438 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId; in query()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DViewHelper.java33 void showError(int msgId) { in showError() argument
35 v.setText(msgId); in showError()
DCertInstaller.java449 private void toastErrorAndFinish(int msgId) { in toastErrorAndFinish() argument
450 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show(); in toastErrorAndFinish()
/packages/apps/Mms/src/com/android/mms/util/
DAddressUtils.java42 String msgId = uri.getLastPathSegment(); in getFrom() local
45 builder.appendPath(msgId).appendPath("addr"); in getFrom()
DRecycler.java343 String msgId = uri.getLastPathSegment(); in deleteOldMessagesInSameThreadAsMessage() local
348 "thread_id in (select thread_id from pdu where _id=" + msgId + in deleteOldMessagesInSameThreadAsMessage()
/packages/apps/Dialer/src/com/android/dialer/util/
DDialerUtils.java72 public static void startActivityWithErrorToast(Context context, Intent intent, int msgId) { in startActivityWithErrorToast() argument
90 Toast.makeText(context, msgId, Toast.LENGTH_SHORT).show(); in startActivityWithErrorToast()
/packages/apps/Mms/tests/src/com/android/mms/ui/
DComposeMessageActivityTests.java143 long msgId = cursor.getLong(mColumnsMap.mColumnMsgId); in getMessageItem() local
145 MessageItem msgItem = mMsgListAdapter.getCachedMessageItem(type, msgId, cursor); in getMessageItem()
DSmsTest.java256 long msgId = cursor.getLong(COLUMN_ID); in sendAndReceiveMessage() local
258 mActivity.mMsgListAdapter.getCachedMessageItem(type, msgId, cursor); in sendAndReceiveMessage()
/packages/apps/Nfc/src/com/android/nfc/
DBeamShareActivity.java80 private void showNfcDialogAndExit(int msgId) { in showNfcDialogAndExit() argument
86 dialogBuilder.setMessage(msgId); in showNfcDialogAndExit()
/packages/apps/Email/tests/src/com/android/email/provider/
DProviderTests.java1036 long msgId = 10; in testDeleteOrphanMessages() local
1042 cv.put(EmailContent.RECORD_ID, msgId++); in testDeleteOrphanMessages()
1048 cv.put(EmailContent.RECORD_ID, msgId++); in testDeleteOrphanMessages()
1054 cv.put(EmailContent.RECORD_ID, msgId++); in testDeleteOrphanMessages()
1060 cv.put(EmailContent.RECORD_ID, msgId++); in testDeleteOrphanMessages()
/packages/apps/LegacyCamera/src/com/android/camera/
DUtil.java279 public static void showErrorAndFinish(final Activity activity, int msgId) { in showErrorAndFinish() argument
290 .setMessage(msgId) in showErrorAndFinish()
/packages/apps/Camera/src/com/android/camera/
DUtil.java327 public static void showErrorAndFinish(final Activity activity, int msgId) { in showErrorAndFinish() argument
340 .setMessage(msgId) in showErrorAndFinish()

12