Home
last modified time | relevance | path

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

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