Home
last modified time | relevance | path

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

12345678

/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/com/android/internal/telecom/
DIConnectionService.aidl59 void hold(String callId); in hold() method
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java457 public void hold() { in hold() method in RemoteConference
459 mConnectionService.hold(mId); in hold()
DRemoteConnection.java895 public void hold() { in hold() method in RemoteConnection
898 mConnectionService.hold(mConnectionId); in hold()
DConnectionService.java194 public void hold(String callId) {
357 hold((String) msg.obj);
834 private void hold(String callId) { in hold() method in ConnectionService
/frameworks/opt/telephony/src/java/com/android/internal/telephony/sip/
DSipPhone.java230 if (mBackgroundCall.getState().isAlive()) mBackgroundCall.hold(); in switchHoldingAndActive()
597 void hold() throws CallStateException { in hold() method in SipPhone.SipCall
600 for (Connection c : mConnections) ((SipConnection) c).hold(); in hold()
884 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/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.jd376 Inflates a new {@link android.view.View} object to hold the item layout. In the override
427 * Defines a class that hold resource IDs of each item layout
/frameworks/opt/net/ims/src/java/com/android/ims/internal/
DImsCallSession.java743 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSession
749 miSession.hold(profile); in hold()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java131 }).when(mImsCall).hold(); in imsCallMocking()
316 verify(mImsCall, times(1)).hold(); in testImsMTCallAcceptHold()
/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/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/tv/adt-1/
Dindex.jd116 <p>Press and hold the Back and Home buttons together for about three seconds, until all four
272 <p>Unplug the power cable from the back of ADT-1. Press and hold the small, round button on the
273 back of ADT-1 as you re-insert the power cable, and continue to hold the small round button. The
/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/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/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/tools/orientationplot/
DREADME.txt87 a little to the side, or they hold the device loosely so its orientation
/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.java1152 public void hold() throws ImsException { in hold() method in ImsCall
1175 mSession.hold(createHoldMediaProfile()); in hold()
1265 mSession.hold(createHoldMediaProfile()); in merge()
/frameworks/base/docs/html/training/articles/
Dsmp.jd414 possible, after all the code has executed, for reg to hold 0. It’s also
415 possible for it to hold 41. Unless you explicitly define the ordering, you
679 from r3 will not execute at all if [r0] doesn’t hold 55. Inserting AND r1, r1,
711 <p>It’s possible for reg2 to hold zero at the end of this. The fact that a
778 <p>The CPU guarantees that A will hold 0x00000000 or 0xffffffff. It will never
779 hold 0x0000ffff or any other partial “mix” of bytes.</p>
1201 operation. It’s therefore possible for <code>localVar</code> to hold a value
1489 from classes like String and Integer hold data that cannot be changed once the
1506 hold if a partially-constructed object is allowed to become visible to other
/frameworks/base/docs/html/about/versions/
Dandroid-3.1-highlights.jd78 touch-hold interval to meet their needs.</p>
166 point, by touch-hold of the access point in Settings. The browser uses the HTTP
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/gsm/
DGSMPhoneTest.java.broken720 // Multiparty call on hold, call waiting added
1142 // (if any exist) on hold and accepts the other (held or waiting)
1191 // on hold except call 3. This should fail and a supplementary service
1201 // on hold except call 1.
/frameworks/base/docs/html/guide/topics/connectivity/nfc/
Dhce.jd263 sure that your users will only have to hold their device over the NFC reader for
287 The latter then enforces that only external applications that hold the
341 <p>As a final note, your application also needs to hold the

12345678