Home
last modified time | relevance | path

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

/aosp12/packages/apps/Messaging/tests/src/com/android/messaging/datamodel/action/
H A DReadWriteDraftMessageActionTest.java405 final String anotherMessageId = BugleDatabaseOperations.updateDraftMessageData(db, in testBugleDatabaseDraftOperations() local
407 assertNotNull(anotherMessageId); in testBugleDatabaseDraftOperations()
409 final MessageData anotherDraft = BugleDatabaseOperations.readMessage(db, anotherMessageId); in testBugleDatabaseDraftOperations()