Loading core/tests/coretests/src/android/content/pm/PackageManagerTests.java +2 −3 Original line number Original line Diff line number Diff line Loading @@ -1039,10 +1039,9 @@ public class PackageManagerTests extends AndroidTestCase { * Install package on sdcard. Unmount and then mount the media. * Install package on sdcard. Unmount and then mount the media. * (Use PackageManagerService private api for now) * (Use PackageManagerService private api for now) * Make sure the installed package is available. * Make sure the installed package is available. * STOPSHIP will uncomment when MountService api's to mount/unmount * are made asynchronous. */ */ public void xxxtestMountSdNormalInternal() { @MediumTest public void testMountSdNormalInternal() { assertTrue(mountFromRawResource()); assertTrue(mountFromRawResource()); } } Loading Loading
core/tests/coretests/src/android/content/pm/PackageManagerTests.java +2 −3 Original line number Original line Diff line number Diff line Loading @@ -1039,10 +1039,9 @@ public class PackageManagerTests extends AndroidTestCase { * Install package on sdcard. Unmount and then mount the media. * Install package on sdcard. Unmount and then mount the media. * (Use PackageManagerService private api for now) * (Use PackageManagerService private api for now) * Make sure the installed package is available. * Make sure the installed package is available. * STOPSHIP will uncomment when MountService api's to mount/unmount * are made asynchronous. */ */ public void xxxtestMountSdNormalInternal() { @MediumTest public void testMountSdNormalInternal() { assertTrue(mountFromRawResource()); assertTrue(mountFromRawResource()); } } Loading