/packages/modules/Permission/tests/utils/safetycenter/java/com/android/safetycenter/testing/ |
D | SafetyCenterTestListener.kt | 64 var safetyCenterData = dataChannel.receive() in <lambda>() 66 safetyCenterData = dataChannel.receive() in <lambda>() 116 runBlockingWithTimeout(timeout) { errorChannel.receive() } in receiveSafetyCenterErrorDetails()
|
D | SafetySourceIntentHandler.kt | 88 suspend fun receiveRefreshSafetySources(): String = refreshSafetySourcesChannel.receive() in receiveRefreshSafetySources() 95 safetyCenterEnabledChangedChannel.receive() in receiveRefreshSafetySources() 99 resolveActionChannel.receive() in receiveRefreshSafetySources() 104 dismissIssueChannel.receive() in receiveDimissIssue()
|
D | TestNotificationListener.kt | 179 safetyCenterNotificationEvents.receive() in <lambda>() 227 val event = safetyCenterNotificationEvents.receive() in <lambda>() 239 event = safetyCenterNotificationEvents.receive() in <lambda>()
|
/packages/modules/Bluetooth/tools/rootcanal/scripts/ |
D | simple_link_layer_socket.py | 91 def receive(self, size): member in Connection 121 size_chars = self._connection.receive(4) 129 response = self._connection.receive(response_size)
|
D | send_simple_commands.py | 105 def receive(self, size): member in Connection 138 size_chars = self._connection.receive(4) 146 response = self._connection.receive(response_size)
|
D | test_channel.py | 79 def receive(self, size): member in Connection 115 size_chars = self._connection.receive(4) 122 response = self._connection.receive(response_size)
|
D | simple_stack.py | 124 def receive(self, size): member in Connection 159 type_str = self._connection.receive(512)
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/cts/ |
D | IpSecBaseTest.java | 211 byte[] receive() throws Exception; in receive() method 242 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.NativeSocket 358 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.JavaUdpSocket 360 mSocket.receive(data); in receive() 396 public byte[] receive() throws Exception { in receive() method in IpSecBaseTest.JavaTcpSocket 666 assertArrayEquals(TEST_DATA, right.receive()); in checkSocketPair() 669 assertArrayEquals(TEST_DATA, left.receive()); in checkSocketPair() 678 assertArrayEquals(TEST_DATA, right.receive()); in checkUnconnectedUdpSocketPair() 681 assertArrayEquals(TEST_DATA, left.receive()); in checkUnconnectedUdpSocketPair()
|
D | IpSecManagerTest.java | 211 in = sockRight.receive(); in checkUnconnectedUdp() 215 in = sockLeft.receive(); in checkUnconnectedUdp() 245 in = accepted.receive(); in checkTcp() 253 in = client.receive(); in checkTcp() 343 localSocket.receive(inPacket); in doTestCreateTransform() 350 localSocket.receive(inPacket); in doTestCreateTransform() 728 byte[] in = wrappedEncapSocket.receive(); 733 in = remoteSocket.receive(); 1648 sockets.mRightSock.receive();
|
/packages/apps/TV/tuner/src/com/android/tv/tuner/hdhomerun/ |
D | HdHomeRunDiscover.java | 85 if (!receive(result)) { in findDevices() 246 private boolean receive(HdHomeRunDiscoverDevice result) { in receive() method in HdHomeRunDiscover 248 if (discoverSocket.mDiscoverPacketSent && discoverSocket.receive(result)) { in receive() 352 private boolean receive(HdHomeRunDiscoverDevice result) { in receive() method in HdHomeRunDiscover.HdHomeRunDiscoverSocket 356 mSocket.receive(packet); in receive()
|
D | HdHomeRunControlSocket.java | 160 Pair<Short, byte[]> receivedData = receive(timeout); in sendAndReceive() 187 private Pair<Short, byte[]> receive(int timeout) { in receive() method in HdHomeRunControlSocket
|
/packages/modules/Bluetooth/android/pandora/mmi2grpc/mmi2grpc/ |
D | _rootcanal.py | 35 def receive(self, size): member in Connection 66 size_chars = self._connection.receive(4) 72 response = self._connection.receive(response_size)
|
/packages/modules/Connectivity/service-t/src/com/android/server/connectivity/mdns/ |
D | MdnsSocket.java | 80 public void receive(DatagramPacket packet) throws IOException { in receive() method in MdnsSocket 81 multicastSocket.receive(packet); in receive()
|
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/mdns/ |
D | MdnsSocketClientTests.java | 163 .receive(any(DatagramPacket.class)); in setup() 214 .receive(any(DatagramPacket.class)); in setup() 431 .receive(any(DatagramPacket.class)); in testFailedToParseMdnsResponse_useSeparateSocketForUnicast() 440 .receive(any(DatagramPacket.class)); in testFailedToParseMdnsResponse_useSeparateSocketForUnicast() 462 .receive(any(DatagramPacket.class)); in testFailedToParseMdnsResponse_useSameSocketForMulticastAndUnicast()
|
D | MdnsSocketTests.java | 86 mdnsSocket.receive(datagramPacket); in mdnsSocket_basicFunctionality() 87 verify(mockMulticastSocket).receive(datagramPacket); in mdnsSocket_basicFunctionality()
|
/packages/modules/Bluetooth/android/pandora/server/src/ |
D | L2cap.kt | 70 suspend fun receive(inStream: InputStream): ByteArray { in receive() method in com.android.pandora.L2cap 188 val buf = receive(inputStream) in receiveData()
|
/packages/modules/Connectivity/tests/cts/net/src/android/net/rtp/cts/ |
D | AudioGroupTest.java | 87 socket.receive(packet); in assertPacket() 98 socket.receive(packet); in drain()
|
/packages/modules/Permission/tests/cts/safetycenter/src/android/safetycenter/cts/testing/ |
D | FakeExecutor.kt | 51 runBlockingWithTimeout(timeout) { tasks.receive() } in getNextTask()
|
/packages/modules/Uwb/flags/ |
D | uwb_flags.aconfig | 31 …description: "Allow applications to receive callback when session was stopped due to inband signal"
|
/packages/apps/Nfc/src/com/android/nfc/ |
D | DeviceHost.java | 109 public byte[] receive(); in receive() method
|
/packages/modules/ImsMedia/test/app/ImsMediaTestingApp/app/src/main/java/com/example/imsmediatestingapp/ |
D | HandshakeReceiver.java | 47 socket.receive(packet); in run()
|
/packages/modules/Bluetooth/system/gd/l2cap/internal/ |
D | basic_mode_channel_data_controller_test.cc | 88 TEST_F(BasicModeDataControllerTest, receive) { in TEST_F() argument
|
/packages/modules/Connectivity/staticlibs/tests/unit/src/com/android/testutils/ |
D | TestDnsServerTest.kt | 112 socket.receive(reply) in resolve()
|
/packages/modules/Bluetooth/framework/tests/bumble/src/android/bluetooth/ |
D | RfcommTest.kt | 227 .receive(RfcommProto.RxRequest.newBuilder().setConnection(connection).build()) in clientSendDataOverInsecureSocket() 247 .receive(RfcommProto.RxRequest.newBuilder().setConnection(connection).build()) in clientSendDataOverSecureSocket()
|
/packages/apps/Dialer/java/com/android/dialer/historyitemactions/ |
D | history_item_action_module_info.proto | 36 // The component name of the account used to place or receive the call.
|