OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EVENT_REQUEST_HANDOVER
(Results
1 - 4
of
4
) sorted by null
/packages/apps/Dialer/java/com/android/contacts/common/compat/telecom/
TelecomManagerCompat.java
32
public static final String
EVENT_REQUEST_HANDOVER
= "android.telecom.event.REQUEST_HANDOVER";
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
TestInCallUI.java
162
call.sendCallEvent(Call.
EVENT_REQUEST_HANDOVER
, extras);
/packages/services/Telecomm/src/com/android/server/telecom/
Call.java
[
all
...]
/frameworks/base/telecomm/java/android/telecom/
Call.java
144
public static final String
EVENT_REQUEST_HANDOVER
=
148
* Extra key used with the {@link #
EVENT_REQUEST_HANDOVER
} call event. Specifies the
156
* Integer extra key used with the {@link #
EVENT_REQUEST_HANDOVER
} call event. Specifies the
168
* Extra key used with the {@link #
EVENT_REQUEST_HANDOVER
} call event. Used by the
186
* A handover is initiated with the {@link #
EVENT_REQUEST_HANDOVER
} call event.
198
* A handover is initiated with the {@link #
EVENT_REQUEST_HANDOVER
} call event.
209
* A handover is initiated with the {@link #
EVENT_REQUEST_HANDOVER
} call event.
[
all
...]
Completed in 991 milliseconds