Searched refs:expectedSubject (Results 1 – 2 of 2) sorted by relevance
77 String expectedSubject = "testMmsInsert_insertSendReqSucceeds"; in testMmsInsert_insertSendReqSucceeds() local79 Uri uri = insertTestMmsSendReqWithSubject(expectedSubject); in testMmsInsert_insertSendReqSucceeds()89 assertThat(actualSubject).isEqualTo(expectedSubject); in testMmsInsert_insertSendReqSucceeds()94 String expectedSubject = "testMmsDelete"; in testMmsDelete() local96 Uri uri = insertTestMmsSendReqWithSubject(expectedSubject); in testMmsDelete()112 String expectedSubject = "testMmsQuery_canViewNotificationIndMessages"; in testMmsQuery_canViewNotificationIndMessages() local114 Uri uri = insertTestMms(expectedSubject, messageType); in testMmsQuery_canViewNotificationIndMessages()118 assertThatMmsInsertSucceeded(uri, expectedSubject); in testMmsQuery_canViewNotificationIndMessages()
1697 X500Principal expectedSubject, BigInteger expectedSerialNumber, in assertX509CertificateParameters() argument1699 assertEquals(expectedSubject, actualCert.getSubjectDN()); in assertX509CertificateParameters()1700 assertEquals(expectedSubject, actualCert.getIssuerDN()); in assertX509CertificateParameters()