Searched refs:forProfile (Results 1 – 3 of 3) sorted by relevance
243 protected void onBeginTransactionInternal(boolean forProfile) {244 super.onBeginTransactionInternal(forProfile);245 if (forProfile) {253 protected void onCommitTransactionInternal(boolean forProfile) {254 super.onCommitTransactionInternal(forProfile);255 if (forProfile) {263 protected void onRollbackTransactionInternal(boolean forProfile) {264 super.onRollbackTransactionInternal(forProfile);265 if (forProfile) {
50 public TransactionContext(boolean forProfile) { in TransactionContext() argument51 mForProfile = forProfile; in TransactionContext()
2350 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() argument2352 Log.i(TAG, "onBeginTransaction: " + (forProfile ? "profile" : "contacts"), in onBeginTransactionInternal()2355 if (forProfile) { in onBeginTransactionInternal()2371 protected void onCommitTransactionInternal(boolean forProfile) { in onCommitTransactionInternal() argument2373 Log.i(TAG, "onCommitTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onCommitTransactionInternal()2376 if (forProfile) { in onCommitTransactionInternal()2406 protected void onRollbackTransactionInternal(boolean forProfile) { in onRollbackTransactionInternal() argument2408 Log.i(TAG, "onRollbackTransactionInternal: " + (forProfile ? "profile" : "contacts"), in onRollbackTransactionInternal()2411 if (forProfile) { in onRollbackTransactionInternal()