Searched refs:manually (Results 1 – 6 of 6) sorted by relevance
/cts/hostsidetests/appsecurity/test-apps/SplitApp/ |
D | README | 3 the build_libs.sh script. Don't attempt to modify manually. To rebuild
|
/cts/hostsidetests/compilation/assets/ |
D | README.txt | 8 # Now run the app manually for a couple of minutes, look for the profile:
|
/cts/tests/autofillservice/src/android/autofillservice/cts/ |
D | GridActivity.java | 128 public void triggerAutofill(boolean manually, int row, int column) { in triggerAutofill() argument 129 if (manually) { in triggerAutofill()
|
D | PartitionedActivityTest.java | 252 private void autofill4PartitionsTest(boolean manually) throws Exception { in autofill4PartitionsTest() argument 253 final int expectedFlag = manually ? FLAG_MANUAL_REQUEST : 0; in autofill4PartitionsTest() 273 mActivity.triggerAutofill(manually, 1, 1); in autofill4PartitionsTest() 277 if (manually) { in autofill4PartitionsTest() 305 mActivity.triggerAutofill(manually, 2, 1); in autofill4PartitionsTest() 311 if (manually) { in autofill4PartitionsTest() 339 mActivity.triggerAutofill(manually, 3, 1); in autofill4PartitionsTest() 347 if (manually) { in autofill4PartitionsTest() 375 mActivity.triggerAutofill(manually, 4, 1); in autofill4PartitionsTest() 385 if (manually) { in autofill4PartitionsTest()
|
D | LoginActivityTest.java | 138 private void autofillAfterServiceReturnedNoDatasets(boolean manually) throws Exception { in autofillAfterServiceReturnedNoDatasets() argument 161 if (manually) { in autofillAfterServiceReturnedNoDatasets() 191 private void autofillAndSaveAfterServiceReturnedNoDatasets(boolean manually) throws Exception { in autofillAndSaveAfterServiceReturnedNoDatasets() argument 211 saveOnlyTest(manually); in autofillAndSaveAfterServiceReturnedNoDatasets() 1284 private void saveOnlyTest(boolean manually) throws Exception { in saveOnlyTest() argument 1293 if (manually) { in saveOnlyTest() 1408 private void saveOnlyTestPreFilled(boolean manually) throws Exception { in saveOnlyTestPreFilled() argument 1421 if (manually) { in saveOnlyTestPreFilled()
|
/cts/hostsidetests/theme/ |
D | README | 111 tests for that density, you can manually force scaling via:
|