summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorWenyi Wang <wenyiw@google.com>2017-04-14 21:10:56 -0700
committerWenyi Wang <wenyiw@google.com>2017-04-16 20:57:00 +0000
commit11798d44eb59efc943ba5c78635426d3b773db19 (patch)
tree406969fa0f148ccd707e5a744593ef1cba57af71 /tests
parentf26ccc7c4e94815ef9e49a2851b4420a7360a412 (diff)
downloadContacts-11798d44eb59efc943ba5c78635426d3b773db19.tar.gz
Fix long logging tags
- Delete unused tags, shorten the tags in use including the tags for logging and those for adding a Fragment to FragmentManager Bug: 36711497 Test: none Change-Id: Ia2fc473257eade62f0dd4cb12140be77f506baf8
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/contacts/model/RawContactDeltaListTests.java2
-rw-r--r--tests/src/com/android/contacts/tests/allintents/SelectAccountDialogFragment.java2
2 files changed, 1 insertions, 3 deletions
diff --git a/tests/src/com/android/contacts/model/RawContactDeltaListTests.java b/tests/src/com/android/contacts/model/RawContactDeltaListTests.java
index 45654958f..03e1d4f8f 100644
--- a/tests/src/com/android/contacts/model/RawContactDeltaListTests.java
+++ b/tests/src/com/android/contacts/model/RawContactDeltaListTests.java
@@ -44,8 +44,6 @@ import java.util.Collections;
*/
@LargeTest
public class RawContactDeltaListTests extends AndroidTestCase {
- public static final String TAG = RawContactDeltaListTests.class.getSimpleName();
-
// From android.content.ContentProviderOperation
public static final int TYPE_INSERT = 1;
public static final int TYPE_UPDATE = 2;
diff --git a/tests/src/com/android/contacts/tests/allintents/SelectAccountDialogFragment.java b/tests/src/com/android/contacts/tests/allintents/SelectAccountDialogFragment.java
index f0c2df4d2..10661db8b 100644
--- a/tests/src/com/android/contacts/tests/allintents/SelectAccountDialogFragment.java
+++ b/tests/src/com/android/contacts/tests/allintents/SelectAccountDialogFragment.java
@@ -35,7 +35,7 @@ import android.widget.TextView;
* Does not perform any action by itself.
*/
public class SelectAccountDialogFragment extends DialogFragment {
- public static final String TAG = "SelectAccountDialogFragment";
+ public static final String TAG = "SelectAccountDialog";
private static final String EXTRA_TAG = "tag";