• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1 package com.android.dialer.util;
2 
3 public class TestConstants {
4     public static final String CALL_INTENT_ACTION = IntentUtil.CALL_ACTION;
5 }
6