HomeSort by relevance Sort by last modified time
    Searched refs:flatString (Results 1 - 3 of 3) sorted by null

  /external/protobuf/java/core/src/test/java/com/google/protobuf/
RopeByteStringSubstringTest.java 92 ByteString flatString = ByteString.copyFromUtf8(testString);
93 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode);
95 flatString.hashCode(), unicode.hashCode());
122 ByteString flatString = ByteString.copyFromUtf8(testString);
123 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode);
125 flatString.hashCode(), unicode.hashCode());
RopeByteStringTest.java 115 ByteString flatString = ByteString.copyFromUtf8(testString);
116 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode);
118 flatString.hashCode(), unicode.hashCode());
141 ByteString flatString = ByteString.copyFromUtf8(testString);
142 assertEquals(classUnderTest + " string must equal the flat string", flatString, unicode);
144 flatString.hashCode(), unicode.hashCode());
  /frameworks/base/services/core/java/com/android/server/location/
LocationBlacklist.java 127 String flatString;
129 flatString = Settings.Secure.getStringForUser(mContext.getContentResolver(), key,
132 if (flatString == null) {
135 String[] splitStrings = flatString.split(",");

Completed in 92 milliseconds