Searched refs:getEncryptionKeyFetchUrl (Results 1 – 5 of 5) sorted by relevance
103 doReturn(overrideUrl).when(mMockFlags).getEncryptionKeyFetchUrl(); in setUp()207 doReturn("").when(mMockFlags).getEncryptionKeyFetchUrl(); in testFetchAndPersistActiveKeys_EmptyUrl_throws()219 doReturn(null).when(mMockFlags).getEncryptionKeyFetchUrl(); in testFetchAndPersistActiveKeys_NullUrl_throws()231 doReturn("1").when(mMockFlags).getEncryptionKeyFetchUrl(); in testFetchAndPersistActiveKeys_InvalidUrl_throws()
132 default String getEncryptionKeyFetchUrl() { in getEncryptionKeyFetchUrl() method
134 public String getEncryptionKeyFetchUrl() { in getEncryptionKeyFetchUrl() method in PhFlags
145 String fetchUri = mFlags.getEncryptionKeyFetchUrl(); in fetchAndPersistActiveKeys()
245 assertThat(phFlags.getEncryptionKeyFetchUrl()).isEqualTo(overrideUrl); in testGetEncryptionKeyFetchUrl()