HomeSort by relevance Sort by last modified time
    Searched defs:mCurrentIndent (Results 1 - 8 of 8) sorted by null

  /frameworks/base/core/java/com/android/internal/util/
IndentingPrintWriter.java 38 private char[] mCurrentIndent;
63 mCurrentIndent = null;
77 mCurrentIndent = null;
83 mCurrentIndent = null;
168 if (mCurrentIndent == null) {
169 mCurrentIndent = mIndentBuilder.toString().toCharArray();
171 super.write(mCurrentIndent, 0, mCurrentIndent.length);
  /external/robolectric/v3/runtime/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
  /prebuilts/misc/common/robolectric/android-all/
android-all-4.4_r1-robolectric-1.jar 
android-all-5.0.0_r2-robolectric-1.jar 
android-all-5.1.1_r9-robolectric-1.jar 
android-all-6.0.0_r1-robolectric-0.jar 

Completed in 55 milliseconds