Home | History | Annotate | Download | only in pbap

Lines Matching refs:Profile

38 import android.provider.ContactsContract.Profile;
131 Profile.CONTENT_VCARD_URI, new String[] { Profile._ID }, null,
143 Profile.CONTENT_URI, new String[] { Profile.DISPLAY_NAME}, null,
161 .init(Profile.CONTENT_URI, null, null, null, null, Uri
162 .withAppendedPath(Profile.CONTENT_URI,
168 "Unable to create profile vcard. Error initializing composer: "
172 Log.e(TAG, "Unable to create profile vcard.", t);
192 .openAssetFileDescriptor(Profile.CONTENT_VCARD_URI, "r");