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

/packages/providers/ContactsProvider/src/com/android/providers/contacts/
H A DDefaultCallLogInsertionHelper.java41 /*package*/ class DefaultCallLogInsertionHelper implements CallLogInsertionHelper { class in inherits:CallLogInsertionHelper
42 private static DefaultCallLogInsertionHelper sInstance;
51 public static synchronized DefaultCallLogInsertionHelper getInstance(Context context) {
53 sInstance = new DefaultCallLogInsertionHelper(context);
58 private DefaultCallLogInsertionHelper(Context context) { method in class:DefaultCallLogInsertionHelper

Completed in 57 milliseconds