OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unhold
(Results
26 - 39
of
39
) sorted by null
1
2
/packages/services/Telecomm/src/com/android/server/telecom/
BluetoothPhoneServiceImpl.java
519
// CallsManager will hold any active calls when
unhold
() is called on a
[
all
...]
Call.java
1386
void
unhold
() {
method in class:Call
[
all
...]
Log.java
179
public static final String UNHOLD_TIMING = "
unhold
";
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
InCallPresenter.java
[
all
...]
/cts/tests/tests/telecom/src/android/telecom/cts/
RemoteConnectionTest.java
81
call.
unhold
();
[
all
...]
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
InCallServiceImpl.java
744
c.
unhold
();
[
all
...]
/frameworks/opt/net/voip/src/java/android/net/sip/
SipAudioCall.java
723
* @throws SipException if the SIP service fails to
unhold
the call
[
all
...]
/packages/services/Telephony/src/com/android/phone/
PhoneUtils.java
[
all
...]
/frameworks/base/docs/html/sdk/
OLD_RELEASENOTES.jd
165
<li>Voice/sms are automatically forwarded to other emulator instances running on the same machine, as long as you use their console port number as the destination phone number. For example, if you have two emulators running, the first one will typically use console port 5554, and the second one will use port 5556, dialing 5556 on the first emulator will generate an incoming call on the second emulator. You can also hold/
unhold
calls. This also works when sending SMS messages from one emulator to the other.</li>
/frameworks/base/telecomm/java/android/telecom/
Call.java
896
public void
unhold
() {
method in class:Call
[
all
...]
/tools/test/connectivity/acts/tests/google/tel/live/
TelLiveVideoTest.py
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
CallManager.java
747
* 2. no active call but only held call, aka,
unhold
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
rtccore.h
[
all
...]
/frameworks/opt/net/ims/src/java/com/android/ims/
ImsCall.java
216
* Called when the call is updated (except for hold/
unhold
).
[
all
...]
Completed in 1701 milliseconds
1
2