Home
last modified time | relevance | path

Searched refs:MESSAGE_REQUEST_PING (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/core/tests/companiontests/src/android/companion/
DSystemDataTransportTest.java20 import static android.companion.CompanionDeviceManager.MESSAGE_REQUEST_PING;
105 final byte[] input = generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 1, TAG); in testPingTrickle()
117 final byte[] input = generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 1, TAG); in testPingDelay()
133 final byte[] input = generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 1, blob); in testPingGiant()
138 generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 1, "red"), in testMultiplePingPing()
139 generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 2, "green")); in testMultiplePingPing()
149 generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 2, "green")); in testMultipleInvalidPing()
158 generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 2, "green")); in testMultipleInvalidRequestPing()
168 generatePacket(MESSAGE_REQUEST_PING, /* sequence */ 2, "green")); in testMultipleInvalidResponsePing()
/frameworks/base/services/companion/java/com/android/server/companion/transport/
DTransport.java24 import static android.companion.CompanionDeviceManager.MESSAGE_REQUEST_PING;
255 case MESSAGE_REQUEST_PING: { in processRequest()
/frameworks/base/core/java/android/companion/
DCompanionDeviceManager.java225 public static final int MESSAGE_REQUEST_PING = 0x63807378; // ?PIN field in CompanionDeviceManager
/frameworks/base/core/api/
Dtest-lint-baseline.txt2020 UnflaggedApi: android.companion.CompanionDeviceManager#MESSAGE_REQUEST_PING:
2021 …st be flagged with @FlaggedApi: field android.companion.CompanionDeviceManager.MESSAGE_REQUEST_PING