Loading tests/AndroidTests/src/com/android/unit_tests/AsecTests.java +8 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ public class AsecTests extends AndroidTestCase { void failStr(String errMsg) { Log.w(TAG, "errMsg="+errMsg); } void failStr(Exception e) { Log.w(TAG, "e.getMessage="+e.getMessage()); Log.w(TAG, "e="+e); Loading @@ -67,6 +68,13 @@ public class AsecTests extends AndroidTestCase { cleanupContainers(); } @Override protected void tearDown() throws Exception { super.tearDown(); if (localLOGV) Log.i(TAG, "Cleaning out old test containers"); cleanupContainers(); } private void cleanupContainers() throws RemoteException { IMountService ms = getMs(); String[] containers = ms.getSecureContainerList(); Loading Loading
tests/AndroidTests/src/com/android/unit_tests/AsecTests.java +8 −0 Original line number Diff line number Diff line Loading @@ -55,6 +55,7 @@ public class AsecTests extends AndroidTestCase { void failStr(String errMsg) { Log.w(TAG, "errMsg="+errMsg); } void failStr(Exception e) { Log.w(TAG, "e.getMessage="+e.getMessage()); Log.w(TAG, "e="+e); Loading @@ -67,6 +68,13 @@ public class AsecTests extends AndroidTestCase { cleanupContainers(); } @Override protected void tearDown() throws Exception { super.tearDown(); if (localLOGV) Log.i(TAG, "Cleaning out old test containers"); cleanupContainers(); } private void cleanupContainers() throws RemoteException { IMountService ms = getMs(); String[] containers = ms.getSecureContainerList(); Loading