OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expectedResponse
(Results
1 - 10
of
10
) sorted by null
/packages/services/Car/tests/obd2_test/src/com/android/car/obd2/test/
Obd2CommandTest.java
49
void checkLiveFrameIntCommand(int pid, String responseBytes, int
expectedResponse
) {
74
assertEquals(
expectedResponse
, (int) receivedResponse.get());
77
void checkLiveFrameFloatCommand(int pid, String responseBytes, float
expectedResponse
) {
102
assertEquals(
expectedResponse
, (float) receivedResponse.get(), FLOAT_EQUALITY_DELTA);
105
void checkFreezeFrameIntCommand(int pid, String responseBytes, int
expectedResponse
) {
130
assertEquals(
expectedResponse
, (int) receivedResponse.get());
133
void checkFreezeFrameFloatCommand(int pid, String responseBytes, float
expectedResponse
) {
158
assertEquals(
expectedResponse
, (float) receivedResponse.get(), FLOAT_EQUALITY_DELTA);
161
void checkCommand(int pid, String responseBytes, int
expectedResponse
) {
162
checkLiveFrameIntCommand(pid, responseBytes,
expectedResponse
);
[
all
...]
/developers/build/prebuilts/gradle/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java
99
final byte[]
expectedResponse
= {(byte) 0x31, (byte) 0x32, (byte) 0x33, (byte) 0x34,
104
assertEquals(
expectedResponse
.length, output.length);
105
for (int i = 0; i <
expectedResponse
.length; i++) {
106
assertEquals(
expectedResponse
[i], output[i]);
119
final byte[]
expectedResponse
= {(byte) 0x00, (byte) 0x00};
123
assertEquals(
expectedResponse
.length, output.length);
124
for (int i = 0; i <
expectedResponse
.length; i++) {
125
assertEquals(
expectedResponse
[i], output[i]);
/developers/samples/android/connectivity/nfc/CardEmulation/Application/tests/src/com/example/android/cardemulation/tests/
SampleTests.java
99
final byte[]
expectedResponse
= {(byte) 0x31, (byte) 0x32, (byte) 0x33, (byte) 0x34,
104
assertEquals(
expectedResponse
.length, output.length);
105
for (int i = 0; i <
expectedResponse
.length; i++) {
106
assertEquals(
expectedResponse
[i], output[i]);
119
final byte[]
expectedResponse
= {(byte) 0x00, (byte) 0x00};
123
assertEquals(
expectedResponse
.length, output.length);
124
for (int i = 0; i <
expectedResponse
.length; i++) {
125
assertEquals(
expectedResponse
[i], output[i]);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/network/
BlockingHttpClientTests.java
144
FakeSuccessResponseProcessor(byte[]
expectedResponse
) {
145
mExpectedResponse =
expectedResponse
;
/external/protobuf/java/core/src/test/java/com/google/protobuf/
ServiceTest.java
211
TestAllTypes
expectedResponse
= TestAllTypes.getDefaultInstance();
213
.andReturn(
expectedResponse
);
219
assertEquals(
expectedResponse
, response);
/cts/apps/CtsVerifier/src/com/android/cts/verifier/nfc/hce/
SimpleReaderActivity.java
120
byte[]
expectedResponse
= HceUtils.hexStringToBytes(mResponses[count]);
122
if (!wildCard && !Arrays.equals(response,
expectedResponse
)) {
/prebuilts/go/darwin-x86/src/net/http/
serve_test.go
[
all
...]
/prebuilts/go/linux-x86/src/net/http/
serve_test.go
[
all
...]
/external/testng/ant/
ivy-2.1.0.jar
/external/guice/extensions/persist/lib/
db4o-6.4.14.8131-java5.jar
Completed in 902 milliseconds