Home
last modified time | relevance | path

Searched refs:createOneEntry (Results 1 – 9 of 9) sorted by relevance

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapCallLogComposerTest.java141 assertThat(mComposer.createOneEntry(true)).isNotEmpty(); in testCreateOneEntry_success()
148 assertThat(mComposer.createOneEntry(true)).isNull(); in testCreateOneEntry_failWhenNotInitialized()
DBluetoothPbapSimVcardManagerTest.java133 assertThat(mManager.createOneEntry(true)).isNull(); in testCreateOneEntry_whenNotInitialized()
142 assertThat(mManager.createOneEntry(true)).isNotNull(); in testCreateOneEntry_success()
143 assertThat(mManager.createOneEntry(false)).isNotNull(); in testCreateOneEntry_success()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DVCardTest.java48 String vcard = composer.createOneEntry(); in testCompose()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapSimVcardManager.java145 public String createOneEntry(boolean vcardVer21) { in createOneEntry() method in BluetoothPbapSimVcardManager
429 String vcard = composer.createOneEntry(vcardType21); in composeAndSendSIMPhonebookVcards()
492 String vcard = composer.createOneEntry(vcardType21); in composeAndSendSIMPhonebookOneVcard()
DBluetoothPbapCallLogComposer.java153 public String createOneEntry(boolean vcardVer21) { in createOneEntry() method in BluetoothPbapCallLogComposer
DBluetoothPbapUtils.java211 vcard = composer.createOneEntry(); in createProfileVCard()
DBluetoothPbapVcardManager.java1124 String vcard = composer.createOneEntry(vcardType21); in composeCallLogsAndSendSelectedVCards()
/packages/apps/Contacts/src/com/android/contacts/vcard/
DExportProcessor.java190 writer.write(composer.createOneEntry()); in runInternal()
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DContactsProvider2.java9659 writer.write(composer.createOneEntry()); in outputRawContactsAsVCard()