Home
last modified time | relevance | path

Searched defs:remote (Results 1 – 6 of 6) sorted by relevance

/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java152 TestManagedConnection(RemoteConnection remote, boolean isIncoming) { in TestManagedConnection()
332 public TestManagedConference(RemoteConference remote) { in TestManagedConference()
386 RemoteConnection remote = incoming in makeConnection() local
/packages/apps/Dialer/java/com/android/incallui/video/protocol/
DVideoCallScreenDelegate.java48 void setSurfaceViews(SurfaceView preview, SurfaceView remote); in setSurfaceViews()
/packages/apps/Contacts/src/com/android/contacts/model/
DRawContactDeltaList.java102 RawContactDeltaList remote) { in mergeAfter()
DRawContactDelta.java105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) { in mergeAfter()
DValuesDelta.java335 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { in mergeAfter()
/packages/apps/Dialer/java/com/android/incallui/
DVideoCallPresenter.java397 public void setSurfaceViews(SurfaceView preview, SurfaceView remote) { in setSurfaceViews()