Home
last modified time | relevance | path

Searched refs:msgId (Results 1 – 25 of 26) 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()
80 msgId = R.string.tty_mode_not_allowed_video_call; in getDialog()
85 msgId = R.string.exception_error; in getDialog()
93 String message = parent.getText(msgId).toString(); in getDialog()
/packages/services/Telephony/src/com/android/phone/
DTimeConsumingPreferenceActivity.java89 int msgId; in onCreateDialog() local
94 msgId = R.string.response_error; in onCreateDialog()
98 msgId = R.string.radio_off_error; in onCreateDialog()
103 msgId = R.string.fdn_check_failure; in onCreateDialog()
107 msgId = R.string.stk_cc_ss_to_dial_error; in onCreateDialog()
111 msgId = R.string.stk_cc_ss_to_ussd_error; in onCreateDialog()
115 msgId = R.string.stk_cc_ss_to_ss_error; in onCreateDialog()
119 msgId = R.string.stk_cc_ss_to_dial_video_error; in onCreateDialog()
124 msgId = R.string.exception_error; in onCreateDialog()
131 builder.setMessage(getText(msgId)); in onCreateDialog()
DGsmUmtsCallBarringOptions.java293 int msgId = 0; in displayPwChangeDialog() local
296 msgId = R.string.call_barring_old_pwd; in displayPwChangeDialog()
299 msgId = R.string.call_barring_new_pwd; in displayPwChangeDialog()
302 msgId = R.string.call_barring_confirm_pwd; in displayPwChangeDialog()
310 mButtonChangePW.setDialogMessage(getText(msgId) + "\n" + getText(strId)); in displayPwChangeDialog()
312 mButtonChangePW.setDialogMessage(msgId); in displayPwChangeDialog()
/packages/apps/Messaging/src/com/android/messaging/mmslib/pdu/
DPduPersister.java373 private PduPart[] loadParts(final long msgId) throws MmsException { in loadParts() argument
375 Uri.parse("content://mms/" + msgId + "/part"), in loadParts()
383 LogUtil.v(TAG, "loadParts(" + msgId + "): no part to load."); in loadParts()
500 private void loadAddress(final long msgId, final PduHeaders headers) { in loadAddress() argument
502 Uri.parse("content://mms/" + msgId + "/addr"), in loadAddress()
545 final long msgId = c.getLong(PDU_COLUMN_ID); in load() local
549 loadAddress(msgId, headers); in load()
552 final PduBody body = loadBody(msgId, msgType); in load()
595 final long msgId = ContentUris.parseId(uri); in load() local
612 if (msgId == -1L) { in load()
[all …]
/packages/apps/Settings/src/com/android/settings/biometrics/face/
DFaceEnrollEnrolling.java63 static FaceErrorDialog newInstance(CharSequence msg, int msgId) { in newInstance() argument
67 args.putInt(KEY_ERROR_ID, msgId); in newInstance()
184 int msgId; in onEnrollmentError() local
187 msgId = R.string.security_settings_face_enroll_error_timeout_dialog_message; in onEnrollmentError()
190 msgId = R.string.security_settings_face_enroll_error_generic_dialog_message; in onEnrollmentError()
194 showErrorDialog(getText(msgId), errMsgId); in onEnrollmentError()
217 private void showErrorDialog(CharSequence msg, int msgId) { in showErrorDialog() argument
218 BiometricErrorDialog dialog = FaceErrorDialog.newInstance(msg, msgId); in showErrorDialog()
/packages/services/Telephony/src/com/android/phone/settings/fdn/
DFdnSetting.java393 int msgId; in displayPinChangeDialog() local
397 msgId = R.string.enter_pin2_text; in displayPinChangeDialog()
399 msgId = R.string.oldPin2Label; in displayPinChangeDialog()
404 msgId = R.string.newPin2Label; in displayPinChangeDialog()
408 msgId = R.string.confirmPin2Label; in displayPinChangeDialog()
412 msgId = R.string.label_puk2_code; in displayPinChangeDialog()
418 button.setDialogMessage(getText(msgId) + "\n" + getText(strId)); in displayPinChangeDialog()
420 button.setDialogMessage(msgId); in displayPinChangeDialog()
/packages/apps/Settings/src/com/android/settings/
DEncryptionInterstitial.java119 final int msgId; in onViewCreated() local
122 msgId = forFingerprint ? in onViewCreated()
132 msgId = forFingerprint ? in onViewCreated()
141 msgId = forFingerprint ? in onViewCreated()
151 message.setText(msgId); in onViewCreated()
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/
DPduCache.java142 String msgId = uri.getLastPathSegment(); in purge() local
143 return purgeSingleEntry(Uri.withAppendedPath(Mms.CONTENT_URI, msgId)); in purge()
199 String msgId = uri.getLastPathSegment(); in normalizeKey() local
200 normalizedKey = Uri.withAppendedPath(Mms.CONTENT_URI, msgId); in normalizeKey()
/packages/apps/CertInstaller/src/com/android/certinstaller/
DViewHelper.java33 void showError(int msgId) { in showError() argument
35 v.setText(msgId); in showError()
DCertInstaller.java553 private void toastErrorAndFinish(int msgId) { in toastErrorAndFinish() argument
554 Toast.makeText(this, msgId, Toast.LENGTH_SHORT).show(); in toastErrorAndFinish()
/packages/apps/TvSettings/Settings/src/com/android/tv/settings/accessories/
DAddAccessoryActivity.java542 final int msgId; in getMessageForStatus() local
548 msgId = R.string.accessory_state_pairing; in getMessageForStatus()
551 msgId = R.string.accessory_state_connecting; in getMessageForStatus()
554 msgId = R.string.accessory_state_error; in getMessageForStatus()
560 msg = getString(msgId); in getMessageForStatus()
/packages/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/message/
DIkeHeader.java112 int msgId) { in IkeHeader() argument
119 messageId = msgId; in IkeHeader()
/packages/apps/Settings/src/com/android/settings/biometrics/fingerprint/
DFingerprintErrorDialog.java151 int msgId, boolean canAssumeUdfps) { in newInstance() argument
156 args.putInt(KEY_ERROR_ID, msgId); in newInstance()
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/
DIkeTunUtils.java119 final int msgId = buffer.getInt(ikeOffset + IKE_MSG_ID_OFFSET); in areSpiAndMsgIdEqual() local
121 return expectedIkeInitSpi == spi && expectedMsgId == msgId; in areSpiAndMsgIdEqual()
/packages/apps/Dialer/java/com/android/dialer/util/
DDialerUtils.java74 final Context context, final Intent intent, int msgId) { in startActivityWithErrorToast() argument
114 Toast.makeText(context, msgId, Toast.LENGTH_SHORT).show(); in startActivityWithErrorToast()
/packages/apps/Nfc/src/com/android/nfc/handover/
DPeripheralHandoverService.java291 final int msgId = connected ? MSG_HEADSET_CONNECTED : MSG_HEADSET_NOT_CONNECTED; in replyToClient() local
292 final Message msg = Message.obtain(null, msgId); in replyToClient()
/packages/apps/Nfc/src/com/android/nfc/
DBeamShareActivity.java96 private void showNfcDialogAndExit(int msgId) { in showNfcDialogAndExit() argument
102 dialogBuilder.setMessage(msgId); in showNfcDialogAndExit()
/packages/modules/IPsec/tests/cts/src/android/ipsec/ike/cts/
DIkeTunUtils.java280 int msgId = buffer.getInt(); in isExpectedSpiAndMsgId() local
281 if (expectedMsgId != msgId) { in isExpectedSpiAndMsgId()
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/
DMmsProvider.java801 String msgId = null; in update() local
810 msgId = uri.getLastPathSegment(); in update()
866 if (msgId != null) { in update()
867 extraSelection = Mms._ID + "=" + msgId; in update()
DMmsSmsProvider.java494 String msgId = uri.getQueryParameter("message"); in query() local
500 if (!TextUtils.isEmpty(msgId)) { in query()
502 Long.parseLong(msgId); in query()
503 extraSelection += " AND " + PendingMessages.MSG_ID + "=" + msgId; in query()
/packages/apps/CellBroadcastReceiver/src/com/android/cellbroadcastreceiver/
DCellBroadcastReceiver.java184 int msgId = (isTestingMode(mContext)) ? R.string.testing_mode_enabled in onReceive() local
186 String msg = res.getString(msgId); in onReceive()
/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/modules/IPsec/src/java/com/android/internal/net/ipsec/ike/
DSaRecord.java904 public void updateLastSentRespAllPackets(List<byte[]> respPacketList, int msgId) { in updateLastSentRespAllPackets() argument
906 mLastSentRespMsgId = msgId; in updateLastSentRespAllPackets()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/bass_client/
DBassClientService.java372 private void enqueueSourceGroupOp(BluetoothDevice sink, Integer msgId, Object obj) { in enqueueSourceGroupOp() argument
373 log("enqueueSourceGroupOp device: " + sink + ", msgId: " + msgId); in enqueueSourceGroupOp()
378 mPendingGroupOp.get(sink).add(new Pair<Integer, Object>(msgId, obj)); in enqueueSourceGroupOp()
/packages/apps/DocumentsUI/src/com/android/documentsui/services/
DCopyJob.java147 Notification getProgressNotification(@StringRes int msgId) { in getProgressNotification() argument
148 mProgressTracker.update(mProgressBuilder, (remainingTime) -> service.getString(msgId, in getProgressNotification()

12