OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getCallTypeFromVideoState
(Results
1 - 3
of
3
) sorted by null
/frameworks/base/telephony/java/com/android/ims/
ImsCallProfile.java
394
public static int
getCallTypeFromVideoState
(int videoState) {
/frameworks/opt/telephony/src/java/com/android/internal/telephony/imsphone/
ImsPhoneCallTracker.java
632
int callType = ImsCallProfile.
getCallTypeFromVideoState
(videoState);
721
ringingCall.accept(ImsCallProfile.
getCallTypeFromVideoState
(videoState));
735
imsCall.accept(ImsCallProfile.
getCallTypeFromVideoState
(videoState));
[
all
...]
/frameworks/opt/telephony/tests/telephonytests/src/com/android/internal/telephony/imsphone/
ImsPhoneCallTrackerTest.java
248
.
getCallTypeFromVideoState
(ImsCallProfile.CALL_TYPE_VOICE)));
Completed in 188 milliseconds