Home
last modified time | relevance | path

Searched refs:nameField (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/Shell/tests/src/com/android/shell/
DBugreportReceiverTest.java332 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsInvalidInput()
342 detailsUi.nameField.setText("/etc/passwd"); in testProgress_changeDetailsInvalidInput()
348 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsInvalidInput()
403 detailsUi.nameField.setText(NEW_NAME); in changeDetailsTest()
437 detailsUi.nameField.setText(""); in changeJustDetailsTest()
459 assertTrue("didn't enable name on UI", detailsUi.nameField.isEnabled()); in testProgress_changeJustDetailsIsClearedOnSecondBugreport()
460 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeJustDetailsIsClearedOnSecondBugreport()
474 assertTrue("didn't enable name on UI", detailsUi.nameField.isEnabled()); in testProgress_changeJustDetailsIsClearedOnSecondBugreport()
475 detailsUi.nameField.setText(NEW_NAME2); in testProgress_changeJustDetailsIsClearedOnSecondBugreport()
517 detailsUi.nameField.setText(NEW_NAME); in bugreportFinishedWhileChangingDetailsTest()
[all …]
/frameworks/base/core/tests/coretests/src/android/provider/
DSettingsProviderTest.java109 private void testRowNameContentUri(Uri table, String nameField, String valueField, in testRowNameContentUri() argument
114 v.put(nameField, testKey); in testRowNameContentUri()
124 assertEquals(testKey, c.getString(c.getColumnIndex(nameField))); in testRowNameContentUri()
143 assertEquals(testKey, c.getString(c.getColumnIndex(nameField))); in testRowNameContentUri()
152 v.put(nameField, testKey); in testRowNameContentUri()
159 assertEquals(testKey, c.getString(c.getColumnIndex(nameField))); in testRowNameContentUri()