Home
last modified time | relevance | path

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

1234567

/frameworks/av/media/codec2/docs/
Ddoxyfilter.sh4 global in_comment, current, indent, hold
5 in_comment, current, indent, hold = False, None, '', []
9 global hold
10 for h in hold:
12 hold[:] = []
15 global current, hold
17 for h in hold:
21 for h in hold:
26 hold[:] = []
29 global current, indent, hold
[all …]
/frameworks/proto_logging/stats/enums/telecomm/
Denums.proto73 * Indicates that the call is currently on hold. In this state, the call is not terminated
74 * but no communication is allowed until the call is no longer on hold. The typical transition
75 * to this state is by the user putting an {@link #ACTIVE} call on hold by explicitly performing
76 * an action, such as clicking the hold button.
/frameworks/base/telephony/java/android/telephony/ims/stub/
DImsCallSessionImplBase.java235 public void hold(ImsStreamMediaProfile profile) {
236 executeMethodAsync(() -> ImsCallSessionImplBase.this.hold(profile), "hold");
547 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSessionImplBase
/frameworks/base/telephony/java/com/android/ims/internal/
DIImsCallSession.aidl183 void hold(in ImsStreamMediaProfile profile); in hold() method
/frameworks/base/telecomm/java/android/telecom/
DRemoteConference.java467 public void hold() { in hold() method in RemoteConference
469 mConnectionService.hold(mId, null /*Session.Info*/); in hold()
DRemoteConnection.java981 public void hold() { in hold() method in RemoteConnection
985 mConnectionService.hold(mConnectionId, Log.getExternalSession( in hold()
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
DImsPhoneCallTrackerTest.java180 }).when(imsCall).hold(); in imsCallMocking()
618 doThrow(new ImsException()).when(mImsCall).hold(); in testImsHoldException()
624 verify(mImsCall).hold(); in testImsHoldException()
629 doNothing().when(mImsCall).hold(); in testImsHoldException()
632 verify(mImsCall, times(2)).hold(); in testImsHoldException()
698 verify(mImsCall, times(1)).hold(); in testImsMTCallAcceptHold()
736 verify(mImsCall, times(1)).hold(); in testImsMTActiveHoldServiceDisconnect()
1713 doNothing().when(mImsCall).hold(); in testClearHoldSwapStateOnSrvcc()
/frameworks/base/apct-tests/perftests/multiuser/trace_configs/
Dtrace_config_multi_user.textproto26 # The trace buffers needs to be big enough to hold |file_write_period_ms| of
/frameworks/base/telecomm/java/com/android/internal/telecom/
DIConnectionService.aidl94 void hold(String callId, in Session.Info sessionInfo); in hold() method
/frameworks/proto_logging/stats/enums/server/location/
Denums.proto106 // Enum that hold the bit masks for various LTE Positioning Profile settings (LPP_PROFILE
/frameworks/base/telephony/java/android/telephony/ims/
DImsCallSession.java928 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSession
934 miSession.hold(profile); in hold()
/frameworks/base/core/proto/android/server/
Dusagestatsservice.proto106 // They will hold a number that is equal to the index + 1 of their string in the pool
/frameworks/base/tools/orientationplot/
DREADME.txt87 a little to the side, or they hold the device loosely so its orientation
/frameworks/base/telephony/java/android/telephony/ims/compat/stub/
DImsCallSessionImplBase.java258 public void hold(ImsStreamMediaProfile profile) { in hold() method in ImsCallSessionImplBase
/frameworks/base/packages/SystemUI/docs/
Dplugins.md90 Plugins must also hold the plugin permission.
198 …are always provided by the source of the android build.  All plugins must hold this permission for…
Dphysics-animation-layout.md29 …ues. Since the physics animations internally use SpringForce instances to hold inflight animation …
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/docs/
Dchanges.md54 extend `ExternalInterfaceBinder` and implement `invalidate()` to ensure it doesn't hold long
/frameworks/base/core/java/android/window/
DSurfaceSyncer.md13 …ed there. Using this one for other cases is unsafe because the caller may hold the transaction lon…
/frameworks/base/packages/SystemUI/
DREADME.md79 number of listeners. The system_server gets a hold of the IStatusBar when
/frameworks/opt/net/ims/src/java/com/android/ims/
DImsCall.java1401 public void hold() throws ImsException { in hold() method in ImsCall
1427 mSession.hold(createHoldMediaProfile()); in hold()
1539 mSession.hold(createHoldMediaProfile()); in merge()
/frameworks/base/services/core/java/com/android/server/soundtrigger_middleware/
DREADME.md123 - Callbacks propagate from the lower layers up to the upper layers. It is legal to hold a local
/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/cmds/am/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/frameworks/base/cmds/pm/
DNOTICE185 defend, and hold each Contributor harmless for any liability
/frameworks/av/media/codecs/amrwb/enc/SampleCode/
DNOTICE185 defend, and hold each Contributor harmless for any liability

1234567