Searched refs:HandlerForStringBuffer (Results 1 – 4 of 4) sorted by relevance
/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/ |
D | HandlerForStringBufferTest.java | 61 HandlerForStringBuffer buffer = new HandlerForStringBuffer(mOperation, ownerVcard); in init_withNonNullOwnerVCard_returnsTrue() 70 HandlerForStringBuffer buffer = new HandlerForStringBuffer(mOperation, ownerVcard); in init_withNullOwnerVCard_returnsTrue() 81 HandlerForStringBuffer buffer = new HandlerForStringBuffer(mOperation, ownerVcard); in init_withIOExceptionWhenOpeningOutputStream_returnsFalse() 89 HandlerForStringBuffer buffer = new HandlerForStringBuffer(mOperation, ownerVcard); in writeVCard_withNonNullOwnerVCard_returnsTrue() 100 HandlerForStringBuffer buffer = new HandlerForStringBuffer(mOperation, ownerVcard); in writeVCard_withNullOwnerVCard_returnsFalse() 111 HandlerForStringBuffer buffer = in writeVCard_withIOExceptionWhenWritingToStream_returnsFalse() 112 new HandlerForStringBuffer(mOperation, /* ownerVcard= */ null); in writeVCard_withIOExceptionWhenWritingToStream_returnsFalse() 123 HandlerForStringBuffer buffer = new HandlerForStringBuffer(mOperation, ownerVcard); in terminate()
|
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/ |
D | HandlerForStringBuffer.java | 32 public class HandlerForStringBuffer { class 40 public HandlerForStringBuffer(Operation op, String ownerVCard) { in HandlerForStringBuffer() method in HandlerForStringBuffer
|
D | BluetoothPbapSimVcardManager.java | 414 HandlerForStringBuffer buffer = null; in composeAndSendSIMPhonebookVcards() 417 buffer = new HandlerForStringBuffer(op, ownerVCard); in composeAndSendSIMPhonebookVcards() 476 HandlerForStringBuffer buffer = null; in composeAndSendSIMPhonebookOneVcard() 479 buffer = new HandlerForStringBuffer(op, ownerVCard); in composeAndSendSIMPhonebookOneVcard()
|
D | BluetoothPbapVcardManager.java | 849 HandlerForStringBuffer buffer = null; in composeContactsAndSendVCards() 887 buffer = new HandlerForStringBuffer(op, ownerVCard); in composeContactsAndSendVCards() 970 HandlerForStringBuffer buffer = null; in composeContactsAndSendSelectedVCards() 1004 buffer = new HandlerForStringBuffer(op, ownerVCard); in composeContactsAndSendSelectedVCards() 1106 HandlerForStringBuffer buffer = null; in composeCallLogsAndSendSelectedVCards() 1112 buffer = new HandlerForStringBuffer(op, ownerVCard); in composeCallLogsAndSendSelectedVCards()
|