OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:videostatetostring
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/telecomm/java/android/telecom/
VideoProfile.java
221
sb.append(
videoStateToString
(mVideoState));
234
public static String
videoStateToString
(@VideoState int videoState) {
/cts/tests/tests/telecom/src/android/telecom/cts/
DataObjectUnitTests.java
290
assertEquals("Audio Tx Rx", VideoProfile.
videoStateToString
(videoProfile.getVideoState()));
/packages/services/Telecomm/src/com/android/server/telecom/
CallAudioManager.java
242
.
videoStateToString
(newVideoState));
CallsManager.java
552
.
videoStateToString
(videoState));
[
all
...]
/packages/apps/Dialer/InCallUI/src/com/android/incallui/
VideoCallPresenter.java
488
VideoProfile.
videoStateToString
(mCurrentVideoState) + " newVideoState: "
489
+ VideoProfile.
videoStateToString
(call.getVideoState()));
[
all
...]
Call.java
[
all
...]
Completed in 402 milliseconds