Searched refs:forProfile (Results 1 – 3 of 3) sorted by relevance
236 protected void onBeginTransactionInternal(boolean forProfile) {237 super.onBeginTransactionInternal(forProfile);238 if (forProfile) {246 protected void onCommitTransactionInternal(boolean forProfile) {247 super.onCommitTransactionInternal(forProfile);248 if (forProfile) {256 protected void onRollbackTransactionInternal(boolean forProfile) {257 super.onRollbackTransactionInternal(forProfile);258 if (forProfile) {
49 public TransactionContext(boolean forProfile) { in TransactionContext() argument50 mForProfile = forProfile; in TransactionContext()
2488 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() argument2490 Log.i(TAG, "onBeginTransaction: " + (forProfile ? "profile" : "contacts"), in onBeginTransactionInternal()2493 if (forProfile) { in onBeginTransactionInternal()2509 protected void onCommitTransactionInternal(boolean forProfile) { in onCommitTransactionInternal() argument2511 Log.i(TAG, "onCommitTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onCommitTransactionInternal()2514 if (forProfile) { in onCommitTransactionInternal()2544 protected void onRollbackTransactionInternal(boolean forProfile) { in onRollbackTransactionInternal() argument2546 Log.i(TAG, "onRollbackTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onRollbackTransactionInternal()2549 if (forProfile) { in onRollbackTransactionInternal()