Home
last modified time | relevance | path

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

/cts/tests/tests/provider/src/android/provider/cts/
DVoicemailContractTest.java147 final String newFilePath = "my/new/file/path"; in testInsert_doesNotUpdateDataColumn() local
149 value.put(Voicemails._DATA, newFilePath); in testInsert_doesNotUpdateDataColumn()
152 assertDataNotEquals(newFilePath); in testInsert_doesNotUpdateDataColumn()
161 final String newFilePath = "another/file/path"; in testDataColumnUpdate_throwsIllegalArgumentException() local
164 value.put(Voicemails._DATA, newFilePath); in testDataColumnUpdate_throwsIllegalArgumentException()
172 assertDataNotEquals(newFilePath); in testDataColumnUpdate_throwsIllegalArgumentException()
175 private void assertDataNotEquals(String newFilePath) throws RemoteException { in assertDataNotEquals() argument
181 assertFalse(data.equals(newFilePath)); in assertDataNotEquals()