Home
last modified time | relevance | path

Searched refs:removeMessage (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DCustomContactListFilterActivity.java792 final CharSequence removeMessage = this.getString(
795 builder.setMessage(removeMessage);
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/btservice/
DBondStateMachineTest.java609 mBondStateMachine.removeMessage(mBondStateMachine.BONDED_INTENT_DELAY); in testSendIntentCase()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/btservice/
DBondStateMachine.java766 public void removeMessage(int what) { in removeMessage() method in BondStateMachine