Searched refs:mJsonData (Results 1 – 2 of 2) sorted by relevance
38 final String mJsonData = new String("{\"key1\":\"value 1\",\"key2 \":\"foo\"}"); field in JSONFileKeyStoreClientTest90 FileUtil.writeToFile(mJsonData, test); in testKeyStoreFetchFile()107 JSONObject data = new JSONObject(mJsonData); in testDoesNotContainMissingKey()115 JSONObject data = new JSONObject(mJsonData); in testContainsValidKey()122 JSONObject data = new JSONObject(mJsonData); in testFetchMissingKey()130 JSONObject data = new JSONObject(mJsonData); in testFetchNullKey()138 JSONObject data = new JSONObject(mJsonData); in testFetchValidKey()145 JSONObject data = new JSONObject(mJsonData); in testSetKey()
39 private final String mJsonData = field in JSONFileKeyStoreFactoryTest54 FileUtil.writeToFile(mJsonData, mJsonFile); in setUp()