OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isPulledCall
(Results
1 - 4
of
4
) sorted by null
/frameworks/opt/telephony/src/java/com/android/internal/telephony/
Connection.java
842
* @param
isPulledCall
{@code true} if this connection is the result of pulling an external call
845
public void setIsPulledCall(boolean
isPulledCall
) {
846
mIsPulledCall =
isPulledCall
;
849
public boolean
isPulledCall
() {
854
* For an external call which is being pulled (e.g. {@link #
isPulledCall
()} is {@code true}),
/packages/services/Telecomm/src/com/android/server/telecom/
CallLogManager.java
292
* @param
isPulledCall
{@code true} if this call was pulled to another device.
295
private static int getCallFeatures(int videoState, boolean
isPulledCall
) {
300
if (
isPulledCall
) {
/packages/services/Telephony/src/com/android/services/telephony/
TelephonyConnection.java
[
all
...]
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
[
all
...]
Completed in 102 milliseconds