Searched defs:remote (Results 1 – 10 of 10) sorted by relevance
/packages/modules/NetworkStack/tests/unit/src/android/net/netlink/ |
D | InetDiagSocketTest.java | 76 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/ |
D | InetDiagMessage.java | 57 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()
|
D | StructInetDiagReqV2.java | 51 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/ |
D | TestConnectionManager.java | 151 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/ |
D | VideoCallScreenDelegate.java | 48 void setSurfaceViews(SurfaceView preview, SurfaceView remote); in setSurfaceViews()
|
/packages/modules/NetworkStack/tests/integration/src/android/net/netlink/ |
D | InetDiagSocketIntegrationTest.java | 72 public InetSocketAddress remote; field in InetDiagSocketIntegrationTest.Connection 144 InetSocketAddress remote, boolean expectSuccess) { in checkConnectionOwnerUid()
|
/packages/apps/Contacts/src/com/android/contacts/model/ |
D | RawContactDeltaList.java | 102 RawContactDeltaList remote) { in mergeAfter()
|
D | RawContactDelta.java | 105 public static RawContactDelta mergeAfter(RawContactDelta local, RawContactDelta remote) { in mergeAfter()
|
D | ValuesDelta.java | 335 public static ValuesDelta mergeAfter(ValuesDelta local, ValuesDelta remote) { in mergeAfter()
|
/packages/apps/Dialer/java/com/android/incallui/ |
D | VideoCallPresenter.java | 408 public void setSurfaceViews(SurfaceView preview, SurfaceView remote) { in setSurfaceViews()
|