Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java175 private static final String EXAMPLE_STRING = "Literally any string!! :)"; field in MicrodroidTests
1699 /* 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()