Home
last modified time | relevance | path

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

/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSynchronousContactsProvider2.java236 protected void onBeginTransactionInternal(boolean forProfile) {
237 super.onBeginTransactionInternal(forProfile);
/aosp12/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DProfileProvider.java129 mDelegate.onBeginTransactionInternal(true); in onBegin()
H A DContactsProvider2.java2451 onBeginTransactionInternal(false); in onBegin()
2454 protected void onBeginTransactionInternal(boolean forProfile) { in onBeginTransactionInternal() method in ContactsProvider2