summaryrefslogtreecommitdiffstats
path: root/src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java')
-rw-r--r--src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java b/src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java
index d2c4a08af..7a4b07ca3 100644
--- a/src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java
+++ b/src/com/android/bluetooth/pbap/BluetoothPbapVcardManager.java
@@ -310,6 +310,7 @@ public class BluetoothPbapVcardManager {
composer = BluetoothPbapUtils.createFilteredVCardComposer(mContext, vcardType, null);
composer.setPhoneNumberTranslationCallback(new VCardPhoneNumberTranslationCallback() {
+ @Override
public String onValueReceived(
String rawValue, int type, String label, boolean isPrimary) {
String numberWithControlSequence = rawValue.replace(PhoneNumberUtils.PAUSE, 'p')
@@ -694,6 +695,7 @@ public class BluetoothPbapVcardManager {
// other formatting
// done by vCard library by default.
composer.setPhoneNumberTranslationCallback(new VCardPhoneNumberTranslationCallback() {
+ @Override
public String onValueReceived(String rawValue, int type, String label,
boolean isPrimary) {
// 'p' and 'w' are the standard characters for pause and
@@ -786,6 +788,7 @@ public class BluetoothPbapVcardManager {
/* BT does want PAUSE/WAIT conversion while it doesn't want the
* other formatting done by vCard library by default. */
composer.setPhoneNumberTranslationCallback(new VCardPhoneNumberTranslationCallback() {
+ @Override
public String onValueReceived(
String rawValue, int type, String label, boolean isPrimary) {
/* 'p' and 'w' are the standard characters for pause and wait