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.java279 String stripped = BluetoothMapUtils.stripInvalidChars(mSubject); in encode()
287 BluetoothMapUtils.stripInvalidChars(mSenderName)); in encode()
294 BluetoothMapUtils.stripInvalidChars(mRecipientName)); in encode()
DBluetoothMapConvoContactElement.java206 BluetoothMapUtils.stripInvalidChars(mDisplayName)); in encode()
210 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
DBluetoothMapContentObserver.java661 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
664 this.senderName = BluetoothMapUtils.stripInvalidChars(senderName); in Event()
679 this.subject = BluetoothMapUtils.stripInvalidChars(subject); in Event()
682 this.senderName = BluetoothMapUtils.stripInvalidChars(senderName); in Event()
688 this.conversationName = BluetoothMapUtils.stripInvalidChars(conversationName); in Event()
701 this.senderName = BluetoothMapUtils.stripInvalidChars(name); in Event()
709 this.conversationName = BluetoothMapUtils.stripInvalidChars(conversationName); in Event()
715 this.presenceStatus = BluetoothMapUtils.stripInvalidChars(presenceStatus); in Event()
DBluetoothMapConvoListingElement.java254 BluetoothMapUtils.stripInvalidChars(mName)); in encode()
DBluetoothMapUtils.java367 static public String stripInvalidChars(String text) { in stripInvalidChars() method in BluetoothMapUtils