/frameworks/base/telecomm/java/com/android/internal/telecom/ |
D | IConnectionService.aidl | 55 void hold(String callId); in hold() method
|
/frameworks/base/docs/html/guide/practices/ui_guidelines/ |
D | menu_design.jd | 48 …<li>The commands on the Context menu that appears when you touch & hold on an item should be d… 108 selected item. It is typically invoked by a user's touch & hold 204 A user can touch & hold on content on the screen to 214 For example, in an email message list, a user can touch & hold on 220 A user can also touch & hold a <em>location</em> on the screen to 221 access a Context menu. An example is when the user does touch & hold 231 In the above example, if the user performs touch & hold on the contact 248 next screen both hold the same complete set of commands that can be performed 343 touch & hold on a person's name in a list view of a contacts application. 380 & hold on a name in a list of contacts, that operation should <em>also</em> [all …]
|
/frameworks/base/telephony/java/com/android/ims/internal/ |
D | IImsCallSession.aidl | 158 void hold(in ImsStreamMediaProfile profile); in hold() method
|
/frameworks/base/telecomm/java/android/telecom/ |
D | RemoteConference.java | 395 public void hold() { in hold() method in RemoteConference 397 mConnectionService.hold(mId); in hold()
|
D | RemoteConnection.java | 858 public void hold() { in hold() method in RemoteConnection 861 mConnectionService.hold(mConnectionId); in hold()
|
D | ConnectionService.java | 174 public void hold(String callId) { 303 hold((String) msg.obj); 690 private void hold(String callId) { in hold() method in ConnectionService
|
D | Call.java | 722 public void hold() { in hold() method in Call
|
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/ |
D | SipPhone.java | 220 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold(); in switchHoldingAndActive() 578 void hold() throws CallStateException { in hold() method in SipPhone.SipCall 581 for (Connection c : mConnections) ((SipConnection) c).hold(); in hold() 865 void hold() throws CallStateException { in hold() method in SipPhone.SipConnection
|
/frameworks/base/docs/html/distribute/users/ |
D | build-buzz.jd | 119 <h2 id="hold-a-contest"> 127 Contests can be a great way to engage your users. If you have a game, hold a 131 engagement. For example, a photo app developer can hold a photo contest.
|
/frameworks/opt/net/ims/src/java/com/android/ims/internal/ |
D | ImsCallSession.java | 733 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSession 739 miSession.hold(profile); in hold()
|
/frameworks/base/docs/html/training/contacts-provider/ |
D | retrieve-details.jd | 129 Define a constant for your selection clause, an array to hold selection arguments, and a 130 variable to hold the selection value. Use 137 // Defines the array to hold the search criteria 365 // Defines the array to hold the search criteria
|
D | display-contact-badge.jd | 377 Inflates a new {@link android.view.View} object to hold the item layout. In the override 428 * Defines a class that hold resource IDs of each item layout
|
/frameworks/base/docs/html/training/managing-audio/ |
D | audio-focus.jd | 36 audio playback—only apps that hold the audio focus should play audio.</p> 45 <p>Before your app starts playing any audio, it should hold the audio focus for the stream
|
/frameworks/base/docs/html/guide/topics/processes/ |
D | process-lifecycle.jd | 45 following conditions hold: 96 <li>An <strong>empty process</strong> is one that doesn't hold any active application
|
/frameworks/base/docs/html/guide/topics/graphics/ |
D | drawable-animation.jd | 31 attribute of the list to <var>true</var>, it will cycle just once then stop and hold on the last
|
/frameworks/base/docs/html/tv/adt-1/ |
D | index.jd | 115 <p>Press and hold the Back and Home buttons together for about three seconds, until all four 271 <p>Unplug the power cable from the back of ADT-1. Press and hold the small, round button on the 272 back of ADT-1 as you re-insert the power cable, and continue to hold the small round button. The
|
/frameworks/base/docs/html/tools/help/ |
D | draw9patch.jd | 31 patches and (optional) content area. Right-click (or hold Shift and click, on Mac) to erase
|
/frameworks/base/docs/html/training/scheduling/ |
D | wakelock.jd | 116 and hold them for as short a time as possible. For example, you should never need to use a 162 go back to sleep in the transition. If you don't hold a wake lock while transitioning
|
/frameworks/base/tools/orientationplot/ |
D | README.txt | 87 a little to the side, or they hold the device loosely so its orientation
|
/frameworks/base/docs/html/guide/topics/media/ |
D | mediaplayer.jd | 227 makes little sense to hold on to it while your activity is not interacting with 360 <p class="caution"><strong>Notice:</strong> You should always use wake locks sparingly and hold them 378 network and you are using Wi-Fi, you probably want to hold a 449 <p>You should only hold on to the "foreground service" status while your 594 // other fields here, you'll probably hold a reference to an interface 663 hold on to your {@link android.media.MediaPlayer} to avoid the overhead of creating and preparing it
|
/frameworks/base/docs/html/training/improving-layouts/ |
D | smooth-scrolling.jd | 95 need to create a class to hold your exact set of views. For example:</p>
|
/frameworks/opt/net/ims/src/java/com/android/ims/ |
D | ImsCall.java | 1142 public void hold() throws ImsException { in hold() method in ImsCall 1165 mSession.hold(createHoldMediaProfile()); in hold() 1255 mSession.hold(createHoldMediaProfile()); in merge()
|
/frameworks/base/docs/html/tools/adk/ |
D | adk2.jd | 111 <li>Place and hold your fingertip over the clock symbol on the control face. 112 <p class="note"><strong>Note:</strong> You may need to hold your finger in place for 1-2 120 <li>To set the alarm tone, place and hold your fingertip over the alarm clock symbol, then tap the 130 <li>Using an NFC-enabled Android device, unlock and hold the device against the left side of
|
/frameworks/base/docs/html/training/tv/playback/ |
D | browse.jd | 101 media catalog information. Presenters hold data about media items and provide layout information
|
/frameworks/base/docs/html/guide/topics/security/ |
D | permissions.jd | 226 allowed to hold that permission, as described in the linked documentation.</p> 367 permission string, you require that a receiver's application must hold that 408 will not have permission to open the attachment since it has no reason to hold
|