package com.android.dialer.util;

public class TestConstants {
    public static final String CALL_INTENT_ACTION = IntentUtil.CALL_ACTION;
}
