From 247df6ee4f43af916f7e7f339ed181a18807ef36 Mon Sep 17 00:00:00 2001 From: Andrew Lee Date: Tue, 12 May 2015 19:09:00 -0700 Subject: Reorganize Intent utilities, add send SMS intent. + Rename CallIntentUtils.java to IntentUtil.java. + Consolidate various intent creation methods to new file, and update referenes throughout the application. Bug: 20433758 Change-Id: Iee9e37985217c38c816124d0e74dff40a2871680 --- tests/src/com/android/dialer/util/TestConstants.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/src') diff --git a/tests/src/com/android/dialer/util/TestConstants.java b/tests/src/com/android/dialer/util/TestConstants.java index 8ebf7f1e9..a3dd05166 100644 --- a/tests/src/com/android/dialer/util/TestConstants.java +++ b/tests/src/com/android/dialer/util/TestConstants.java @@ -1,5 +1,5 @@ package com.android.dialer.util; public class TestConstants { - public static final String CALL_INTENT_ACTION = CallIntentUtil.CALL_ACTION; + public static final String CALL_INTENT_ACTION = IntentUtil.CALL_ACTION; } -- cgit v1.2.3