Home
last modified time | relevance | path

Searched refs:token2 (Results 1 – 3 of 3) sorted by relevance

/cts/tests/tests/proto/src/android/util/proto/cts/
DProtoOutputStreamObjectTest.java204 long token2 = po.startObject(ProtoOutputStream.makeFieldId(2, in testDeepEmptyObjects() local
209 po.endObject(token2); in testDeepEmptyObjects()
358 long token2 = po.startObject(ProtoOutputStream.makeFieldId(3, in testDeepObjects() local
371 po.endObject(token2); in testDeepObjects()
403 long token2 = po.startObject(ProtoOutputStream.makeFieldId(3, in testTooManyEndObjectsWithData() local
409 po.endObject(token2); in testTooManyEndObjectsWithData()
411 po.endObject(token2); in testTooManyEndObjectsWithData()
428 long token2 = po.startObject(ProtoOutputStream.makeFieldId(3, in testTooManyEndObjectsWithoutData() local
431 po.endObject(token2); in testTooManyEndObjectsWithoutData()
433 po.endObject(token2); in testTooManyEndObjectsWithoutData()
[all …]
/cts/tests/tests/text/src/android/text/util/cts/
DRfc822TokenizerTest.java50 String token2 = "Ann Lee <annlee@example.com> (secret)"; in testFindTokenStart() local
53 String text = ", " + token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4; in testFindTokenStart()
55 final int TOKEN_START_POS_2 = text.indexOf(token2); in testFindTokenStart()
97 String token2 = "Ann Lee <annlee@example.com> (secret)"; in testFindTokenEnd() local
100 String text2 = token1 + "\",\"" + token2 + ";" + token3 + " <;>" + token4 + ","; in testFindTokenEnd()
101 final int TOKEN_END_POS_2 = text2.indexOf(token2) + token2.length(); in testFindTokenEnd()
/cts/tests/sensor/src/android/hardware/cts/
DSensorDirectReportTest.java665 int token2 = mChannel.configure(s2, rateLevel2); in runSingleChannelRateIndependencyTest() local
667 assertTrue("configure direct mChannel failed, token2 = " + token2, token2 > 0); in runSingleChannelRateIndependencyTest()
683 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC / 2, parseEntireBuffer(mBuffer, token2), in runSingleChannelRateIndependencyTest()
718 int token2 = mChannelSecondary.configure(s, rateLevel2); in runMultiChannelRateIndependencyTest() local
720 assertTrue("configure direct mChannelSecondary failed", token2 > 0); in runMultiChannelRateIndependencyTest()
734 checkEventRate(TEST_RUN_TIME_PERIOD_MILLISEC, parseEntireBuffer(mBuffer, token2), in runMultiChannelRateIndependencyTest()