Searched defs:expectDisabled (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/database/
H A DSQLiteOpenHelperTest.java155 private void verifyLookasideStats(boolean expectDisabled) { argument
156 verifyLookasideStats(mTestHelper.getDatabaseName(), expectDisabled);
159 private static void verifyLookasideStats(String dbName, boolean expectDisabled) { argument
166 if (expectDisabled) {
H A DDatabaseGeneralTest.java1104 void verifyLookasideStats(boolean expectDisabled) { argument
1111 if (expectDisabled) {

Completed in 157 milliseconds