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()
295 BluetoothMapUtils.stripInvalidChars(mSenderName)); in encode()
305 BluetoothMapUtils.stripInvalidChars(mRecipientName)); in encode()
DBluetoothMapConvoContactElement.java205 BluetoothMapUtils.stripInvalidChars(mDisplayName)); in encode()
209 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
DBluetoothMapContentObserver.java656 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
659 this.senderName = BluetoothMapUtils.stripInvalidChars(senderName); in Event()
674 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
677 this.senderName = BluetoothMapUtils.stripInvalidChars(senderName); in Event()
683 this.conversationName = BluetoothMapUtils.stripInvalidChars(conversationName); in Event()
696 this.senderName = BluetoothMapUtils.stripInvalidChars(name); in Event()
704 this.conversationName = BluetoothMapUtils.stripInvalidChars(conversationName); in Event()
710 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event()
DBluetoothMapConvoListingElement.java269 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
DBluetoothMapUtils.java395 public static String stripInvalidChars(String text) { in stripInvalidChars() method in BluetoothMapUtils