Home
last modified time | relevance | path

Searched defs:newFilePath (Results 1 – 1 of 1) sorted by relevance

/cts/tests/tests/provider/src/android/provider/cts/contacts/
DVoicemailContractTest.java390 final String newFilePath = "my/new/file/path"; in testInsert_doesNotUpdateDataColumn() local
404 final String newFilePath = "another/file/path"; in testDataColumnUpdate_throwsIllegalArgumentException() local
418 private void assertDataNotEquals(String newFilePath) throws RemoteException { in assertDataNotEquals()