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.java243 protected void onBeginTransactionInternal(boolean forProfile) {
244 super.onBeginTransactionInternal(forProfile);
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DProfileProvider.java129 mDelegate.onBeginTransactionInternal(true); in onBegin()
DContactsProvider2.java2347 onBeginTransactionInternal(false); in onBegin()
2350 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() method in ContactsProvider2