Searched refs:newFilePath (Results 1 – 1 of 1) sorted by relevance
392 final String newFilePath = "my/new/file/path"; in testInsert_doesNotUpdateDataColumn() local394 value.put(Voicemails._DATA, newFilePath); in testInsert_doesNotUpdateDataColumn()397 assertDataNotEquals(newFilePath); in testInsert_doesNotUpdateDataColumn()406 final String newFilePath = "another/file/path"; in testDataColumnUpdate_throwsIllegalArgumentException() local409 value.put(Voicemails._DATA, newFilePath); in testDataColumnUpdate_throwsIllegalArgumentException()417 assertDataNotEquals(newFilePath); in testDataColumnUpdate_throwsIllegalArgumentException()420 private void assertDataNotEquals(String newFilePath) throws RemoteException { in assertDataNotEquals() argument426 assertFalse(data.equals(newFilePath)); in assertDataNotEquals()