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

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

Snap for 8624184 from 308c7f9c to tm-release

Change-Id: Ie5554f69eb38210367640621c5483a336cb13539
parents 72f15094 308c7f9c
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.
dikshag@google.com
zemiao@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));