Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/network/telephony/
DToggleSubscriptionDialogActivity.java66 private static final String RTL_MARK = "\u200F"; field in ToggleSubscriptionDialogActivity
464 switchDialogMsg.insert(0, RTL_MARK) in showMepSwitchSimConfirmDialog()
465 .insert(switchDialogMsg.length(), RTL_MARK); in showMepSwitchSimConfirmDialog() local
530 switchDialogMsg.insert(0, RTL_MARK) in getSwitchDialogBodyMsg()
531 .insert(switchDialogMsg.indexOf(LINE_BREAK) - LINE_BREAK_OFFSET_ONE, RTL_MARK) in getSwitchDialogBodyMsg()
532 .insert(switchDialogMsg.indexOf(LINE_BREAK) + LINE_BREAK_OFFSET_TWO, RTL_MARK) in getSwitchDialogBodyMsg()
533 .insert(switchDialogMsg.length(), RTL_MARK); in getSwitchDialogBodyMsg() local
DMobileNetworkUtils.java120 private static final String RTL_MARK = "\u200F"; field in MobileNetworkUtils
988 summary.insert(0, RTL_MARK).insert(summary.length(), RTL_MARK); in getPreferredStatus() local