Home
last modified time | relevance | path

Searched refs:mReply (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/time/src/android/app/time/cts/
DSntpTestServer.java41 private byte[] mReply; field in SntpTestServer
66 if (mReply == null) { in SntpTestServer()
73 mReply, ORIGINATE_TIME_OFFSET, 8); in SntpTestServer()
76 Arrays.fill(mReply, ORIGINATE_TIME_OFFSET, in SntpTestServer()
79 ntpMsg.setData(mReply); in SntpTestServer()
80 ntpMsg.setLength(mReply.length); in SntpTestServer()
113 mReply = reply; in setServerReply()
/cts/hostsidetests/securitybulletin/test-apps/CVE-2023-21000/src/android/security/cts/CVE_2023_21000/
DDeviceTest.java42 private Parcel mReply = null; field in DeviceTest
55 mReply = Parcel.obtain(); in testCVE_2023_21000()
59 assumeNotNull(mReply); in testCVE_2023_21000()
63 mBinder.transact(TRANSACTION_openContentUri, mParcel, mReply, 0); in testCVE_2023_21000()
64 mReply.readException(); in testCVE_2023_21000()