Home
last modified time | relevance | path

Searched refs:videoProfile (Results 1 – 2 of 2) sorted by relevance

/external/sl4a/Common/src/com/googlecode/android_scripting/jsonrpc/
DJsonBuilder.java1084 private static JSONObject buildVideoProfile(VideoProfile videoProfile) throws JSONException { in buildVideoProfile() argument
1088 InCallServiceImpl.getVideoCallStateString(videoProfile.getVideoState())); in buildVideoProfile()
1090 InCallServiceImpl.getVideoCallQualityString(videoProfile.getQuality())); in buildVideoProfile()
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/telephony/
DInCallServiceImpl.java396 public void onSessionModifyRequestReceived(VideoProfile videoProfile) { in onSessionModifyRequestReceived() argument
402 new VideoCallEvent<VideoProfile>(mCallId, videoProfile)); in onSessionModifyRequestReceived()