Home
last modified time | relevance | path

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

/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
DReadWriteDraftMessageActionTest.java406 final String anotherMessageId = BugleDatabaseOperations.updateDraftMessageData(db, in testBugleDatabaseDraftOperations() local
408 assertNotNull(anotherMessageId); in testBugleDatabaseDraftOperations()
410 final MessageData anotherDraft = BugleDatabaseOperations.readMessage(db, anotherMessageId); in testBugleDatabaseDraftOperations()