HomeSort by relevance Sort by last modified time
    Searched refs:DefaultCallLogInsertionHelper (Results 1 - 3 of 3) sorted by null

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
DefaultCallLogInsertionHelper.java 38 /*package*/ class DefaultCallLogInsertionHelper implements CallLogInsertionHelper {
39 private static DefaultCallLogInsertionHelper sInstance;
46 public static synchronized DefaultCallLogInsertionHelper getInstance(Context context) {
48 sInstance = new DefaultCallLogInsertionHelper(context);
53 private DefaultCallLogInsertionHelper(Context context) {
CallLogProvider.java 115 return DefaultCallLogInsertionHelper.getInstance(context);
VoicemailContentProvider.java 75 return DefaultCallLogInsertionHelper.getInstance(context);

Completed in 72 milliseconds