Searched refs:EXAMPLE_STRING (Results 1 – 1 of 1) sorted by relevance
175 private static final String EXAMPLE_STRING = "Literally any string!! :)"; field in MicrodroidTests1699 /* content= */ EXAMPLE_STRING, in encryptedStorageIsInaccessibleToDifferentVm()1804 /* content= */ EXAMPLE_STRING, in encryptedStorageIsPersistent()1819 assertThat(testResults.mFileContent).isEqualTo(EXAMPLE_STRING); in encryptedStorageIsPersistent()2163 ts.writeToFile(EXAMPLE_STRING, "/mnt/encryptedstore/private.key"); in testShareVmWithAnotherApp_encryptedStorage()2185 assertThat(result).isEqualTo(EXAMPLE_STRING); in testShareVmWithAnotherApp_encryptedStorage()