Loading services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/AndroidTest.xml +1 −4 Original line number Diff line number Diff line Loading @@ -18,9 +18,6 @@ <option name="test-suite-tag" value="apct" /> <option name="test-suite-tag" value="apct-instrumentation" /> <!-- Needed for reading the app files for the test artifacts --> <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <option name="cleanup-apks" value="true" /> <option name="install-arg" value="-t" /> Loading @@ -44,7 +41,7 @@ <!-- Collect output of DumpOnFailure --> <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector"> <option name="directory-keys" value="/data/user/0/com.android.apps.inputmethod.simpleime/files" /> <option name="directory-keys" value="/sdcard/DumpOnFailure" /> <option name="collect-on-run-ended-only" value="true" /> <option name="clean-up" value="true" /> </metrics_collector> Loading services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> <!-- Enable writing output of DumpOnFailure to external storage --> <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> <application android:debuggable="true" android:label="@string/app_name"> <service Loading Loading
services/tests/InputMethodSystemServerTests/src/com/android/inputmethodservice/AndroidTest.xml +1 −4 Original line number Diff line number Diff line Loading @@ -18,9 +18,6 @@ <option name="test-suite-tag" value="apct" /> <option name="test-suite-tag" value="apct-instrumentation" /> <!-- Needed for reading the app files for the test artifacts --> <target_preparer class="com.android.tradefed.targetprep.RootTargetPreparer"/> <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller"> <option name="cleanup-apks" value="true" /> <option name="install-arg" value="-t" /> Loading @@ -44,7 +41,7 @@ <!-- Collect output of DumpOnFailure --> <metrics_collector class="com.android.tradefed.device.metric.FilePullerLogCollector"> <option name="directory-keys" value="/data/user/0/com.android.apps.inputmethod.simpleime/files" /> <option name="directory-keys" value="/sdcard/DumpOnFailure" /> <option name="collect-on-run-ended-only" value="true" /> <option name="clean-up" value="true" /> </metrics_collector> Loading
services/tests/InputMethodSystemServerTests/test-apps/SimpleTestIme/AndroidManifest.xml +3 −0 Original line number Diff line number Diff line Loading @@ -20,6 +20,9 @@ <uses-permission android:name="android.permission.WRITE_SECURE_SETTINGS" /> <!-- Enable writing output of DumpOnFailure to external storage --> <uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" /> <application android:debuggable="true" android:label="@string/app_name"> <service Loading