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

Commit 2c0968e1 authored by Android Build Coastguard Worker's avatar Android Build Coastguard Worker
Browse files

Snap for 8625096 from 8dace7ec to tm-qpr1-release

Change-Id: I24496472f142ba72a9490a8678b32c4127098dba
parents e7e94d47 8dace7ec
Loading
Loading
Loading
Loading
+3 −4
Original line number Diff line number Diff line
# Default code reviewers picked from top 3 or more developers.
# Please update this list if you find better candidates.
yilunliu@google.com
basushubham@google.com
# Bug component: 46626

include platform/frameworks/base:/core/java/android/os/storage/OWNERS
+1 −1
Original line number Diff line number Diff line
@@ -280,7 +280,7 @@ public class InspectorControllerTest {
        assertNotNull(geoIntent);
        Uri uri = geoIntent.getData();
        assertEquals("geo", uri.getScheme());
        String strUri = uri.toSafeString();
        String strUri = uri.toString();
        assertTrue(strUri.contains("33."));
        assertTrue(strUri.contains("-118."));
        assertTrue(strUri.contains(TestEnv.FILE_JPG.displayName));