Searched refs:NEW_NAME (Results 1 – 3 of 3) sorted by relevance
/frameworks/base/core/tests/utiltests/src/android/util/ |
D | AtomicFileTest.java | 57 private static final String NEW_NAME = BASE_NAME + ".new"; field in AtomicFileTest 106 { "new + none = none", new String[] { NEW_NAME }, null, null }, in data() 107 { "new + finish = new", new String[] { NEW_NAME }, WriteAction.FINISH, NEW_BYTES }, in data() 108 { "new + fail = none", new String[] { NEW_NAME }, WriteAction.FAIL, null }, in data() 109 { "new + abort = none", new String[] { NEW_NAME }, WriteAction.ABORT, null }, in data() 118 { "base & new + none = base", new String[] { BASE_NAME, NEW_NAME }, null, in data() 120 { "base & new + finish = new", new String[] { BASE_NAME, NEW_NAME }, in data() 122 { "base & new + fail = base", new String[] { BASE_NAME, NEW_NAME }, in data() 124 { "base & new + abort = base", new String[] { BASE_NAME, NEW_NAME }, in data() 134 { "new & bak + none = bak", new String[] { NEW_NAME, LEGACY_BACKUP_NAME }, null, in data() [all …]
|
/frameworks/base/packages/Shell/tests/src/com/android/shell/ |
D | BugreportReceiverTest.java | 144 private static final String NEW_NAME = "Bug_Forrest_Bug"; field in BugreportReceiverTest 312 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsInvalidInput() 317 detailsUi.reOpen(NEW_NAME); in testProgress_changeDetailsInvalidInput() 323 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsInvalidInput() 329 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsInvalidInput() 332 assertActionSendMultiple(extras, NEW_NAME, TITLE, mDescription, 0); in testProgress_changeDetailsInvalidInput() 358 detailsUi.nameField.setText(NEW_NAME); in testProgress_changeDetailsTest() 364 assertProgressNotification(NEW_NAME, 00.00f); in testProgress_changeDetailsTest() 367 assertActionSendMultiple(extras, NEW_NAME, TITLE, mDescription, 0); in testProgress_changeDetailsTest() 426 detailsUi.nameField.setText(NEW_NAME); in bugreportFinishedWhileChangingDetailsTest()
|
/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_).
|