Home
last modified time | relevance | path

Searched refs:CallLogInsertionHelper (Results 1 – 8 of 8) sorted by relevance

/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DCallLogProviderTestable.java45 protected CallLogInsertionHelper createCallLogInsertionHelper(Context context) { in createCallLogInsertionHelper()
46 return new CallLogInsertionHelper() { in createCallLogInsertionHelper()
DBaseVoicemailProviderTest.java213 CallLogInsertionHelper createCallLogInsertionHelper(Context context) {
214 return new CallLogInsertionHelper() {
DCallLogInsertionHelperTest.java30 private CallLogInsertionHelper mInsertionHelper =
/packages/providers/ContactsProvider/src/com/android/providers/contacts/
DCallLogInsertionHelper.java24 public interface CallLogInsertionHelper { interface
DVoicemailContentTable.java94 private final CallLogInsertionHelper mCallLogInsertionHelper;
98 CallLogInsertionHelper callLogInsertionHelper) { in VoicemailContentTable()
DDefaultCallLogInsertionHelper.java43 /*package*/ class DefaultCallLogInsertionHelper implements CallLogInsertionHelper {
DCallLogProvider.java188 private CallLogInsertionHelper mCallLogInsertionHelper;
242 protected CallLogInsertionHelper createCallLogInsertionHelper(final Context context) { in createCallLogInsertionHelper()
DVoicemailContentProvider.java153 /*package*/ CallLogInsertionHelper createCallLogInsertionHelper(Context context) { in createCallLogInsertionHelper()