/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/ |
D | BluetoothUtil.java | 120 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 …]
|
D | UserInfoController.java | 166 ContactsContract.Profile.CONTENT_URI, new String[] { in queryForUserInformation()
|
D | BluetoothControllerImpl.java | 52 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/ |
D | MultiUserSwitch.java | 86 getContext(), v, ContactsContract.Profile.CONTENT_URI, in onClick()
|
/frameworks/base/docs/html/about/versions/ |
D | android-2.0-highlights.jd | 188 <li>New BT profiles: Object Push Profile (OPP) and Phone Book Access Profile (PBAP)</li>
|
D | android-4.0.jd | 99 <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>
|
D | jelly-bean.jd | 177 <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
|
D | android-4.0-highlights.jd | 625 …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/ |
D | ContactsContract.java | 646 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/ |
D | media-formats.jd | 252 <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/ |
D | debugging-tracing.jd | 17 <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/ |
D | bluetooth.jd | 27 <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>
|
D | bluetooth-le.jd | 70 <li><strong>Generic Attribute Profile (GATT)</strong>—The GATT profile 142 Rate Profile</a>. But you could alternatively design
|
/frameworks/base/docs/html/tools/devices/ |
D | managing-avds.jd | 94 <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/ |
D | migrating.jd | 151 <pre><a href="showProfile">Show Profile</a></pre> 177 <pre><a href="example-app:showProfile">Show Profile</a></pre>
|
/frameworks/base/docs/html/guide/topics/providers/ |
D | contacts-provider.jd | 36 <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/ |
D | setting-up.jd | 476 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/ |
D | controller-input.jd | 185 <strong>Figure 1.</strong> Profile for a generic game controller.
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 378 <p>The ADK 2012 app and hardware accessory use a Bluetooth Serial Port Profile (SPP) connection to
|
/frameworks/av/media/libstagefright/ |
D | MPEG4Extractor.cpp | 2863 const int32_t Profile = br.getBits(2); in updateAudioTrackInfoFromESDS_MPEG4Audio() local
|
/frameworks/base/docs/html/google/play/billing/v2/ |
D | billing_integrate.jd | 203 <li>On the Edit Profile page, scroll down to the <strong>Licensing & In-app
|
/frameworks/base/docs/html/ |
D | sitemap.txt | 1865 http://developer.android.com/reference/android/provider/ContactsContract.Profile.html
|
/frameworks/base/api/ |
D | system-current.txt | 26154 …public static final class ContactsContract.Profile implements android.provider.BaseColumns android…
|
D | current.txt | 24564 …public static final class ContactsContract.Profile implements android.provider.BaseColumns android…
|