Home
last modified time | relevance | path

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

/packages/apps/Bluetooth/src/com/android/bluetooth/map/
DBluetoothMapMessageListingElement.java275 String stripped = BluetoothMapUtils.stripInvalidChars(mSubject); in encode()
296 BluetoothMapUtils.stripInvalidChars(mSenderName)); in encode()
306 BluetoothMapUtils.stripInvalidChars(mRecipientName)); in encode()
DBluetoothMapConvoContactElement.java205 BluetoothMapUtils.stripInvalidChars(mDisplayName)); in encode()
209 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
DBluetoothMapContentObserver.java658 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
661 this.senderName = BluetoothMapUtils.stripInvalidChars(senderName); in Event()
676 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
679 this.senderName = BluetoothMapUtils.stripInvalidChars(senderName); in Event()
685 this.conversationName = BluetoothMapUtils.stripInvalidChars(conversationName); in Event()
698 this.senderName = BluetoothMapUtils.stripInvalidChars(name); in Event()
706 this.conversationName = BluetoothMapUtils.stripInvalidChars(conversationName); in Event()
712 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event()
DBluetoothMapConvoListingElement.java269 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
DBluetoothMapUtils.java390 public static String stripInvalidChars(String text) { in stripInvalidChars() method in BluetoothMapUtils