Home
last modified time | relevance | path

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

/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/
DInetDiagSocketTest.java76 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2UdpInet4() local
111 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.8.8"), in testInetDiagReqV2TcpInet6() local
148 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInetWithExt() local
194 InetSocketAddress remote = new InetSocketAddress(InetAddress.getByName("8.8.4.4"), in testInetDiagReqV2TcpInet6NoIdSpecified() local
/packages/modules/NetworkStack/common/netlinkclient/src/android/net/netlink/
DInetDiagMessage.java57 InetSocketAddress remote, int family, short flags) { in InetDiagReqV2()
84 @Nullable InetSocketAddress remote, int family, short flags, int pad, int idiagExt, in InetDiagReqV2()
116 InetSocketAddress remote, int family, short flags, in lookupUidByFamily()
137 InetSocketAddress remote, FileDescriptor fd) in lookupUid()
191 InetSocketAddress remote) { in getConnectionOwnerUid()
DStructInetDiagReqV2.java51 public StructInetDiagReqV2(int protocol, InetSocketAddress local, InetSocketAddress remote, in StructInetDiagReqV2()
58 @Nullable InetSocketAddress remote, int family, int pad, int extension, int state) in StructInetDiagReqV2()
/packages/services/Telecomm/testapps/src/com/android/server/telecom/testapps/
DTestConnectionManager.java151 TestManagedConnection(RemoteConnection remote, boolean isIncoming) { in TestManagedConnection()
331 public TestManagedConference(RemoteConference remote) { in TestManagedConference()
385 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/modules/NetworkStack/tests/integration/src/android/net/netlink/
DInetDiagSocketIntegrationTest.java72 public InetSocketAddress remote; field in InetDiagSocketIntegrationTest.Connection
144 InetSocketAddress remote, boolean expectSuccess) { in checkConnectionOwnerUid()
/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.java408 public void setSurfaceViews(SurfaceView preview, SurfaceView remote) { in setSurfaceViews()