Searched refs:newName (Results 1 - 2 of 2) sorted by relevance

/cts/tools/utils/
H A DDescriptionGenerator.java332 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "."
334 setAttribute(child, ATTRIBUTE_NAME, newName);
/cts/tests/tests/accounts/src/android/accounts/cts/
H A DAccountManagerTest.java311 private Account renameAccount(AccountManager am, Account account, String newName) argument
314 account, newName, null /* callback */, null /* handler */);

Completed in 3042 milliseconds