Home
last modified time | relevance | path

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

/frameworks/base/tests/DumpRenderTree/src/com/android/dumprendertree/
DTestShellActivity.java328 if (mDatabaseCallbackStrings != null) in dump()
329 os.write(mDatabaseCallbackStrings.toString().getBytes()); in dump()
330 mDatabaseCallbackStrings = null; in dump()
703 if (mDatabaseCallbackStrings == null) {
704 mDatabaseCallbackStrings = new StringBuffer();
726 mDatabaseCallbackStrings.append(databaseCallbackString);
947 private StringBuffer mDatabaseCallbackStrings; field in TestShellActivity