Searched refs:expectedName (Results 1 – 3 of 3) sorted by relevance
116 String expectedName = mFragment.getDeviceName() + editStr; in editorDoneAction_setsDeviceName() local121 assertThat(mFragment.getDeviceName()).isEqualTo(expectedName); in editorDoneAction_setsDeviceName()127 String expectedName = mFragment.getDeviceName(); in editorDoneAction_emptyName_doesNotSetDeviceName() local133 assertThat(mFragment.getDeviceName()).isEqualTo(expectedName); in editorDoneAction_emptyName_doesNotSetDeviceName()140 String expectedName = mFragment.getDeviceName() + editStr; in positiveButtonClicked_setsDeviceName() local145 assertThat(mFragment.getDeviceName()).isEqualTo(expectedName); in positiveButtonClicked_setsDeviceName()
301 String expectedName = (contentTypeName != null) ? contentTypeName : dispositionFilename; in checkAttachment() local302 assertEquals(tag, expectedName, actual.mFileName); in checkAttachment()
531 long contactId, String expectedContent, String expectedName, String expectedTokens) { in assertSearchIndex() argument