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