Home
last modified time | relevance | path

Searched defs:expectedContent (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
H A DArchiveHandleTest.java372 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_zipFile_shouldHaveTheSameContent() local
458 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_sevenZFile_shouldHaveTheSameContent() local
477 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFile_shouldHaveTheSameContent() local
496 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileNullEntry_getNullInputStream() local
516 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileInvalidEntry_getNullInputStream() local
537 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarBrotliFile_shouldHaveTheSameContent() local
/aosp12/packages/services/Telephony/tests/src/com/android/phone/
H A DCarrierXmlParserTest.java60 String[] expectedContent = {"120*1*7*123456789*20*1*0*0#", in verifyUssdParser_shouldMatchText() local
/aosp12/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
H A DNetworkNotificationManagerTest.java423 final String expectedContent = "expected content"; in doNotificationTextTest() local
/aosp12/frameworks/base/packages/Shell/tests/src/com/android/shell/
H A DBugreportReceiverTest.java787 private void assertContent(Uri uri, String expectedContent) throws IOException { in assertContent()
795 private void assertZipContent(Uri uri, String entryName, String expectedContent) in assertZipContent()
/aosp12/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
H A DSearchIndexManagerTest.java531 long contactId, String expectedContent, String expectedName, String expectedTokens) { in assertSearchIndex()