Searched refs:getEncryptionKeys (Results 1 – 4 of 4) sorted by relevance
60 expect.that(fromParcel.getEncryptionKeys()).containsExactly("Key1", "Key2").inOrder(); in testWriteToParcel()78 expect.that(fromParcel.getEncryptionKeys()).isEmpty(); in testWriteToParcel_emptyResponse()
286 assertThat(getTopicsResult.getEncryptionKeys()) in testGetTopics_enableEncryption_disablePlaintextTopics()287 .containsExactlyElementsIn(expectedGetTopicsResult.getEncryptionKeys()); in testGetTopics_enableEncryption_disablePlaintextTopics()383 assertThat(getTopicsResult.getEncryptionKeys()) in testGetTopics_enableEncryption_featureOn()384 .containsExactlyElementsIn(expectedGetTopicsResult.getEncryptionKeys()); in testGetTopics_enableEncryption_featureOn()471 assertThat(getTopicsResult.getEncryptionKeys()) in testGetTopics_enableEncryption_featureOff()472 .containsExactlyElementsIn(expectedGetTopicsResult.getEncryptionKeys()); in testGetTopics_enableEncryption_featureOff()
255 List<String> encryptionKeys = resultParcel.getEncryptionKeys(); in getEncryptedTopicList()
153 public List<String> getEncryptionKeys() { in getEncryptionKeys() method in GetTopicsResult