Searched refs:RTL_MARK (Results 1 – 2 of 2) sorted by relevance
66 private static final String RTL_MARK = "\u200F"; field in ToggleSubscriptionDialogActivity464 switchDialogMsg.insert(0, RTL_MARK) in showMepSwitchSimConfirmDialog()465 .insert(switchDialogMsg.length(), RTL_MARK); in showMepSwitchSimConfirmDialog() local530 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
120 private static final String RTL_MARK = "\u200F"; field in MobileNetworkUtils988 summary.insert(0, RTL_MARK).insert(summary.length(), RTL_MARK); in getPreferredStatus() local