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

  /packages/providers/ContactsProvider/src/com/android/providers/contacts/
CallLogInsertionHelper.java 24 public interface CallLogInsertionHelper {
DefaultCallLogInsertionHelper.java 34 * Default implementation of {@link CallLogInsertionHelper}.
41 /*package*/ class DefaultCallLogInsertionHelper implements CallLogInsertionHelper {
VoicemailContentTable.java 79 private final CallLogInsertionHelper mCallLogInsertionHelper;
83 CallLogInsertionHelper callLogInsertionHelper) {
103 mCallLogInsertionHelper = callLogInsertionHelper;
CallLogProvider.java 97 private CallLogInsertionHelper mCallLogInsertionHelper;
119 protected CallLogInsertionHelper createCallLogInsertionHelper(final Context context) {
VoicemailContentProvider.java 74 /*package*/ CallLogInsertionHelper createCallLogInsertionHelper(Context context) {
  /packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
BaseVoicemailProviderTest.java 187 CallLogInsertionHelper createCallLogInsertionHelper(Context context) {
188 return new CallLogInsertionHelper() {
CallLogProviderTest.java 409 protected CallLogInsertionHelper createCallLogInsertionHelper(Context context) {
410 return new CallLogInsertionHelper() {

Completed in 324 milliseconds