OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:VideoCallImpl
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/telecomm/java/android/telecom/
ParcelableCall.java
51
private
VideoCallImpl
mVideoCall;
185
public
VideoCallImpl
getVideoCallImpl() {
188
mVideoCall = new
VideoCallImpl
(mVideoCallProvider);
254
* {@link #getVideoCall()} creates a new {@link
VideoCallImpl
}, it is useful to know whether
VideoCallImpl.java
39
public class
VideoCallImpl
extends VideoCall {
200
VideoCallImpl
(IVideoProvider videoProvider) throws RemoteException {
287
* {@link
VideoCallImpl
} passes along the pre-modify video profile to the {@code VideoProvider}
Call.java
[
all
...]
/packages/services/Telecomm/tests/src/com/android/server/telecom/tests/
VideoProviderTest.java
43
import android.telecom.
VideoCallImpl
;
82
private
VideoCallImpl
mVideoCallImpl;
111
mVideoCallImpl = (
VideoCallImpl
) mVideoCall;
Completed in 1740 milliseconds