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

Commit b2198488 authored by Walter Jang's avatar Walter Jang
Browse files

Fix incorrect package name on several contacts tests

Change-Id: I1efdf598c2a222fd370b63ce439da9b98db69a4b
parent 44922694
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;