Searched defs:vcardType (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Bluetooth/src/com/android/bluetooth/pbap/
H A DBluetoothPbapUtils.java109 final int vcardType, final byte[] filter) {
110 int vType = vcardType;
155 public static final String createProfileVCard(Context ctx, final int vcardType,final byte[] filter) { argument
159 composer = createFilteredVCardComposer(ctx, vcardType, filter);
108 createFilteredVCardComposer(final Context ctx, final int vcardType, final byte[] filter) argument
/packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
H A DImportProcessor.java215 private boolean readOneVCard(InputStream is, int vcardType, String charset, argument
234 new VCardParser_V30(vcardType) :
235 new VCardParser_V21(vcardType));

Completed in 139 milliseconds