Home
last modified time | relevance | path

Searched refs:Profile (Results 1 – 24 of 24) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DBluetoothUtil.java120 public static Profile getProfile(BluetoothProfile p) { in getProfile()
131 private static Profile newProfile(final BluetoothA2dp a2dp) { in newProfile()
132 return new Profile() { in newProfile()
145 private static Profile newProfile(final BluetoothHeadset headset) {
146 return new Profile() {
159 private static Profile newProfile(final BluetoothA2dpSink sink) {
160 return new Profile() {
173 private static Profile newProfile(final BluetoothHeadsetClient client) {
174 return new Profile() {
187 private static Profile newProfile(final BluetoothInputDevice input) {
[all …]
DUserInfoController.java166 ContactsContract.Profile.CONTENT_URI, new String[] { in queryForUserInformation()
DBluetoothControllerImpl.java52 import com.android.systemui.statusbar.policy.BluetoothUtil.Profile;
264 final Profile p = BluetoothUtil.getProfile(mProfiles.get(profile)); in connect()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DMultiUserSwitch.java86 getContext(), v, ContactsContract.Profile.CONTENT_URI, in onClick()
/frameworks/base/docs/html/about/versions/
Dandroid-2.0-highlights.jd188 <li>New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)</li>
Dandroid-4.0.jd99 <h4>User Profile</h4>
102 {@link android.provider.ContactsContract.Profile} table. Social apps that maintain a user identity
105 android.provider.ContactsContract.Profile}. That is, raw contacts that represent the device user do
108 the table at {@link android.provider.ContactsContract.Profile#CONTENT_RAW_CONTACTS_URI}. Raw
711 <p>Android now supports Bluetooth Health Profile devices, so you can create applications that use
721 <p>Once you’ve acquired the Health Profile proxy (the {@link android.bluetooth.BluetoothHealth}
735 <p>For more information about using the Bluetooth Health Profile, see the documentation for {@link
1642 android.provider.ContactsContract.Profile} provider.</li>
1644 android.provider.ContactsContract.Profile} provider.</li>
Djelly-bean.jd177 <h4 id="43-bt-avrcp">AVRCP 1.3 Profile</h4>
196 <img src="{@docRoot}images/jb-profiles-create-n713.png" alt="Setting up a Restricted Profile" width…
198 …images/jb-profiles-restrictions-n713.png" alt="Setting Restrictions in a Profile" width="340" styl…
572 <p>In the <strong>Profile GPU rendering</strong> option you can now visualize
Dandroid-4.0-highlights.jd625 …duces built-in support for connecting to <strong>Bluetooth Health Device Profile (HDP)</strong> de…
892 Profile (HDP)</strong></p>
/frameworks/base/core/java/android/provider/
DContactsContract.java646 Uri.withAppendedPath(Profile.CONTENT_URI, CONTENT_DIRECTORY);
1635 return (contactId >= ENTERPRISE_CONTACT_ID_BASE) && (contactId < Profile.MIN_ID); in isEnterpriseContactId()
2099 public static final class Profile implements BaseColumns, ContactsColumns, class in ContactsContract
2104 private Profile() { in Profile() method in ContactsContract.Profile
2155 return id >= Profile.MIN_ID; in isProfileId()
4828 Uri.withAppendedPath(Profile.CONTENT_URI, "raw_contact_entities");
5277 Uri.withAppendedPath(Profile.CONTENT_URI, "status_updates");
/frameworks/base/docs/html/guide/appendix/
Dmedia-formats.jd252 <td>Baseline Profile (BP)</td>
284 media framework supports for playback in the H.264 Baseline Profile codec. While
293 Examples of supported video encoding parameters for the H.264 Baseline Profile codec.</p>
/frameworks/base/docs/html/tools/debugging/
Ddebugging-tracing.jd17 <li><a href="#profilepanel">Profile Panel</a></li>
67 <h3 id="profilepanel">Profile Panel</h3>
85 <p class="img-caption"><strong>Figure 2.</strong> The Traceview Profile Panel</p>
/frameworks/base/docs/html/guide/topics/connectivity/
Dbluetooth.jd27 <li><a href="#HDP">Health Device Profile</a>
42 …{@docRoot}resources/samples/BluetoothHDP/index.html">Bluetooth HDP (Health Device Profile)</a></li>
135 "A2DP" stands for Advanced Audio Distribution Profile.</dd>
138 <dd> Represents a Health Device Profile proxy that controls the Bluetooth service.</dd>
916 <li><strong>A2DP</strong>. The Advanced Audio Distribution Profile (A2DP)
923 support for the Bluetooth Health Device Profile (HDP). This lets you create
931 HDP, see <a href="#HDP">Health Device Profile</a>.</li>
1006 <h3 id="HDP">Health Device Profile</h3>
1009 Profile (HDP). This lets you create applications that use Bluetooth to
1082 Device Profile)</a>. </p>
Dbluetooth-le.jd70 <li><strong>Generic Attribute Profile (GATT)</strong>&mdash;The GATT profile
142 Rate Profile</a>. But you could alternatively design
/frameworks/base/docs/html/tools/devices/
Dmanaging-avds.jd94 <p>Or, to start from scratch, click <strong>New Hardware Profile</strong>.</p>
97 <p>The following Configure Hardware Profile window (figure 3) allows you to specify various
/frameworks/base/docs/html/guide/webapps/
Dmigrating.jd151 <pre>&lt;a href="showProfile">Show Profile&lt;/a></pre>
177 <pre>&lt;a href="example-app:showProfile">Show Profile&lt;/a></pre>
/frameworks/base/docs/html/guide/topics/providers/
Dcontacts-provider.jd36 <a href="#UserProfile">The User Profile</a>
588 <a href="#UserProfile">The User Profile</a>.
596 <h2 id="UserProfile">The User Profile</h2>
603 profile are available in the {@link android.provider.ContactsContract.Profile} class.
623 {@link android.provider.ContactsContract.Profile#CONTENT_URI} and don't provide any
631 Profile._ID,
632 Profile.DISPLAY_NAME_PRIMARY,
633 Profile.LOOKUP_KEY,
634 Profile.PHOTO_THUMBNAIL_URI
640 Profile.CONTENT_URI,
/frameworks/base/docs/html/google/play/licensing/
Dsetting-up.jd476 and click "Edit Profile". In the Edit Profile page, locate the Test Response
585 Profile page. Simply enter the accounts as a comma-delimited list and click
/frameworks/base/docs/html/training/game-controllers/
Dcontroller-input.jd185 <strong>Figure 1.</strong> Profile for a generic game controller.
/frameworks/base/docs/html/tools/adk/
Dadk2.jd378 <p>The ADK 2012 app and hardware accessory use a Bluetooth Serial Port Profile (SPP) connection to
/frameworks/av/media/libstagefright/
DMPEG4Extractor.cpp2863 const int32_t Profile = br.getBits(2); in updateAudioTrackInfoFromESDS_MPEG4Audio() local
/frameworks/base/docs/html/google/play/billing/v2/
Dbilling_integrate.jd203 <li>On the Edit Profile page, scroll down to the <strong>Licensing &amp; In-app
/frameworks/base/docs/html/
Dsitemap.txt1865 http://developer.android.com/reference/android/provider/ContactsContract.Profile.html
/frameworks/base/api/
Dsystem-current.txt26154 …public static final class ContactsContract.Profile implements android.provider.BaseColumns android…
Dcurrent.txt24564 …public static final class ContactsContract.Profile implements android.provider.BaseColumns android…