Searched refs:NEW_NAME (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/utiltests/src/android/util/ |
D | AtomicFileTest.java | 47 private static final String NEW_NAME = BASE_NAME + ".new"; field in AtomicFileTest 83 private final File mNewFile = new File(mDirectory, NEW_NAME); 100 { "new + none = none", new String[] { NEW_NAME }, null, null }, in data() 101 { "new + finish = new", new String[] { NEW_NAME }, WriteAction.FINISH, NEW_BYTES }, in data() 102 { "new + fail = none", new String[] { NEW_NAME }, WriteAction.FAIL, null }, in data() 103 { "new + abort = none", new String[] { NEW_NAME }, WriteAction.ABORT, null }, in data() 112 { "base & new + none = base", new String[] { BASE_NAME, NEW_NAME }, null, in data() 114 { "base & new + finish = new", new String[] { BASE_NAME, NEW_NAME }, in data() 116 { "base & new + fail = base", new String[] { BASE_NAME, NEW_NAME }, in data() 118 { "base & new + abort = base", new String[] { BASE_NAME, NEW_NAME }, in data() [all …]
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 139 private static final String NEW_NAME = "Bug_Forrest_Bug"; field in BugreportReceiverTest 334 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsInvalidInput() 336 assertPropertyValue(NAME_PROPERTY, NEW_NAME); in testProgress_changeDetailsInvalidInput() 350 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsInvalidInput() 356 assertPropertyValue(NAME_PROPERTY, NEW_NAME); in testProgress_changeDetailsInvalidInput() 357 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsInvalidInput() 362 NEW_NAME, TITLE, mDescription, 0, RENAMED_SCREENSHOTS); in testProgress_changeDetailsInvalidInput() 405 detailsUi.nameField.setText(NEW_NAME); in changeDetailsTest() 411 assertPropertyValue(NAME_PROPERTY, NEW_NAME); in changeDetailsTest() 412 assertProgressNotification(NEW_NAME, 00.00f); in changeDetailsTest() [all …]
|
/frameworks/native/cmds/dumpstate/ |
D | bugreport-format.md | 31 **Shell**), in which case they would be called _bugreport-BUILD_ID-NEW_NAME.zip_ and 32 _bugreport-BUILD_ID-NEW_NAME.txt_ respectively. 38 _bugreport-BUILD_ID-DATE.txt_ or _bugreport-NEW_NAME.txt_).
|