Searched refs:forProfile (Results 1 - 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousContactsProvider2.java238 protected void onBeginTransactionInternal(boolean forProfile) { argument
239 super.onBeginTransactionInternal(forProfile);
240 if (forProfile) {
248 protected void onCommitTransactionInternal(boolean forProfile) { argument
249 super.onCommitTransactionInternal(forProfile);
250 if (forProfile) {
258 protected void onRollbackTransactionInternal(boolean forProfile) { argument
259 super.onRollbackTransactionInternal(forProfile);
260 if (forProfile) {
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DTransactionContext.java47 public TransactionContext(boolean forProfile) { argument
48 mForProfile = forProfile;
H A DContactsProvider2.java2236 protected void onBeginTransactionInternal(boolean forProfile) { argument
2238 Log.i(TAG, "onBeginTransaction: " + (forProfile ? "profile" : "contacts"),
2241 if (forProfile) {
2257 protected void onCommitTransactionInternal(boolean forProfile) { argument
2259 Log.i(TAG, "onCommitTransactionInternal: " + (forProfile ? "profile" : "contacts"),
2262 if (forProfile) {
2292 protected void onRollbackTransactionInternal(boolean forProfile) { argument
2294 Log.i(TAG, "onRollbackTransactionInternal: " + (forProfile ? "profile" : "contacts"),
2297 if (forProfile) {

Completed in 236 milliseconds