Home
last modified time | relevance | path

Searched refs:createProfileVCard (Results 1 – 2 of 2) sorted by relevance

/packages/modules/Bluetooth/android/app/src/com/android/bluetooth/pbap/
DBluetoothPbapUtils.java197 static String createProfileVCard(Context ctx, final int vcardType, final byte[] filter) { in createProfileVCard() method in BluetoothPbapUtils
DBluetoothPbapVcardManager.java110 return BluetoothPbapUtils.createProfileVCard(mContext, vcardType, filter); in getOwnerPhoneNumberVcardFromProfile()