commit | 19ffab49c88517b242561bc80ad71423678c7140 | [log] [tgz] |
---|---|---|
author | Walter Jang <wjang@google.com> | Fri Aug 12 22:05:48 2016 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Fri Aug 12 22:05:49 2016 +0000 |
tree | da79294b8f1b0aaa9b821e53612978c30af416c4 | |
parent | b2198488c7ff488001a1e92d6de6befa4f44930f [diff] | |
parent | 9b8c9501ef581857d10c16e943b338dfd03a73c3 [diff] |
Merge "Rename icons dir to match resources from common (1/2)" into ub-contactsdialer-g-dev
diff --git a/tests/src/com/android/contacts/common/format/TextHighlighterTest.java b/tests/src/com/android/contacts/common/format/TextHighlighterTest.java index 8450697..7bf28c5 100644 --- a/tests/src/com/android/contacts/common/format/TextHighlighterTest.java +++ b/tests/src/com/android/contacts/common/format/TextHighlighterTest.java
@@ -14,7 +14,7 @@ * limitations under the License. */ -package src.com.android.contacts.common.format; +package com.android.contacts.common.format; import android.graphics.Typeface; import android.test.suitebuilder.annotation.SmallTest;
diff --git a/tests/src/com/android/contacts/common/model/RawContactTest.java b/tests/src/com/android/contacts/common/model/RawContactTest.java index 1c698c0..b8e03c3 100644 --- a/tests/src/com/android/contacts/common/model/RawContactTest.java +++ b/tests/src/com/android/contacts/common/model/RawContactTest.java
@@ -14,7 +14,7 @@ * limitations under the License */ -package src.com.android.contacts.common.model; +package com.android.contacts.common.model; import android.content.ContentValues; import android.net.Uri;
diff --git a/tests/src/com/android/contacts/common/util/NameConverterTests.java b/tests/src/com/android/contacts/common/util/NameConverterTests.java index c4f67c3..5a261eb 100644 --- a/tests/src/com/android/contacts/common/util/NameConverterTests.java +++ b/tests/src/com/android/contacts/common/util/NameConverterTests.java
@@ -14,7 +14,7 @@ * limitations under the License. */ -package src.com.android.contacts.common.util; +package com.android.contacts.common.util; import android.provider.ContactsContract.CommonDataKinds.StructuredName; import android.test.AndroidTestCase;