Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc1f9722 authored by Walter Jang's avatar Walter Jang Committed by android-build-merger
Browse files

Fix incorrect package name on several contacts tests

am: b2198488

Change-Id: I357236e2e33aa95d92c493789c416bd399c41d7e
parents f7d733a0 b2198488
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;
+1 −1
Original line number Diff line number Diff line
@@ -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;