Searched defs:startTransactionForDb (Results 1 - 1 of 1) sorted by relevance

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DContactsTransaction.java102 public void startTransactionForDb(SQLiteDatabase db, String tag, method in class:ContactsTransaction
105 Log.i(AbstractContactsProvider.TAG, "startTransactionForDb: db=" + db.getPath() +
108 new RuntimeException("startTransactionForDb"));

Completed in 35 milliseconds