Searched refs:NESTED_TRANSACTIONS (Results 1 – 15 of 15) sorted by relevance
252 if (!DbCompat.NESTED_TRANSACTIONS) { in testNested()336 runner.setAllowNestedTransactions(DbCompat.NESTED_TRANSACTIONS); in commitTest()351 if (DbCompat.NESTED_TRANSACTIONS) { in commitTest()359 if (DbCompat.NESTED_TRANSACTIONS && explicit) { in commitTest()392 runner.setAllowNestedTransactions(DbCompat.NESTED_TRANSACTIONS); in abortTest()403 if (DbCompat.NESTED_TRANSACTIONS) { in abortTest()
268 DbCompat.NESTED_TRANSACTIONS); in runTest()
232 if (!DbCompat.NESTED_TRANSACTIONS) { in testNested()318 runner.setAllowNestedTransactions(DbCompat.NESTED_TRANSACTIONS); in commitTest()333 if (DbCompat.NESTED_TRANSACTIONS) { in commitTest()341 if (DbCompat.NESTED_TRANSACTIONS && explicit) { in commitTest()376 runner.setAllowNestedTransactions(DbCompat.NESTED_TRANSACTIONS); in abortTest()387 if (DbCompat.NESTED_TRANSACTIONS) { in abortTest()
201 DbCompat.NESTED_TRANSACTIONS); in runTest()
200 DbCompat.NESTED_TRANSACTIONS); in runTest()
170 if (allowNestedTxn && !DbCompat.NESTED_TRANSACTIONS) { in setAllowNestedTransactions()
205 if (!DbCompat.NESTED_TRANSACTIONS) { in beginTransaction()
162 if (allowNestedTxn && !DbCompat.NESTED_TRANSACTIONS) { in setAllowNestedTransactions()
219 if (!DbCompat.NESTED_TRANSACTIONS) { in beginTransaction()
201 if (!DbCompat.NESTED_TRANSACTIONS) { in beginTransaction()
133 public static final boolean NESTED_TRANSACTIONS = false; field in DbCompat
44 public static final boolean NESTED_TRANSACTIONS = true; field in DbCompat
47 public static final boolean NESTED_TRANSACTIONS = true; field in DbCompat