Searched defs:Profile (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBluetoothUtil.java112 public static Profile getProfile(BluetoothProfile p) {
123 private static Profile newProfile(final BluetoothA2dp a2dp) {
124 return new Profile() {
137 private static Profile newProfile(final BluetoothHeadset headset) {
138 return new Profile() {
151 private static Profile newProfile(final BluetoothA2dpSink sink) {
152 return new Profile() {
165 private static Profile newProfile(final BluetoothHeadsetClient client) {
166 return new Profile() {
179 private static Profile newProfil
222 public interface Profile { interface in class:BluetoothUtil
[all...]
/frameworks/av/media/libstagefright/
H A DMPEG4Extractor.cpp2860 const int32_t Profile = br.getBits(2); local
/frameworks/base/core/java/android/provider/
H A DContactsContract.java213 * Uri profileUri = ContactsContract.Profile.CONTENT_VCARD_URI;
646 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1635 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID);
2099 public static final class Profile implements BaseColumns, ContactsColumns, class in class:ContactsContract
2104 private Profile() { method in class:ContactsContract.Profile
2155 return id >= Profile.MIN_ID;
4828 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
5277 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");

Completed in 83 milliseconds