Home
last modified time | relevance | path

Searched refs:hold (Results 1 – 25 of 187) sorted by relevance

12345678

/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl55 void hold(String callId); in hold() method
/frameworks/base/docs/html/guide/practices/ui_guidelines/
Dmenu_design.jd48 …<li>The commands on the Context menu that appears when you touch &amp; hold on an item should be d…
108 selected item. It is typically invoked by a user's touch &amp; hold
204 A user can touch &amp; hold on content on the screen to
214 For example, in an email message list, a user can touch &amp; hold on
220 A user can also touch &amp; hold a <em>location</em> on the screen to
221 access a Context menu. An example is when the user does touch &amp; hold
231 In the above example, if the user performs touch &amp; hold on the contact
248 next screen both hold the same complete set of commands that can be performed
343 touch &amp; hold on a person's name in a list view of a contacts application.
380 &amp; hold on a name in a list of contacts, that operation should <em>also</em>
[all …]
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl158 void hold(in ImsStreamMediaProfile profile); in hold() method
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java395 public void hold() { in hold() method in RemoteConference
397 mConnectionService.hold(mId); in hold()
DRemoteConnection.java858 public void hold() { in hold() method in RemoteConnection
861 mConnectionService.hold(mConnectionId); in hold()
DConnectionService.java174 public void hold(String callId) {
303 hold((String) msg.obj);
690 private void hold(String callId) { in hold() method in ConnectionService
DCall.java722 public void hold() { in hold() method in Call
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java220 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/
Dbuild-buzz.jd119 <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/
DImsCallSession.java733 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSession
739 miSession.hold(profile); in hold()
/frameworks/base/docs/html/training/contacts-provider/
Dretrieve-details.jd129 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
Ddisplay-contact-badge.jd377 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/
Daudio-focus.jd36 audio playback&mdash;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/
Dprocess-lifecycle.jd45 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/
Ddrawable-animation.jd31 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/
Dindex.jd115 <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/
Ddraw9patch.jd31 patches and (optional) content area. Right-click (or hold Shift and click, on Mac) to erase
/frameworks/base/docs/html/training/scheduling/
Dwakelock.jd116 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/
DREADME.txt87 a little to the side, or they hold the device loosely so its orientation
/frameworks/base/docs/html/guide/topics/media/
Dmediaplayer.jd227 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/
Dsmooth-scrolling.jd95 need to create a class to hold your exact set of views. For example:</p>
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1142 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/
Dadk2.jd111 <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/
Dbrowse.jd101 media catalog information. Presenters hold data about media items and provide layout information
/frameworks/base/docs/html/guide/topics/security/
Dpermissions.jd226 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

12345678