Home
last modified time | relevance | path

Searched defs:writeQuotedString (Results 1 – 2 of 2) sorted by relevance

/external/google-smali/dexlib2/src/test/java/com/android/tools/smali/dexlib2/formatter/
DDexFormatterTest.java178 @Override public void writeQuotedString(CharSequence string) throws IOException { in getWriter() method in DexFormatterTest.TestDexFormatter
/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/formatter/
DDexFormattedWriter.java269 public void writeQuotedString(CharSequence charSequence) throws IOException { in writeQuotedString() method in DexFormattedWriter