Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/android/app/tests/unit/src/com/android/bluetooth/pbap/
DBluetoothPbapVcardManagerTest.java83 assertThat(mManager.getOwnerPhoneNumberVcard(/* vcardType21= */ true, /* filter= */ null)) in testGetOwnerPhoneNumberVcard_whenUseProfileForOwnerVcard()
91 assertThat(mManager.getOwnerPhoneNumberVcard(/* vcardType21= */ true, /* filter= */ null)) in testGetOwnerPhoneNumberVcard_whenNotUseProfileForOwnerVcard()
/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapObexServer.java1410 mVcardManager.getOwnerPhoneNumberVcard( in pullVcardEntry()
1436 mVcardManager.getOwnerPhoneNumberVcard( in pullVcardEntry()
1562 mVcardManager.getOwnerPhoneNumberVcard( in pullPhonebook()
1602 mVcardManager.getOwnerPhoneNumberVcard( in pullPhonebook()
DBluetoothPbapVcardManager.java113 public final String getOwnerPhoneNumberVcard(final boolean vcardType21, final byte[] filter) { in getOwnerPhoneNumberVcard() method in BluetoothPbapVcardManager