Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DToggleSubscriptionDialogActivity.java457 final StringBuilder switchDialogMsg = new StringBuilder(); in showMepSwitchSimConfirmDialog() local
458 switchDialogMsg.append( in showMepSwitchSimConfirmDialog()
464 switchDialogMsg.insert(0, RTL_MARK) in showMepSwitchSimConfirmDialog()
465 .insert(switchDialogMsg.length(), RTL_MARK); in showMepSwitchSimConfirmDialog()
472 switchDialogMsg.toString(), in showMepSwitchSimConfirmDialog()
509 final StringBuilder switchDialogMsg = new StringBuilder(); in getSwitchDialogBodyMsg() local
511 switchDialogMsg.append(getString( in getSwitchDialogBodyMsg()
516 switchDialogMsg.append(getString( in getSwitchDialogBodyMsg()
521 switchDialogMsg.append(getString( in getSwitchDialogBodyMsg()
530 switchDialogMsg.insert(0, RTL_MARK) in getSwitchDialogBodyMsg()
[all …]