Home
last modified time | relevance | path

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

/packages/apps/DocumentsUI/tests/functional/com/android/documentsui/archives/
DArchiveHandleTest.java367 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_zipFile_shouldHaveTheSameContent() local
378 .isEqualTo(expectedContent); in getInputStream_zipFile_shouldHaveTheSameContent()
453 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_sevenZFile_shouldHaveTheSameContent() local
464 .isEqualTo(expectedContent); in getInputStream_sevenZFile_shouldHaveTheSameContent()
472 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFile_shouldHaveTheSameContent() local
483 .isEqualTo(expectedContent); in getInputStream_tarGzFile_shouldHaveTheSameContent()
491 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileNullEntry_getNullInputStream() local
511 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarGzFileInvalidEntry_getNullInputStream() local
532 String expectedContent = mArchiveFileTestRule.getAssetText( in getInputStream_tarBrotliFile_shouldHaveTheSameContent() local
543 .isEqualTo(expectedContent); in getInputStream_tarBrotliFile_shouldHaveTheSameContent()
/packages/modules/AdServices/adservices/apk/tests/notification/src/com/android/adservices/ui/notifications/
DConsentNotificationTriggerTest.java165 final String expectedContent = in testEuNotification_gaUxFlagEnabled() local
191 .isEqualTo(expectedContent); in testEuNotification_gaUxFlagEnabled()
234 final String expectedContent = in testNonEuNotifications_gaUxEnabled() local
261 .isEqualTo(expectedContent); in testNonEuNotifications_gaUxEnabled()
279 final String expectedContent = in testEuNotifications_gaUxEnabled_nonDismissable() local
305 .isEqualTo(expectedContent); in testEuNotifications_gaUxEnabled_nonDismissable()
365 final String expectedContent = in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage() local
390 .isEqualTo(expectedContent); in testEuNotifications_gaUxEnabled_nonDismissable_dismissedOnConfirmationPage()
494 final String expectedContent = in testRvcUxNotification() local
544 .isEqualTo(expectedContent); in testRvcUxNotification()
[all …]
/packages/services/Telephony/tests/src/com/android/phone/
DCarrierXmlParserTest.java60 String[] expectedContent = {"120*1*7*123456789*20*1*0*0#", in verifyUssdParser_shouldMatchText() local
78 Collections.addAll(expected, expectedContent); in verifyUssdParser_shouldMatchText()
/packages/modules/Connectivity/tests/unit/java/com/android/server/connectivity/
DNetworkNotificationManagerTest.java515 final String expectedContent = "expected content"; in doNotificationTextTest() local
517 doReturn(expectedContent).when(mResources).getString(expectedContentRes); in doNotificationTextTest()
527 assertEquals(expectedContent, notif.extras.getString(Notification.EXTRA_TEXT)); in doNotificationTextTest()
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
DSearchIndexManagerTest.java532 long contactId, String expectedContent, String expectedName, String expectedTokens) { in assertSearchIndex() argument
535 assertEquals(expectedContent, dbHelper.querySearchIndexContentForTest(contactId)); in assertSearchIndex()