Home
last modified time | relevance | path

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

/aosp12/packages/modules/Wifi/framework/tests/src/android/net/wifi/aware/
H A DTlvBufferUtilsTest.java163 final String nonAscii = "何かもっと複雑な"; in testTlvIterate() local
201 tlv02.putString(0, nonAscii); in testTlvIterate()
218 equalTo(nonAscii.getBytes().length)); in testTlvIterate()
220 tlv.getString().equals(nonAscii), equalTo(true)); in testTlvIterate()
/aosp12/art/tools/ahat/src/test-dump/
H A DDumpedStuff.java169 public String nonAscii = "Sigma (Ʃ) is not ASCII"; field in DumpedStuff