Home | History | Annotate | Download | only in util
      1 package com.android.dialer.util;
      2 
      3 import android.content.Intent;
      4 
      5 public class TestConstants {
      6     public static final String CALL_INTENT_ACTION = Intent.ACTION_CALL;
      7 }
      8