Home
last modified time | relevance | path

Searched refs:onBeginTransactionInternal (Results 1 – 3 of 3) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSynchronousContactsProvider2.java242 protected void onBeginTransactionInternal(boolean forProfile) {
243 super.onBeginTransactionInternal(forProfile);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileProvider.java129 mDelegate.onBeginTransactionInternal(true); in onBegin()
DContactsProvider2.java2734 onBeginTransactionInternal(false); in onBegin()
2737 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() method in ContactsProvider2