Searched refs:mReply (Results 1 – 2 of 2) sorted by relevance
41 private byte[] mReply; field in SntpTestServer66 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()
42 private Parcel mReply = null; field in DeviceTest55 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()