Searched refs:kilobyteString (Results 1 – 1 of 1) sorted by relevance
8575 String kilobyteString = new String(new char[1024]).replace('\0', 'A'); in testSetTrustAgentConfiguration_largeBundlePersisted() local8577 configIn.putString("key-" + i, kilobyteString); in testSetTrustAgentConfiguration_largeBundlePersisted()8596 assertThat(configOut.getString("key-" + i, null)).isEqualTo(kilobyteString); in testSetTrustAgentConfiguration_largeBundlePersisted()